I need some kind of validation to make sure the fields contain date, I get a lot of blank emails. Any ideas on how to do that with this form?
How should I validate this email form?
16
I need some kind of validation to make sure the fields contain date, I get a lot of blank emails. Any ideas on how to do that with this form?
<form action="step2.php" method="post">
Name<br/><input type="text" value="" name="username"/> <br/>
Email<br/><input type="text" value="" name="email"/> <br/>
Inquiry<br/><textarea row="7" cols="30" name="inquiry"></textarea><br/>
<input type="submit" value="send your email" name "submit">
<form action="step2.php" method="post">
Name<br/><input type="text" value="" name="username"/> <br/>
Email<br/><input type="text" value="" name="email"/> <br/>
Inquiry<br/><textarea row="7" cols="30" name="inquiry"></textarea><br/>
<input type="submit" value="send your email" name "submit">
</form>
- cmaclean
- [2] replies
- topfree
- [1] reply
- lknielsen
- bucksuper
- mihir
- sbglobal123
- [1] reply
- hhunt
- SteveJohnson
- zeeshi570
- Dagobert
- SteveJohnson
- phpbbxpert
- ryanhall789
Next Topics on Trending Feed
-
16