© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
6 replies
bardolf_6969

Custom page with a wizard form

Ok only started using Filament this week, so forgive me if I'm missing something very basic. I'm trying to create a custom page with a wizard form component. I've got that working but when I try to add a select to the first page of the wizard based on a relationship in the model I get an error message
Call to a member function isRelation() on null
Call to a member function isRelation() on null
Solution
The
$model
$model
property is only (I think) used on Resources. If you're creating a custom page that interacts with a single record, you need a way to bind it to a specific record, so you need to set
->model()
->model()
on the form itself
Jump to solution
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 with Form Builder
FilamentFFilament / ❓┊help
3y ago
Custom page custom form
FilamentFFilament / ❓┊help
2y ago
Adding custom actions on form with wizard
FilamentFFilament / ❓┊help
3y ago
Form within a custom page
FilamentFFilament / ❓┊help
3y ago