How to select dropdown option based on data in TextField
- November 15, 2024
- 1 reply
- 698 views
Hello,
I'm trying to navigate my way through sciripting for the first time., all to make an evaluation form that autocalculates for the evaluators.
I've figured out (thanks to this community) how have a textfield change its value based on a drop down, how to set a text field to average the numbers in other fields.
Now I'm at the final step: Based on the average number in the TextField ("Average"), I need the dropdown box ("Overall") to change.
- If "average" is <1.75, "Overall" should select "DNME"
- if "Average" is >-1.75 but <2.75, "Overall" should select "ME"
-if "average" >2.75, "Overall" should select "EE".
I've scoured the other posts, but I haven't found an answer yet that works. Does anyone have an answer or a link to where I could find it?
