cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dynamic Adobe Forms

Former Member
0 Likes
1,348

I am currently working with NWDS 7.14 and Life Cycle Desiger 7.1. My Requirement is the following: dependent on a user input (e.g. selected checkbox) i want to switch the attus of certain ui elements to "invisble".According to some previous posts, I use the follwing JS-code to achieve the described functionality:

var check = CheckBox1.rawValue;

if (check== '1') {

Subform3.presence="visble";

Subform3.presence="hidden";

}

(the code lies in the exit event of the checkbox)

unfortunately, nothing happens, the code does not work.

Could anyone please provide help?

View Entire Topic
Former Member
0 Likes

No, I do not remember installing Active Component Framework (ACF).

Is that required? How would I do that? Is it necessary to display the form in Preview mode already?

vaibhav_tiwari
Contributor
0 Likes

Hi Alexander,

You can download it from SAP service market place i.e. service.sap.com.

An xACF patch is available there download it and install. I think it will start working.

Regards,

Vaibhav Tiwari.