Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.7 KB

20_FunnelActions.md

File metadata and controls

39 lines (27 loc) · 1.7 KB

Funnel: Funnel Actions

There are two types of general funnel actions.

Dynamic Actions

image If a funnel channel is configured as dynamicFunnelActionAware, an admin is able to add 1:n action definitions. Additionally, template placeholder will be available.

Preconfigured Actions

image If a funnel channel has preconfigured action definitions by returning an array via getFunnelActionDefinitions, an admin is able to set actions to these exact predefined buttons.

Global Configuration

  • Allow Invalid Form Submission: This allows you to define an action, which skips any form constraints

Funnel Action Types

There some predefined funnel action types:

Type: Channel Route Action

image This action navigates to a channel.

  • Allow Invalid Form Submission: This allows you to define an action, which skips any form constraints.

Type: Form Route Action

image This action navigates back to the form.

  • Populate Form: Restores form values

Type: Disable Action

image

This action skips any further process (mostly used if a given layer comes with some predefined action definitions) No further configuration needed. This action won't show up in form rendering process.