Save and return to listing
Hi all,
Wondering if its possible to have a save button that redirects to the listing page after saving?
I've tried using
But cant find a way of redirecting after the save, I've also tried but that redirects before the form is saved
Solution:Jump to solution
Was able to get it to work using
``` protected function getFormActions(): array
{
return [
$this->getSaveFormAction()...
3 Replies
Sorry forgot to say in the description that there needs to be 2 save buttons, 1 to just save and 1 to save and redirect
Solution
Was able to get it to work using