Developer Support »

Required fields empty error when field completed  (See more user questions)

Hi .

Good to hear from you.

This is usually down to validation errors on the form. Your form has 161
such errors:

http://validator.w3.org/

I suspect a lot of them will be due to the XHTML doctype. Do you really
need it for that form?

Also you have spaces in the field names. In itself this shouldn't be a
problem but when there are validation errors they cause problems submitting
the form fields, as you are getting here. Personally I would replace the
spaces with undercores, changing this (for example):

name="Beneficiary 4 address"

...to this:

name="Beneficiary_4_address"

Any questions, just let me know.

Best wishes.

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

----- Original Message -----
Sent: Thursday, May 27, 2010 3:34 PM
Subject: FormToEmail script


> Comments: Hi
>
> I have the pro version of the form and have the $required_fields_check =
> 1; setand then listed the fields under the $required_fields = array
> section. But upon submitting the form, it alwqast says that the required
> fields are empty whren they have been filled in. Any ideas?
>
> The form is here:
> https://form.php