Q: How can I add a button to a PDF form that will send the form as attachment by email with a custom email subject? A: PDF Studio supports using submitForm as a Javascript action to send the current PDF form by email. Below is an example showing a button with submitForm action and a text […]
Articles Tagged: Form Submission
Sending email with PDF form data file and custom email subject
Q: How can I send email that includes the form data file and also allow form field data to be customizable for the subject line? A: PDF Studio supports using submitForm as a Javascript action to send form data by email. The form data is sent as an attachment. Below is an example showing a button with […]
Sending email with PDF form data file using the submitForm action
Q: How can I send email that includes the form data file using the submitForm action? A: PDF Studio supports using submitForm as a Javascript action to send form data by email. The form data is sent as an attachment. Below is an example showing a button with submitForm action. 1. Create a Push Button 2. Right […]