Handling Dynamic Fields
How can I add custom fields to an existing Filament form and control showing/hiding them dynamically?
Example:
An admin should be able to add new fields from the panel for an existing form.
The admin should also have the option to hide/show both the existing fields and the newly added fields.
2 Replies
Solution
#relaticle-custom-fields you can try this
Thanks