> 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.
No, you just have to write some PHP code to verify that something was
entered for the input and validate it based on whatever you think
[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 th
2 matches
Mail list logo