#Show a Step Wizard for a Simple Resource
3 messages · Page 1 of 1 (latest)
Simple resource as in create or edit? for simple that's a modal, so you would tend to do this on the action with -->steps([Step schemas])
otherwise you can use
Wizard::make('steps')->schema([Steps])
in the resource form
Yes, I'm referring to a modal. If I include wizard in a form then there are Create and Cancel buttons outside the wizard, which I don't want. I want to show just the wizard with its back, next and create buttons.