© 2026 Hedgehog Software, LLC

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

What is the best way to save data into multiple tables from one form?

Firstly, I did a search within the other help topics and struggled to find anything so apologies if I missed an example!

For context, I have 2 tables within my database,
projects
projects
and
project_addresses
project_addresses
.

When creating a new project, I am using a wizard to capture 3 lots of information
project details
project details
,
admin details
admin details
and
address details
address details
the later will be stored in the
project_addresses
project_addresses
table and separate from the
project details
project details
and
admin details
admin details
that are stored within the
projects
projects
table.

Also I apologise if this is in the documentation, the only thing I found which seemed somewhat related was https://filamentphp.com/docs/3.x/forms/advanced#saving-data-to-relationships but this moves on to talking about loading data which threw me off.
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

Add data to two tables from one form
FilamentFFilament / ❓┊help
3y ago
How to have a form save data into two tables?
FilamentFFilament / ❓┊help
3y ago
Multiple Tables from one Page
FilamentFFilament / ❓┊help
3mo ago
import from csv into multiple related tables
FilamentFFilament / ❓┊help
11mo ago