Hi, I have created a PHP Feedback form on a new website I am creating and when I fill in the form and submit I get a message to say all is okay but the form details never arrive in my email box? http://dartmoormag.touchwoodclients.co.uk/survey.html
The first question I would ask is what sort of server is your site hosted on and how does it implement sendmail?
There are some hosting companies’ servers out there that are not configured to industry standards and require you to jump through some hoops to get it to work on them.
Also check to be sure you have named the form fields correctly
according to the documentation. Note that the name you enter for a
form field in the left-most tab in the Freeway Inspector has almost no
chance of influencing the actual form code. Look in the third tab from
the left – Output – and make sure that the Name field in that tab
reads precisely the way that Tim prescribes.
Walter
On Jan 14, 2011, at 10:57 AM, DeltaDave wrote:
The first question I would ask is what sort of server is your site
hosted on and how does it implement sendmail?
There are some hosting companies’ servers out there that are not
configured to industry standards and require you to jump through
some hoops to get it to work on them.
Also looking at your form in a bit more detail the results you will get - when you do receive them - are going to be pretty meaningless because all your select sections have the same name.
All this will do is overwrite each previous input so you only end up with one result for Select after 17 inputs.