Actions After Form Submission

After creating the subscription form, you can configure the following actions to occur after a contact submits it:

  • Add contacts to a segment.
  • Double Opt-In.
  • Email confirmation.
  • Redirect after clicking on the confirmation link.
  • Onboarding.

Add Contacts to a Segment

By default, new contacts collected through subscription forms are saved to your account without being added to segments. To save new contacts to a segment:

  1. In the Add contacts to segment section, click Save contacts to segments.
Actions after subscription section with the Save contacts to segments link highlighted
  1. In the Segment edit window, select the corresponding segment or segments and click Done.
Segment edit window listing Segment 1 through Segment 4 with checkboxes highlighted, and the Done button highlighted

You can create a new segment to add new contacts who subscribe using this widget.

Segment edit window with the New segment button highlighted

Double Opt-In

When a subscription form is created, the Double Opt-In option is enabled by default in its settings to verify the email address specified by the contact by sending a confirmation email to that address.

Double Opt-In toggle switched on with its description text below
šŸ“˜

Important

  • When this option is enabled, a subscription confirmation email is sent. There is no need to use the SysContactConfirmed event in your workflows.
  • When the option is disabled, the email addresses of all contacts are automatically added as confirmed. We advise you not to use this method to avoid being marked as spam.

Email Confirmation

Initially, a default email message is added to the settings of this section, which will be sent to new contacts. A preview of this message is shown in the section.

Email confirmation section showing a preview of the Subscription confirmation message with a Confirm subscription button, and the Edit and Replace buttons

To edit the default message:

  1. Click the Edit button. This navigates you to the email editor.
Email confirmation section with the Edit button highlighted next to the message preview
  1. Make the necessary changes and save the message. For more information about working with the email editor, see this article.

To replace the default message:

  1. Select Replace.
Email confirmation section with the Replace button highlighted
  1. Select the message.
Select message window listing available messages with the Only messages with a confirmation button toggle enabled

You can disable the Only messages with a confirmation button option to select from all your messages and add such a button to the selected message by yourself.

Select message window with the Only messages with a confirmation button toggle switched off and highlighted, listing messages without a confirmation button

In the Email confirmation section, you can copy the message ID to quickly find it later in the general list.

Email confirmation section with the Message ID and its copy icon highlighted
ā—ļø

Attention

The button for confirming the email address shall have the following settings:

  • Link
  • Event type

Link:

  • Type: Subscription confirmation,
  • Value: $data.get('redirectUrl')
Button block settings panel with the Link type set to Subscription confirmation and the value field showing $data.get('redirectUrl'), both highlighted

Event type: SysContactConfirmed

Button block settings panel with the Event type field set to SysContactConfirmed, highlighted

If you need to change the system workflow, see the instructions.

Redirecting After a Click on the Confirmation Link

Once a contact has verified their email address, you can redirect them to:

  • Redirect page
  • Verified domain URL
Redirect settings with Redirect page selected, showing a Thank you subscription confirmation preview

If you select Verified domain URL, specify your company website or its subdomain in the URL field.

Redirect settings with Verified domain URL selected and the URL field highlighted

If you don’t have verified domains, click the Verify domain button.

More details about verifying domain >

Onboarding

Set up further communication steps to be triggered after your subscribers confirm their email addresses. To do that:

  1. Enable the Onboarding slide button.
Onboarding toggle switched off and highlighted, with links to welcome series and onboarding email examples
  1. Choose one of the following options:
  • Send welcome email
  • Send welcome series through workflow
Onboarding section with Send welcome email and Send welcome series through workflow options highlighted

If you selected the Send welcome email option:

  1. Click on the Select messageĀ button.
Onboarding section with Send welcome email selected and the Select message button highlighted
  1. Select the requiredĀ message.
Select message window listing available onboarding messages such as Email 1, 1st workout not started, and Annual Subscription

Just like in the email confirmation, you can replace the message, edit it, and copy the ID.

Onboarding section with the Edit and Replace buttons highlighted next to the selected message preview
šŸ“˜

Note

The email will be sent automatically, it is not necessary to create an additional workflow.

If you selected the Send welcome series through workflowĀ option:

  • Select the event type from the dropdown list. It only displays event types from the Subscribe/UnsubscribeĀ category.
Onboarding section with Send welcome series through workflow selected and the Event type field highlighted showing Not selected

Or

  • Click the New Event button and create the new event type in the opened window. Read more in this article.
🚧

Important

  • The welcome series workflow is triggered only after a contact confirms their email address. You do not need to add the Contact confirmed condition in such workflows.
  • To trigger the welcome series workflow, you must select the same event type as selected in the widget settings.
Workflow Start/Stop configuration with Event-based start type and the Submited a form event highlighted

Activate the toggle Only to new contacts to avoid sending a welcome campaign to existing contacts.

Onboarding section with the Only to new contacts toggle switched on and highlighted, and Event type set to Submited a form

After that, create a welcome workflow and select the event specified in the form in its launch settings.


Did this page help you?