Hiding / Preventing "Back" in Panel Wizard
I've got a wizard form on a Create page resource.
See: https://filamentphp.com/docs/4.x/resources/creating-records#using-a-wizard
Is there anyway to hide or remove the back button. I want the wizard to be a one-way experience.
Note: I'm not using the
Wizard::make(... method, but rather the resource create way via protected function getSteps(): array { ...}0 Replies