My specific situation is this: I currently have forms constructed using ES3. Once the user fills in a form, user clicks “submit” button and the form saves user-entered data and attaches itself to an email message as a PDF.
Can this functionality be replicated on a tablet when the form is saved as HTML5? Is it as simple as exporting my current forms using ES4 or is there more work (or server-based apps) involved?
I’ve been searching for days and am amazed there is no substantial information available on this topic anywhere.