Drop-down to display content on same pg?

Use the form Drop down box. The On Select Change tab should run an group. In that group have one action for each of the options in the selection list with a condition that the box variable is equal to the value. So, if you have Dog, Cat, Horse in the list, then you have one action each for dog, cat, horse. You can show separate text boxes or change the contents of one.Show approachAction: Show; Target: box1; Condition: Dropdown_0001 = dogAction: Show; Target: box2; Condition: Dropdown_0001 = catChange Contents ApproachAction: Modify variable; Target: temp; Value: ...text... Condition =dogAction: Modify variable; Target: temp; Value: ...text... Condition = catetcand thenAction: Change Contents: Target: Text box; Value: Var(temp)

Discussions have been disabled for this post