Save form before running action
Is it possible to validate and save a form before an action it run? I want to ensure all the data is correct and stored but running a publish action.
Solution
For anyone finding this here is the solution that worked for me
I removed the save buttons from the
When saved the user is redirected to the
I removed the save buttons from the
Create and Edit pages and added a submitAction to my wizard to handle saving the form.When saved the user is redirected to the
Edit page for the resource. I then added a header action as below.