What coding do you use when you need email forms to have required information? For example: I want the URL and Company name to be a required entry before the form can be sent.
What coding do you use when you need email forms to have required information? For example: I want the URL and Company name to be a required entry before the form can be sent.
Last edited by colrcrzy; 06-23-2006 at 01:58 PM.
Hey there,
for form validation, you can use any scripting language out there; just depends on what your server supports. The quickest way is to create the validation on the client side, using javascript you can define parameters for this...check out hotscripts.com for tutorials and examples. If you're need to secure your form from the types of people that like to try to inject code into it and send emails and all types of stuff, you should look into validation on the server side, php and asp can do this for you.
_good luck
Hi
Are you using formmail??? if so this command
would work if you go to this URL and then view page source you will see the full coding etc.<input type=hidden name="required" value="email,phone">
If your using .php then I could provide the coding as well.
using formail, will definately give these a try-much thanks!
Bookmarks