How to remove create / create another buttons from wizard?

CleanShot_2023-08-21_at_18.14.042x.png
Solution
if you are using wizard in resources, you should use HasWizard trait and getSteps() method in the CreatePage
https://filamentphp.com/docs/3.x/panels/resources/creating-records#using-a-wizard
Was this page helpful?