© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
create button on wizard in modal, hide until end - Filament
F
Filament
•
2y ago
•
6 replies
Matthew
create button on wizard in modal, hide until end
I see some documentation on when a create wizard is used within a create page
, about how to render the submit button on the last step
.
I can
't find anything about when the wizard is within a modal
\slideover
.
Is it possible to hide the create button until the end
?
Solution
Thanks
@dissto for making me revisit this at least
.
I thought this strategy only applied to page creates
, and modal creates did not respond the same
.
In fact
, the modal
'Submit
' button does appear
, but you have to also take action to remove the Create
(and Create Another if you are using
CreateAction
CreateAction
) from the modal
.
I needed to add
:
->modalSubmitAction(false)->createAnother(false)
->modalSubmitAction(false)->createAnother(false)
to my Action
, and now I
've got what I was after
.
Thanks again
.
Jump to solution
Filament
Join
A powerful open-source UI framework for Laravel • Build and ship apps & admin panels fast with Livewire
20,181
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
Hide button create & cancel on wizard
F
Filament / ❓┊help
2y ago
Hide submit button on wizard
F
Filament / ❓┊help
2y ago
Hide create button in a form with wizard
F
Filament / ❓┊help
2y ago
Hide create button on resource creation form with wizard
F
Filament / ❓┊help
3y ago