Search found 1 match
- Thu Jan 06, 2011 6:10 pm
- Forum: PHP - Code
- Topic: Making Form Field Mandatory
- Replies: 3
- Views: 153
Making Form Field Mandatory
I've been trying to make my contact form engine mandatory for the name, phone number and email fields, but when I upload it on the ftp and test it, I keep getting errors. Here's the code I have that is working without the fields being mandatory: <?php $EmailFrom = "example@gmail.com"; $Ema...