How to personalize the message in email notifications sent to form respondents?

You can personalize the email content by including required form fields in the message. You can also use the RESPONSE function to show all the answers submitted by the user and the SUMMARY function to show the order summary.

You can personalize the email content by including required form fields in the message. You can also use the RESPONSE function to show all the answers submitted by the user and the SUMMARY function to show the order summary.

How to personalize the email content?

Click on the Add Field dropdown list in the top right corner and select the required field. The entry#id of that field will be included in the message. This entry#id will be dynamically replaced with the response submitted by the user. For example, when you are sending a response receipt, you can add the name field to personalize the message as shown below.
Instead of selecting a form field, you can select All Responses from the dropdown list. This will include the ${response()} formula in the message. This will automatically include all the answers filled by the user. For example, when you are sending a notification email to the collaborators, you can include all the answers in the email content as shown below.
Formfacade/Neartail users can use the SUMMARY function to include an order summary in the email. For example, you can use form fields such as name, total amount, pickup time to personalize and add relevant instructions in the email and use the SUMMARY function to include the products ordered by the user.
Made with formfacade