© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
5 replies
ThatWebGuy

Reusable component with multiple form input fields

Hey Everyone,

I’m trying to figure out how I can create a reusable component that I can use on multiple resources without having to type the same items over an over.

I want to create a component called “Link” with the following fields.

Select::make(‘type),
TextInput::make(‘internal’),
Select::make(‘internal’),
TextInput::make(‘external’),
TextInput::make(‘email’),
TextInput::make(‘phone’),
Select::make(‘target’)
Select::make(‘type),
TextInput::make(‘internal’),
Select::make(‘internal’),
TextInput::make(‘external’),
TextInput::make(‘email’),
TextInput::make(‘phone’),
Select::make(‘target’)
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 fields into new component.
FilamentFFilament / ❓┊help
3y ago
Multiple input fields for one label
FilamentFFilament / ❓┊help
3y ago
Concat two form fields with multiple select relationship
FilamentFFilament / ❓┊help
3y ago
Problem with form fields
FilamentFFilament / ❓┊help
3y ago