© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•17mo ago•
4 replies
czehnter

Selectively saving form builder fields in different DB columns

Hi, I built a large form with many input fields in a livewire component with form builder. Most of the fields will be saved directly to their corresponding DB columns, so just creating a new model with
$this->form->getState()
$this->form->getState()
is fine. However, I want to exclude some of the fields and combine them into a single JSON DB column. Is there any way to exclude fields from the
getState()
getState()
method and save those manually?
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

Calculated fields in form builder
FilamentFFilament / ❓┊help
3y ago
KeyValue - Form Builder - Fields
FilamentFFilament / ❓┊help
2y ago
Form builder - File fields?
FilamentFFilament / ❓┊help
3y ago
Error in documentation. (Form Builder -> Fields -> Builder) methods doesn't exists
FilamentFFilament / ❓┊help
2y ago