Custom Field Send Multiple Data
I have to create a custom field and I have to send extra form data while submit the form with extra customization. like
Here I make custom field by extending Rich Editor
This is my custom field class
How to send extra data on submit the form ?
5 Replies
Where would the extra data come from? Can you explain more?
Actually I want to add extra form data with which contain original field state with some extra customization
so you will want to manipluate it on mutate function
Basically while I try to submit the filament form the form data should look like this
My custom field should add these data on form data
Is there any way to do this ?
probably, have a look how the google maps field does it from fetching lat/lon?