Expand my Community achievements bar.

Applications for the 2024-2025 Adobe Experience Manager Champion Program are open!

Hide a row of a table

Avatar

Former Community Member
Hi,



I have a table on Page 5(Master page) of my interactive form.

i tried to hide Row 3 depending on the value of a cell of Row 2.



Has anybody faced such a problem.



i have written the following code on Change event of my cell



if (xfa.event.newText == 'No'){

Table3.Row3.presence = "visible";}

else

Table3.Row3.presence = "hidden";



I had tried this code as an example where my form had a single subform, and it worked there, but not working in this complex case.



Please advice.



Thanks

Mona
0 Replies