Expand my Community achievements bar.

Dynamically generated fields in documents

Avatar

Former Community Member
Is it possible to generate fields like textboxes or buttons dynamically in Adobe Lifecycle Designer, so that they are only generated when they are needed, or is it only possible to hide them all the time they are not needed?
1 Reply

Avatar

Former Community Member
I accomplished this with a 'toggle' field. Basically you have a script associated with your desired textarea of the following:



if (TextAreaToggle.rawValue == '1') {

TextAreaField.presence = 'visible';

}else{

TextAreaField.presence = 'invisible';

}



You set the default of TextAreaToggle to '0' and then using a SetValue in the Workflow you toggle the field on at the appropriate step.



----------------

Billy Blackerby

http://tci-usa.com