Form: compare triggered submission¶
Plugin ID: eca_form_triggered
Available since: 1.0.0
Evaluates against the trigger name of the submission.
Fields¶
Trigger name— config key:trigger_name-
The trigger name is the machine name of the form submit element. Example: submit. A custom trigger name can be defined for example with the action "Form: add submit button".
This field supports tokens.Type:
textfield· Required: no · Default: empty string Comparison operator— config key:operator-
The available comparison operators like equals or less than.
When using the "Defined by token" option, make sure there is a token with this name: eca_form_triggered_operatorType:
select· Required: no · Default:equalAllowed values:
equal,beginswith,endswith,contains,greaterthan,lessthan,atmost,atleast,_eca_token,'' Comparison type— config key:type-
The type of the comparison.
When using the "Defined by token" option, make sure there is a token with this name: eca_form_triggered_typeType:
select· Required: no · Default:valueAllowed values:
value,natural,numeric,lexical,count,_eca_token,'' Case sensitive comparison— config key:case-
Compare the values based on case sensitivity.
Type:
checkbox· Required: no · Default:false Negate the condition— config key:negate-
Negates the condition. Makes TRUE to FALSE and vice versa.
Type:
checkbox· Required: no · Default:false