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?
No description
4 Replies
Kymset
Kymset2w ago
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 🙂
EL REKT
EL REKT2w ago
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?
No description
LeandroFerreira
do you mean, this isn't stored in the database?
Want results from more Discord servers?
Add your server
More Posts
How call my component function in livewire?How i can call test() in tables.columns.fast-change-input.blade.php?php noob here - how should i create a crud page available to usersim confused between whether i should be using the admin panel, then conditionally render different rCan I display a relation in Forms like I can in Table?In my CampaignResource I have a title In the form a working Select ``` Forms\Components\Select::makIssue With Searchable SelectHey All - I have a dynamically created schema as shown below: ``` ->schema(function ($record) { $cresource authorization simple questionHey in my app I have a schools resource, super admins can make,view, edit and delete any school. rerule#👹┊no-help-only-pets اريد تحقق ان كان مبلغ الذي اريد اظافته اكبر من باقي فلا يستطيع عميل اظافته $Stuck on adding a livewire form modal as extraItemActions that is connected to another modelI have followed the steps on https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-compImport CSV inside a resource page to save exported data to a relationship table.Hello there. I have an order resource page, and a repeater inside of it to add products to the orderIs it possible to make clusters side navbar collapsible?I've been reading the documentation and i found that i can make the general nav bar collapsible addiHow require confirmation for TextInputColumn?I want to request confirmation to update a field to avoid accidental entry for Tables\Columns\TextIn