Hide submit button on wizard
I use the action table to display steps with the wizard, is there a way to hide the submit button?
4 Replies
I am assuming from your screenshot this is a modal.
Here in the docs it shows how to remove modal submit:
https://filamentphp.com/docs/3.x/actions/modals#removing-a-default-modal-footer-action-button
Hope that helps π
thanks it works perfectly. However, I have a follow-up question, I changed the data in the wizard but when I successfully saved the value of the form it didn't refresh, how do I solve it?
do you mean, this isn't stored in the database?