easiform error

Trying to work a form but after uploading to the server, on Submit I get this error message:

“Error! There is an error in the easiForm configuration:
Error 003 - There appear to be ‘Required names’ set that do not match element names of your form.
Check the ‘Required names’ value in the PHP easiForm actions window is set to match the required element name or names of your form, i.e. if you have a element names of ‘first_name’ and ‘company’ and you want these to be REQUIRED values then the ‘Required values’ field should be set as ‘first_name,company’ etc. (Without the quotes)
The ‘Required’ string of element names you have entered in this easiForm is:
email
You need to change the ‘Required names’ content in easiForm to match exactly the actual element names you have used in your form, the above element names currently do do not match those of your actual form.”

I do not have any Required names designated in the action though it says I have entered ‘email’.

url is here: edgeoutreach.com/Form/pwplform.php

Hope everyone is not on holiday yet. Need to get this up today. de


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

Hi,

I have sent an email explaining how to fix the problem you are having
along with a couple of tips on how to use the PHP easiForm action.

Basically… none of the form elements have been named, name each
element relative to the title used for that element and the email
field * must * be named: email

The reason you are getting the Required names error for email is not
because you have entered email but rather because you have no field
named email when you need to, email is build in as a required name by
default so because you have not a field named email then no match has
been detected… as described above, name the Email field email to
correct this.

HTH

Mike


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