[snip]
I know you can do it with javascript but is there a way in php or straight
html to make a field in a form required?  I would like to validate it on
submit.
[/snip]

If server side validation works for you then you can check to see if the
proper variable isset() and if not it can return to the page to require the
information. If you need client side validation you will have to use
JavaScript

HTH!

Jay



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to