Quote:
Originally Posted by gmayor
The alternative is to add code to the submit button to validate each of the required fields before allowing the process to complete.
|
I think this is what I am trying to accomplish. My goal is that when they click "submit", it validates the form fields and if any of them are blank, the submit process will not complete and will display a message stating, "Field _ cannot be blank. Please complete the form and try again."
I have found several solutions to giving pop-up reminders, but nothing to terminate the process when the reminder shows.