PHP Feedback form

Hi I’ve just set up a simple feed back form. It seems to be working fine.
QUESTION?
you can type any old crap into the field Boxes (name, email, message) is there any way that the email needs to be a proper email. Is there a way that the programe can recognise it as being a real email address?

Thank you in advance
Andy


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

If you make sure that the name of your e-mail field (third tab from the left in the Inspector, Name field) is set exactly to email (lower-case, no hyphen) then the field will be validated to appear to be an e-mail address. Note that this is not precisely a validation, because it isn’t trying to access that mail server and see if the address exists, but it is a good try, using regular expressions to see if it appears to be a legal address.

Walter

On Feb 20, 2012, at 1:46 PM, Andy wrote:

Hi I’ve just set up a simple feed back form. It seems to be working fine.
QUESTION?
you can type any old crap into the field Boxes (name, email, message) is there any way that the email needs to be a proper email. Is there a way that the programe can recognise it as being a real email address?

Thank you in advance
Andy


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

Thanks waltd, followed your instructions and its seems to have done the trick!
Thanks Again
Andy


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