I have a form that has 12 fields, 2 radio buttons, and a field for bank routing numbers. These need to be validated. Here's the catch. Can't use "Submit by email" button. I was thinking of using a "Save" button that would validate those fields. But, I don't know how to get there. As for the fields, the only requirement is that if it's empty, it must be filled.
The next part is that 2 of the 12 fields, their inputs must be verified to ensure they are the same. For example, the SSN field requires you to input your SSN. On the next adjacent field, it requires you to input your SSN again. The inputs of those two fields must be validated to ensure they match.
Any assistance would be greatly appreciated. Please, keep this in mind: I only know enough JS to be dangerous:-)