Submission Confirmation and Notifications

How to redirect your visitor to a web page after the submission

  1. Go to "My Forms" and click on the form you need to configure. This opens the form properties panel on the right-hand side.
  2. Click on the "Notifications" tab.
  3. In the "Acknowledgment" section, enter the address of your web page in the "redirect to this page" field.

Note: When this option is set you don't need to enter any text in the "thank you message" field since it is not displayed.

To redirect your visitor based on a field value, see Dynamic Configuration with Formulas. (This feature is available on the Professional plan only.)

How to receive an email for each submission

  1. Go to "My Forms" and click on the form you need to configure. This opens the form properties panel on the right-hand side.
  2. Click on the "Notifications" tab.
  3. In the "Your Notifications" section, set the "Your email notification:" menu to enabled (either text or html) and enter your email address in the "Email Response to:" field. You can enter several addresses by separating them with a comma (',').

How to reply to the person who submitted the response

The email notification you receive can include a "Reply-To" header that allows you to send the reply directly to the respondent.

  1. Go to "My Forms" and click on the form you need to configure. This opens the form properties panel on the right-hand side.
  2. Click on the "Notifications" tab.
  3. In the "Email Collection" section, set the "Email question:" menu to the question in your form that collects the respondent's email address.
  4. If the question is not available in the menu, edit your form in the Form Builder and make sure that the question where the email address must be entered has a validation of type 'email'.

How to customize the email notification

Note: This option not available on the free plan.

  1. Go to "My Forms" and click on the form you need to configure. This opens the form properties panel on the right-hand side.
  2. Click on the "Notifications" tab.
  3. Set the "Email template: " option to "Customized Template".
  4. Fill out the requested information. In the "Email Subject" and "Email Content" field you can use the following aliases, which will be replaced by the real value when the email is sent:

    %%FORM_NAME%%
    The name of your form.
    %%SUBMITTED_DATE%%
    The date and time when the response was submitted.
    %%COMPLETION_TIME%%
    The time it took to fill out the form.
    %%RESPONSE%%
    The data submitted with the form. You should not use this alias if your form collects sensitive information that should not be sent over an unsecure medium like email.
    %%RESPONSE_URL%%
    The link to see the response on FormAssembly.com.
    %%FILE_LIST%%
    The list of uploaded files (if any). Login required to download the files.
    %%UNPROTECTED_FILE_LIST%%
    Same as above but login is NOT REQUIRED to download the files.
    %%RESPONSE_ID%%
    A unique identifiant for the submitted response.
    %%REFERRER%%
    The address of the page hosting the form (not the page used to reach the form).
    %%IP_ADDRESS%%
    The IP address used to submit the form.

How to send an auto-responder with each submission

Before you can set up the auto-responder, you must make sure that you are capturing the respondent email's address.

  1. Go to "My Forms" and click on the form you need to configure. This opens the form properties panel on the right-hand side.
  2. Click on the "Notifications" tab.
  3. In the "Email Collection" section, set the "Email question:" menu to the question in your form that collects the respondent's email address.
  4. If the question is not available in the menu, edit your form in the Form Builder and make sure that the question where the email address must be entered has a validation of type 'email'.

Once the Email Collection is configured you can enable your auto-responder.

  1. In the "Notifications" tab.
  2. In the "Auto-responder" section, set the "Auto-responder:" menu to enabled (text or html).
  3. Enter the email address and name that will appear as the sender of the email (e.g. your name and email).
  4. Enter the email subject and message. You can use the following aliases:

    %%FORM_NAME%%
    The name of your form.
    %%SUBMITTED_DATE%%
    The date and time when the response was submitted.
    %%RESPONSE%%
    The data submitted with the form. You should not use this alias if your form collects sensitive information that should not be sent over an unsecure medium like email.
    %%FILE_LIST%%
    The list of uploaded files (if any).