Hello Everyone,
how to create three submit buttons like Save, Save For Later, Save and Publish.
Printable View
Hello Everyone,
how to create three submit buttons like Save, Save For Later, Save and Publish.
That depends on the difference. Maybe it would be enough to set a hidden field to indicate which button was clicked and then submit the same in all three cases. Otherwise, you would have not auto-submit the form and do it manually using JavaScript.