Additional actions in wizard step
Hi all,
Does anybody know how I can add an additional action into a step within a Wizard?
I'd like to add an additional button at the end of my wizard, I've mocked it up in the attached screenshot. Thanks!

7 Replies
Unfortunately, I don't believe it is. I asked last week #Modal Action with Wizard, add additional Footer Actions
Ah gotcha, thanks @Illizian - I'll have a bit more of a dig and if I find anything I'll let you know!
please do ❤️... My instance may have been a little different as I was using it within an Action modal I couldn't see an API for it when I was looking around
I don't think you will find anything. From what I can see in the template, there's nothing that can be used to add extra buttons
vendor/filament/forms/resources/views/components/wizard.blade.php
Could be wrong though ¯\_(ツ)_/¯yeah, that's what I resolved... There's also some weird wizard checks scattered through out the codebase that early return empty action collections
Thanks - yep I haven't been able to work out how to do it but have found a workaround for my specific case. It'd be great to be able to amend the wizard options but for now at least they seem limited to back/next/submit actions
I suspect, it's the same solution I came up with, which was to add a toggle at the end of the wizard 😄