Hide create button on resource creation form with wizard
I'm using a wizard on a form.
I have followed the steps here to add my own submit action:
https://filamentphp.com/docs/3.x/forms/layout/wizard#rendering-a-submit-button-on-the-last-step
How can i hide the default 'create' button at the bottom of the form?
I managed to hide the create another using the following on the CreateResource page:
$canCreateAnother = false
I have followed the steps here to add my own submit action:
https://filamentphp.com/docs/3.x/forms/layout/wizard#rendering-a-submit-button-on-the-last-step
How can i hide the default 'create' button at the bottom of the form?
I managed to hide the create another using the following on the CreateResource page:
$canCreateAnother = false