How to add an email input to a form
The Email field checks that what you enter looks like a valid email address—for example, it makes sure there’s an @ symbol and something like .com or .org after it. This helps prevent typos and ensures the format is correct. However, it does not check if the email address is real or spelled correctly.
If you enter an email in the wrong format, a message will appear to let you know.
Just because there’s an Email field on a form doesn’t mean the form will automatically be sent to that address. If you want the form to be sent to the email address entered, you’ll need to add the Email field as a merge field in the To or Bcc section when sending the form.
If you're using the field just to collect email addresses and don’t need the form to be emailed to that address, don’t add it as a merge field in the Email for window.
- From the Input menu in the Form Designer, click Email.
- The Email field is added to the form.
- Click on it to view the Email input slider.
- In the Label field, enter a label for the email field.
- Select the column span size for the email field.
- Expand Input Options. See Using Input Options for details about the common input options.
- Expand Style to specify the style settings for the email field. See Applying Styles to an Input for more information.
- Expand Validations to create a validation for the email field. See Creating Field Level Validations for more information.
- Expand Field Condition to create a condition for the email field. See Adding a Field Condition for more information.
- Save your entries.