SubmitForm vs MailDoc
I have a PDF form that is being submitted via email. We want a number of fields to be required. I initially set up the form with a button to submit the form using the action 'Submit a Form'. Using that button would check that the required fields all contained data.
However, we wanted to customize the email that was generated to include a subject line and message that was based upon the contents of the pdf, so I went away from using the 'Submit a Form' action and used a script that called MailDoc. However, now the required fields are not validated before the email is sent.
How can I validate the required fields as well as send the customized email?
