Avatar

Level 4

Not really. the rawValue was from a script I found on another Adobe forum discussion yesterday. I'm going to try to get your script to work for me.

LOA.Form1.ReasonDropDownList::change - (JavaScript, client)
if (xfa.event.newText == "Family"){
    FamilySubform.presence = "visible"
} else {
    FamilySubform.presence = "hidden"
}