View Single Post
  #2  
Old 04-01-2008, 04:04 AM
Andy128's Avatar
Andy128 Andy128 is offline
Major General
 
Join Date: Dec 2005
Location: Michigan
Posts: 2,282
Default Re: Question about the php coding for ACTION.php

Make the email field a mandatory field. That way they cannot send the form unless they input an email address.

Do do this, simply click on the email filed and then click on the Validate tab. Click on the box that has "No constraints" and choose Email Address.
Then put a check in the Csutom Error Message box. In the box below that- write your message like: Please put a valid Email address in the Email field. Thank you.

Then below that, put a check in the data required and set your minimum and max character limites (5 and 45 should do).

Click ok. Save and Publish.

Andy
__________________
My diamond in the rough - www.123gpp.com

* Click here for some BV tutorials (Php mailto Form, I-Frames, Picture display and much, much more!)
Reply With Quote