Mar 30, 2020 1:14 AM - edited Apr 1, 2020 11:05 PM
Looking to send a copy of a form submission to your contacts when they fill out a form?
Note: The following requires access to Marketing Emails and Marketing Workflow automation which is part of the Marketing Professional Hub Subscription.
Step 1: Create the form
Create a form by heading to Marketing > Lead Capture > Forms. From there go ahead and create your form and add a checkbox (Custom property) at the end of the form to ask your contacts if they would like a copy of their form submission. The checkbox will come in handy later to determine if you send your contact a copy of their form submission.
Step 2: Create the Automated Email with Personalization Tokens
Next, create an automated email (Create automated emails to use in workflows) with all the fields you have in your form and type them out: “Field Name: {{add in personalization token}}”, and so on. After you’re done > Review and save the email > Save for Automation!
Step 3: Create the workflow
Finally, create a new Contact-based workflow. The enrollment trigger will be “Form submission “has filled out Name of the form on Any page.”
You will also want to turn on Re-enrollment triggers for “has filled out Name of the form on Any page” so that your contacts will receive a copy of their form submission every time they submit a form.
Next, add in an If/then branch for when your contacts choose the checkbox for “Send me a copy of my form submission” by finding the property under your Contact properties.
If your contacts have selected the checkbox, the value will be “Yes”, and if they have not selected the checkbox, the value will be “No”. You would then add “Send” for “Yes” and “Do Not Send” for “No”.
Following this, under the “Send” path, go ahead and add in the action “Send email”, and select the automated email you just created.
Finally go ahead and review your workflow and turn it on and you’re good to go!
Feb 24, 2022 2:32 PM
Unless you set all fields to required, a contact will receive in their email, old data that they provided the first time they filled out the form but left blank the second. Is there any way to email a contact just the new values that they provided?
Jan 20, 2022 1:13 PM
I got excited, and then realized this won't solve my current issue of cross-object properties. You'll still be limited to either contact or form/ticket properties in the body of the email.
Jul 22, 2021 5:38 PM
I've gotta say, this seems like a very tough workaround - is there no simpler way to append all form data in an automaiton to an email??
Feb 8, 2022 1:53 AM
I agree especially if you have larger forms with data
Mar 30, 2020 1:40 AM
Thanks for sharing @ngottron!