[Pro] PHP Feedback form

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

Thanks
Simon


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

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.

Who is your hosting company.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

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.

Who is your hosting company.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

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.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options