Copy link to clipboard
Copied
when there are several fields required that are not filled out, how can i either list in the alert the fields and / or take the user to the first required field with a focus?
You would need to do the validation using a script. I've posted code on the JavaScript forum that does it. Try searching for "validate required fields" and you're sure to find it.
Copy link to clipboard
Copied
You would need to do the validation using a script. I've posted code on the JavaScript forum that does it. Try searching for "validate required fields" and you're sure to find it.
Copy link to clipboard
Copied
Here it is Re: Check to see if any field is empty
-Akanchha