Developer Support »

Apparently allowing a blank form to be sent  (See more user questions)

Hi .

Thank you for your question.

That's because the form isn't blank as such, it is submitting fields to the
script. You have hidden fields with values that are getting sent to the
script. You also have this in your drop-down select input:

<option value="none">Select State/Province</option>

...which sends the value "none" to the script.

If you get rid of the hidden fields (you don't need them with my script) and
change the input above to:

<option value="">Select State/Province</option>

...it shouldn't allow you to submit a blank form.

If you want to make required fields, you can do so with the Pro version of
the script, which you can get here:

https://formtoemail.com/formtoemail_pro_version.php

Any questions, just let me know.

Best wishes.

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

----- Original Message -----
Sent: Wednesday, July 21, 2010 11:26 PM
Subject: FormToEmail script


> Comments: Hello Charles
>
> I am trying to use your free formtoemail.php. My problem is that it does
> not give me the error message when it is blank. If you would like to see
> it in action go to http://www..com/contactus.html
>
> thanks