#Enable fields on view page
6 messages · Page 1 of 1 (latest)
->visible(fn($context) => $context === 'view')
->disabled(false)
Try that.
Hey, sorry for the late reply, I didn't see the response. 😅
I already tried ->disabled(false) and sadly it didn't work.
Haven't found another way of doing it either :(
So instead do an edit page instead of a view, then disable the fields on demand 🙂