I am using JQuery Validation plugin and have a question about validation. If I have 3 text fields on a form, textboxA, textboxB, and textboxC. I need to make textboxA and textboxB are required to Save, but I want to alert textboxC was not filled in.
For example: textboxA and textboxB have data and the form is submitted, an alert to the user would state that textboxC was not filled out, do you wish to continue. If the user clicks yes, then the form saves.
On the other hand, if textboxA and textboxB are filled in and textboxB is blank. This would alert on submit that you cannot Save since textboxB is not filled in.
Thanks