Hi All,
I am making a small form for a php app and had a question regarding javascript validation.
What is the best event to run the javascript validation on the input value? Is it the "focusout" event?
I used "focusout" to originally but it creates problems when the user hits enter while they are still focused on any particular field in the form.
Should I run the js validation when the user clicks submit?
Just looking for some advice.
Thanks!
Chuck