Email Collection

Layout

This component supports two different layouts:

  • Horizontal - The input field and submit button are displayed side-by-side.

  • Vertical - The input field and submit button take up the full width of the component, with the input field on top.

Checkbox

An optional checkbox with text can be added to the bottom of the Email Collection component, which must be checked before the user is allowed to submit their email address.

The most typical use case for this feature is to require users to confirm that they have read any terms and conditions or privacy policy before proceeding.

Action: After Submit

This component requires an action be configured which is invoked after the user successfully submits their email.

Typical actions used:

  • Switch to View - Switch to another view that has a message thanking the user for their email address, or a view that presents an offer code to them.

Last updated