Dropdown to hide/show multiple fields and change their values
On my Form, I have a dropdown with three items in the list, (Option1, Option2, and Option3) that I want to affect two text boxes, Text1 and Text2. Option2 in the dropdown has an Export Value of 200.00, Option3 has an Export Value of 350.00
Option1 is the default selection of the dropdown, and with Option1 I want:
Text1 to be visible and be a regular text field that the user can edit themself, and
Text2 to be hidden and have a value of 0.00
If the user selects Option2, I want:
Text1 to be hidden and have a value of 0.00, and
Text2 to become visible and show the Export Value of Option2 (200.00)
If the user selects Option3, I want:
Text1 to be hidden and have a value of 0.00, and
Text2 to become visible and show the Export Value of Option3 (350.00)
I don't know anything about script writing, I usually just copy-paste scripts that others have posted online, but I haven't found anything yet that meets these requirements. Any help is greatly appreciated, thank you!
