Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

BillQuick1957
BillQuick1957
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by BillQuick1957
Customize the badges you want to showcase on your profile
Re: Can't get show/hide subform to work. - Adobe LiveCycle 08-08-2013
You have created the object on Master page that causing the issue also missed the 'presence' after object name. I redesign the form but not on master Page and apply the below script and its workingClick event of 'Nee' radio buttonif(this.rawValue == 1) { xfa.form.form1.subform1.sub1.presence="hidden";} Click event of 'Ja' radio button if(this.rawValue == 1) { xfa.form.form1.subform1.sub1.presence="visible"; }For more info refer the below screenshot.

Views

116

Likes

0

Replies

0