Hello folks I have a basic email form that posts to a clients email address.
It does have required fields but.
The client has recieved a couple of blank forms people have been adding white space in the required fields and posting the form.
Is their anyway I can rectify this?
Email form
Moderator: General Moderators
Re: Email form
Use trim() on the fields before you validate them.
-
nachoman316
- Forum Newbie
- Posts: 12
- Joined: Sat Apr 11, 2009 6:40 am
Re: Email form
Thanks for the reply it's most appreciated I'll let you know how I get on.