How to check if all required fields have been filled in before submitting a document as read only?
Hello,
I am making a form with required fields. I would like the form to do the following when the submit button is pushed:
1: check to make sure all required fields are filled out.
- if all fields are filled in then, form converts to read only
- if not all fields are fill in then, user is notified that not all fields are filled in
2: Once form is read only, send email with subject as one of the fields
I have been researching this for weeks and have been trying lots of options, but haven't found one that works. Any help is appreciated! Thanks!
