How to access $form in Forms?
This code is not working:
I want to be able to access stuff like
$form->getRecord()->id
in action(). How to do that?2 Replies
I think you can use $record for that
Where did you find
$form
? It probably should be $livewire
. Also see the comment above.