© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
3 replies
jop00

SimplePage form not rendering submit button

I have a simple page with a small form but the submit button it's not rendering.
<x-filament-panels::page.simple>
    <x-filament-panels::form wire:submit="create">

        {{ $this->form }}

        <x-filament-panels::form.actions
            :actions="$this->getCachedFormActions()"
            :full-width="true"
        />

    </x-filament-panels::form>
</x-filament-panels::page.simple>
<x-filament-panels::page.simple>
    <x-filament-panels::form wire:submit="create">

        {{ $this->form }}

        <x-filament-panels::form.actions
            :actions="$this->getCachedFormActions()"
            :full-width="true"
        />

    </x-filament-panels::form>
</x-filament-panels::page.simple>


If I add this, the button it's not stylished, just plain text.
 <x-button type="submit" class="mt-4">
            Create
   </x-button>
 <x-button type="submit" class="mt-4">
            Create
   </x-button>
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

submit button not showing up on form?
FilamentFFilament / ❓┊help
2y ago
disable submit button on form
FilamentFFilament / ❓┊help
3y ago
disable submit button on widget form
FilamentFFilament / ❓┊help
2y ago
submit button
FilamentFFilament / ❓┊help
2y ago