Page 1 of 1

Multiple save/submit buttons

Posted: 17 Oct 2017
by danieljr
Hello,

How can I use a second button to submit/save a form (with some extra code / actions)?

Thank you,

Daniƫl Pharazijn | IT-department | AG Stedelijk Onderwijs Antwerp Belgium

Re: Multiple save/submit buttons

Posted: 17 Oct 2017
by Nikita Kurguzov
Hello, Daniel!
Just add a new button to the form and add the following script to the OnClick property of the new button:

Code: Select all

fd.save().click();