Modal Form Submission - Exit After Submission
Hey folks, is there a way to ensure that the modal doesn't exit when you press "Submit" on the form? I'm wanting to fetch some content via an API, then display it there. Thanks in advance!
Solution
Build a cutom save action which saves and refreshes. Or have a wizard, on next if passes validation, save and on save, review the result?