I can't get the submit button to show on a Filament-livewire form
Submit button on create action not showing
My Form Modal does not show a submit button
I followed laracasts trying to create this with my form but can't sumbit or see the submit button.
4 Replies
Follow this https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component#adding-the-form scroll down a bit and you'll see
blade
file with button
You can also use this components https://filamentphp.com/docs/3.x/support/blade-components/button for buttonBut this is not just a form, it is an Action that has a form inside it, I can't add html for the submit button
Can you show your blade file, did you add
{{ $this->showAction }}
?I fixed it -it was a tailwind config issue