Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Disabling fields on initialization of form

Avatar

Level 1
Hi,



I am new to LivcCycle Designer and I am trying to disable fields on initializing a form. If there is already a discussion about this or a how-to could someone point me there. I am having problem finding documentation on this.



Thank you for the help
3 Replies

Avatar

Level 5
all you need is....

this.access = "protected".



this is a JavaScript code try using in initialize event of the field that you want to disable.

Avatar

Former Community Member
in the initialize event of that field

this.access = "readOnly"

Avatar

Level 1
Thanks for the help.



That problem is fixed