Hello I have created a form that has identified required fields for a user to complete. I want the user to be able to Lock and Email the form to another user; however, I have not been able to do so because the form keeps providing an error that says the user is missing required field, even though all the fields are completed. I believe the form is registering the required fields that are hidden, and not necessary for the user at that time. Is there a script or way that the required fields that are hidden can be overridden because they are not needed; however, still have the validation if missing when not hidden. I hope this makes since, I have provided an example below that will hopefully clarify what I am in need of. Thank you for your assistance.
Example:
User requests a new contact; however, the contact does not need to have an address provided so the address fields are hidden.
Goal - User completes the information for the contact, minus the address, locks and emails the form to another user for processing.
What's Occurring - Currently cannot lock and email form because the validation is triggering the "missing" required fields in the address section, even though the fields are hidden