Forums

Form with more than one button

peterswa62 17 Oct, 2012
I want to have a form with more than one more button say an edit button and delete button. Using Custom Code on the On Submit action how do you make sure to distinguish which button has been pressed and to execute a code according to which button has been pressed?
GreyHead 17 Oct, 2012
Hi peterswa62,

You can use more than one submit button provided that you give them different values. You can then check for the value after the form is submitted.

Bob
This topic is locked and no more replies can be posted.