Trigger action/s upon Wizard 'next'
Hi,
I'm building a wizard which has multiple 'actions' on the step - and I want to be able to force trigger any outstanding actions when the user hits 'next' - as some users won't remember to perform each action to proceed.
Is this possible?
1 Reply
I'm guessing it has something to do with the nextAction() method - but I would have thought it will require a javascript portion to submit the separate action steps as they are elsewhere on the form.