Page 1 of 1
FeedbackForm - where does the mail end I wonder.......
Posted: Sat Nov 04, 2006 1:17 pm
by Nettie
I have installed the FeedbackForm and have done all the settings. I all work fine execpt I can't recieve the form results by mail. When the user uses the form and submit it a thank you note appears. The problem is I don't recieve the emails. Any suggestions?
Re: FeedbackForm - where does the mail end I wonder.......
Posted: Sat Nov 04, 2006 1:21 pm
by tsw
does cmsmailer test email work?
sure your spam filter isnt dropping it?
Re: FeedbackForm - where does the mail end I wonder.......
Posted: Sat Nov 04, 2006 3:27 pm
by Nettie
The testmail works fine and my spamfilter is not a problem. I unistalled the FeedbackForm module and installed Form Builder insteadt - that works like a charm. So I think I will use that insteadt. But does anybody know where I can set the size of the text area as it is way too big. (seeĀ
http://test.gnf.dk/index.php?page=test )
Re: FeedbackForm - where does the mail end I wonder.......
Posted: Sat Nov 04, 2006 3:59 pm
by tsw
css is the way to go
table.formbuilderform textarea {
width:20em;
height:5em;
}
Re: FeedbackForm - where does the mail end I wonder.......
Posted: Sat Nov 04, 2006 5:46 pm
by Nettie
Problem solved! Thank you for the help....

Re: FeedbackForm - where does the mail end I wonder.......
Posted: Mon Nov 06, 2006 6:01 pm
by caesarb
I have same problem.
In what CSS and where do I put that ?
Re: FeedbackForm - where does the mail end I wonder.......
Posted: Tue Nov 07, 2006 5:58 pm
by Dr.CSS
That can go in any CSS attached to the template...