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...