Is there a way to 'lock' an entry from being edited based on its current 'status' field?
Hello everyone.
I know I can simply add a ->disabled on each field like this -
But, since the forms are big, i was wondering if there's a filament way to disable the whole form while the entry is held in certain status (
Processing
in this case..)? Thanks in advance.2 Replies
Solution
$form->disabled()
?hah, simple as that. thanks