Dropdown field with 6 choices with same few fields and different text
[Title edited for brevity by moderator. Was:
”Hi all I am looking to have several fields displayed on condition of a dropdown field. The dropdown field has 6 choices and for every choice the same few fields on the form will contain different text.”
Hi you clever guys and girls out there, this is the first time I have ever posted on a forum so be gentle with me. I am trying to create a form with about 8 smart fields that will contain different text depending on the selection of a drop down box
I have a rough idea of what I need to create but absolutely no idea how to go about it eg:
the field that I need to deposit the text in i create some script which goes along the lines of:
getField (the conditional drop down box)
if this == (my condition 1)
display("special text for condition 1")
I have no idea how to make this work using JS
any help much appreciated
steamboy