© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
15 replies
pocket.racer

Custom page form showing as $this->form

Hi, I'm trying to build a single custom page to edit a particular record

My view file is as follow

<x-filament-panels::page>
    <x-filament-panels::form wire:submit="save">
        {{ $this->form }}

        <x-filament-panels::form.actions
            :actions="$this->getCachedFormActions()"
            :full-width="$this->hasFullWidthFormActions()"
        />
    </x-filament-panels::form>
</x-filament-panels::page>
<x-filament-panels::page>
    <x-filament-panels::form wire:submit="save">
        {{ $this->form }}

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


However, it look like this
CleanShot_2024-01-17_at_18.35.39.png
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

Custom page custom form
FilamentFFilament / ❓┊help
2y ago
saveRelationshipsUsing on custom page form.
FilamentFFilament / ❓┊help
9mo ago
custom page form from resource
FilamentFFilament / ❓┊help
11mo ago
How to custom page form
FilamentFFilament / ❓┊help
3y ago