get data of form with custom field
How can i get the data of the form with a custom field? I need the data of the form when on the edit page
5 Replies
The
$set
and $get
methods should be available in the form fields. You can use them to get the values $get('your_field')
is there a way to get all the form data? instead of just one field
Not sure if it's available, but might be
$livewire->data
Maybe $getLivewire()->data
Can you show an example please?
How this is used.
Check the „Advanced“ section in the form builder docs.