FunnelActions
Funnel: Funnel Actions
There are two types of general funnel actions.
Dynamic Actions
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
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
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
This action navigates back to the form.
Populate Form: Restores form values
Type: Disable Action

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.