Developer Support »

Not receiving all data from the form  (See more user questions)

Hi

First things first. The form page is producing 138 errors according to the
W3C validation service:

I don't think this is directly related to your issues here.

The reason you don't get some values from the form (e.g. children from 13-16
years) is because the value is zero "0". Try selecting a value and you will
notice that it gets sent. This is the way the free script works, if the
value is blank or zero it doesn't get sent. With the Pro version you can
configure it to send all values from the form regardless of what they are.
Maybe you can live with this. If no value is present then you know it's a
zero.

You can get more information on the Pro version, here:

https://formtoemail.com/formtoemail_pro_version.php

All the other information is coming through because it is in fact selected.
Something like "0 Days" is a valid input and gets passed to the script. If
you don't want this to be passed to the script, you would change your HTML
from:

<option>0 Days</option>

to:

<option value="">0 Days</option>

The above option now has a blank value and will not get sent.

This is an HTML issue and is not connected to the script.

You have this input for the email:

<input type="text" size="45" name="E:Mail Address">

I would change it to this:

<input type="text" size="45" name="email">

Some aspects of the script work better with "email".

Any questions, just let me know.

Best wishes.

Charles Sweeney
https://formtoemail.com
The world's easiest feedback script!

----- Original Message -----
Sent: Monday, August 18, 2008 9:23 AM
Subject: FormToEmail script


> Comments: hi i am using you FormToEmail, with what seems, near success. i
> seem to have problem with some items being sent through. the webpage is
> www.
> i do not recieve the children from 13-16 years info, and all the info from
> ski passes to snowboard boots, comes through even if not checked or filled
> in. please can you help,
> regards