I have a form that I am creating that has a dropdown menu (1-10 numbers) which I need to convert the selected number to a long text field on a different field. The text fields are just too long to use on the dropdown menu.
if (dropdownlist=1) then
(textfield1="some long text")
End if
What is the correct format for the formCalc script to use? I am assuming that I can repeat the number to text conversion script.
Thanks