Send Copy to Respondent
The Send Copy to Respondent panel lets you automatically email a confirmation to the person who just submitted the form. You write the subject and body, choose which email field on the form is the recipient, and optionally attach a file.
This is separate from the Success Page, which is what the submitter sees in their browser right after submission. The two work together: the Success Page appears on screen, the confirmation email lands in their inbox.
This is also separate from Email Notifications, which sends PDF submissions to your internal team.
Turning it on
- Go to My Forms and click the gear icon on the form you want to configure.
- In the left menu, click Send Copy to Respondent.
- Check Send a confirmation email to the respondent.
The three configuration sections (Who receives it, Email content, Attach a file) become editable once the toggle is on.

1. Who receives it
The system needs to know which field on the form holds the respondent's email address. Use the Recipient email (form field) dropdown to pick that field.
The dropdown lists every email-type field on the current form. If you don't see the field you expect, open the form in the builder and confirm the field is set to type Email.

Each form has its own recipient field setting. If you have multiple forms, repeat this on each one.
2. Email content
This is where you write the message the respondent will receive. You can edit both the subject and the body, and insert form-field or profile variables anywhere in either.
Subject
A single-line field. The default is We've received your ${form-name} submission, but you can replace it with anything.
Body
A rich text editor with formatting (bold, italic, alignment, lists, tables, links, images) and a Variables menu for inserting dynamic content. Use the Preview button to see how the email will render before you save.
The default body is a ready-to-send confirmation email with:
- A header bar showing your business name, phone, and email from your profile.
- A heading: Thanks, we've got your submission.
- A short confirmation paragraph referencing the submitted
${form-name}and noting that no further action is needed. - A line inviting the respondent to reply if they didn't submit the form.
- A signature signed off with your
${profile-business-name}. - A footer noting that replies go to your
${profile-business-email}.
It uses a table-based HTML layout with inline styles so it renders consistently across Outlook, Gmail, Apple Mail, and most mobile clients. You can replace any of it from the rich text editor.

Available variables
You can drop variables into the subject or body using the Variables menu, or type them directly with the ${variable-name} syntax. Common ones:
${form-name}— name of the form that was submitted${profile-business-name}— your business name from profile${profile-business-phone}— your business phone${profile-business-email}— your business email- Any form field by its Unique Name, for example
${first_name}
See the full variables reference for more.
The subject and body are not end-to-end encrypted. Email is delivered over TLS, so it's protected in transit, but once it reaches the respondent's mailbox the subject and body sit in their inbox in cleartext.
Any variable that could contain Protected Health Information (patient name, date of birth, diagnosis, address, phone number) ends up readable in their inbox. If the respondent's email provider isn't HIPAA-compliant, that likely doesn't meet HIPAA requirements.
For PHI, use a password-protected attachment in step 3 instead, and keep the subject and body generic.