Data privacy notice

 

When this content is loaded, usage information is transmitted to Vimeo and may be processed there.

 

             

Workflow event: Submit button

Modified on Tue, 18 Jul, 2023 at 9:47 AM

This event occurs when the user submits the form using the selected submit button. This looks at the name of the button (such as "btnSubmit") and the name of the button bar (such as "btnListPage1"). This combination is unique for each button in the form, so this event will only occur for a very specific button, even if other buttons have the same name.


CONTENTS



Configuration interface of the event Submit button

Parameters

Submit button name
Selection of the submit button in the form, which must be pressed to trigger this event.


System variables

Events of type Submit button provide system variables which can be used in subsequent actions.


Default variables

[%$TRIGGER%]
Can be used in the new workflow to access the data provided by the current event. This data will be returned as JSON. The individual values of the event can be accessed via JsonPath (see [%$TRIGGER.<JSON_PATH>%]).
[%$TRIGGER.<JSON_PATH>%]
Depending on the type of event, different information is provided via the event variables. Specific information of the event can be accessed via JsonPath. Which information the different event types provide can be seen via the infobox at the event.


Event specific variables

[%$TRIGGER.buttonName%]
Name of the submit button that was pressed.
[%$TRIGGER.buttonQualifier%]
Qualifier name of the submit button that was pressed. Corresponds to the name of the button bar in which the button is located.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article