# Email

Access and define advanced email options for forms and form entries.

Form Email Section

Name Description
Return Behavior Choose between uploading a return page or adding a URL redirect.
Notification Type Choose notification type: Form Submission or Custom Email.
Tickler Email Address Use this option to send form submissions to an email address you designate. Add the email address and click the Add button.
Email List View email addresses that have been added. To remove an email address, mark it and select the Delete button.

# Return Behavior

  1. Adding a URL Redirect: Add the URL of a previously created thank you page. This is the page users will be redirect to after form submission.

URL Redirect

  1. Uploading a Return Page: This allows you to create a custom thank you page that users will see after submitting the form.

Return Page

# Customizing Email Template

In today’s digital landscape, emails that utilize HTML tables offer a structured and visually appealing way to present information. Tables not only enhance readability but also provide an effective framework for organizing content. If you're looking to further customize your emails and create a more professional appearance, incorporating HTML tables is essential. They allow for precise layout control, ensuring your message stands out and is easy to navigate.

The form template in your module will be used in both the email you receive when someone submits a form and on your website. To enhance the appearance of your email, consider the following tips:

  • Ensure your input has type="submit"; otherwise, the submit button will appear in your email.

  • The input values will be converted to <p>input value</p> format when the email is generated.

  • For more customization options, consider redesigning your form to incorporate tables.

For more information on email best practices, click here.