WHAT YOU'LL LEARN
  • how to use the Submission and Thankyou email triggers in Form Builder

Two new options are now available under Webiny’s Form Builder triggers - E-mail - Submission Notification and E-mail - Thank You E-mail. The “E-mail - Submission Notification” trigger sends an email every time a form submission is received. This feature facilitates staying updated when someone submits one of your forms. The “E-mail - Thank You E-mail” trigger sends an email to the user who submitted the form. In this tutorial, we will learn how to set up the Submission and Thankyou email triggers in Form Builder. We will do this in 2 steps:

  • Step 1: Setting up E-mail - Submission Notification Trigger
  • Step 2: Setting up E-mail - Thank You E-mail Trigger

Prerequisites
anchor

To follow this tutorial you need to have the form Registration Form in your Webiny instance. If you don’t have it, please follow the Create Form tutorial to create it.

Watch unedited video hereexternal link

Step 1: Using E-Mail - Submission Notification Trigger
anchor

  1. From the Side Menu, click Form Builder > FORMS > Forms.

    ✔️ The Forms screen opens.

  2. Click the EDIT icon (✏️) on the Registration Form list item in the list of forms.

    ✔️ The Registration Form screen opens.

  3. Click TRIGGERS.

    ✔️ The TRIGGERS tab opens.

  4. Click E-mail - Submission Notification.

    ✔️ The E-mail - Submission Notification accordion opens.

  5. In the E-mail address textbox, type your email (e.g. johndoe@example.com).

    Note: This is the email to which a notification will be sent on every form submission.

  6. Click SAVE.

    ✔️ The message “Form settings updated successfully.” displays.

  7. Click PUBLISH CHANGES.

    ✔️ The Forms screen opens with the message “Your form was published successfully!”

Step 2: Using E-Mail - Thank You E-Mail Trigger
anchor

  1. Go to the TRIGGERS tab of the form Registration Form.

  2. Click E-mail - Thank You E-mail.

    ✔️ The E-mail - Thank You E-mail accordion opens.

    Note: To utilize this trigger, an e-mail field must be added to your form.

  3. In the Subject textbox, type Thank you for your submission.

  4. In the E-mail content textbox, type the following:

    Dear {fields.firstName} {fields.lastName},

    We have received your submission. Thank you.

    Best regards,

    Your Name (e.g. John Doe)

    Note: The variable {fields.FIELD_NAME} can be used to display the form submission data, enhancing personalization in your emails.

  5. Click SAVE.

    ✔️ The message “Form settings updated successfully.” displays.

  6. Click PUBLISH CHANGES.

    ✔️ The Forms screen opens with the message “Your form was published successfully!”