#Make field `readOnly` conditionally

4 messages · Page 1 of 1 (latest)

pliant oxide
#

Is it possible to do so as we can hide/show field based on siblingData? I would like to make it possible to fill text field only once, this means you are not allowed to edit it once collection/global was saved.

west hull
#

If you set the "update" permissions on the field to false and leave create & read as true then it can be set at creation and read anytime but cannot be updated after creation.

pliant oxide
#

@west hull A bit unintuitive but works like a charm, thanks!