Two submit buttons?

In a form, is it possible to have two buttons triggering a submit event? In other words, within the “On Submit Event” logic, is it possible to find out which button has triggered the submit event?
Regards,

Hello @Klaas_Klever

You could simply add logic to your buttons, and save the “last clicked button” in app/page data. And on submit event check what button was pressed last.

Regards, Dima.

:slightly_smiling_face: