SubmitActionType Enum
Actions that can be performed after a submission. Use journeys to perform additional actions.
Possible Values
#
DISPLAY_MESSAGE
Display a message in place for the form without the page refreshing. For Double Opt-In confirmation, this displays the confirmation page.
DISPLAY_DIALOG
Display a dialog in place for the form without the page refreshing. This is not used for Double Opt-In confirmation.
REDIRECT_TO_URL
Redirect to an external URL such as a website, social media site, and more.
REDIRECT_TO_PAGE
Redirect to a landing page within Tarvent
Usages
#
References
#
- Field doubleOptInConfirmAction from Audience
- Field type from SubmitAction
Previous
SubmitAction