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

kathieochoa
kathieochoa
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 kathieochoa
Customize the badges you want to showcase on your profile
Re: If I add a dropdown field can I get it to add a different signature with each selection? - Adobe LiveCycle 14-02-2018
Hi kathieochoa,That is easy enough to do. Add your signature fields (or images) where you want them on the form and set their presence to hidden (or invisible depending on your form structure)Assuming your listed items in the dropdownlist are: My Signature, Spouse's Signature and Both Signatures.In the javascript change event for the dropdownlist add this:if ($.boundItem(xfa.event.newText) == "My Signature") //look in the dropdownlist for this item{this.resolveNode("mySignature").presence = "vis...

Views

189

Likes

0

Replies

0