© 2026 Hedgehog Software, LLC

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

Form with deeper relationship

Hi everyone,
Is it possible to have a form relationship using a deeper model relationship, such as:

Applicant -> User -> PersonalInformation

I want to create a form for PersonalInformation model in ApplicantResource.

I've tried something like:

Grid::make()
->relationship('user.personalInformation')
->schema([
  TextInput::make('phone_number')
])
Grid::make()
->relationship('user.personalInformation')
->schema([
  TextInput::make('phone_number')
])


It doesn't work.

Thank you!
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

Form button with relationship
FilamentFFilament / ❓┊help
2y ago
Form with HasMany Relationship?
FilamentFFilament / ❓┊help
3y ago
Going deeper on Tenant relationships
FilamentFFilament / ❓┊help
3y ago