FeedbackForm - where does the mail end I wonder.......
FeedbackForm - where does the mail end I wonder.......
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.......
does cmsmailer test email work?
sure your spam filter isnt dropping it?
sure your spam filter isnt dropping it?
Re: FeedbackForm - where does the mail end I wonder.......
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.......
css is the way to go
table.formbuilderform textarea {
width:20em;
height:5em;
}
table.formbuilderform textarea {
width:20em;
height:5em;
}
Re: FeedbackForm - where does the mail end I wonder.......
Problem solved! Thank you for the help.... 

Re: FeedbackForm - where does the mail end I wonder.......
I have same problem.
In what CSS and where do I put that ?
In what CSS and where do I put that ?
Re: FeedbackForm - where does the mail end I wonder.......
That can go in any CSS attached to the template...