How to hide the field but still get the data
I have a submission date field, which i want to automatically be set to now, but i have hidden it, so now the input isn't being fetched when the form is submitted
3 Replies
Solution
Alternatively, you can use
mutateFormDataBeforeSave
- https://filamentphp.com/docs/3.x/panels/resources/editing-records#customizing-data-before-saving
Thanks, the hidden field did it!