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

danie4123
danie4123
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 danie4123
Customize the badges you want to showcase on your profile
Re: Help Needed with JavaScript for show/hide subforms controlled by dropdown selection... Please! - Adobe LiveCycle 21-12-2010
First of all i suggest you clean up the code a bit. Use this for example.--------------------------------------------------------------------------------------------------------------------------------var strSelectedText = xfa.event.newText;customprint.presence = (strSelectedText == "CustomPrint") ? "visible" : "hidden";preprint.presence = (strSelectedText == "PrePrint") ? "visible" : "hidden";frontpagenote.presence = (strSelectedText == "FrontPageNote") ? "visible" : "hidden";weprint.presence =...

Views

460

Likes

0

Replies

0