Custom Validation Script help if/then
I am creating a form that has dropdown items with numerical values to be selected and then a cumulative score field that adds up each dropdown field. This works fine. However, I am now trying to add an additional field that looks at the Cumulative total to determing if the cumulative value is between two numbers then it returns a specific value. Example: Cumulative Total = 33, If the Cumulative Total is between 28-38, then return value = 3 in the box. I have 6 sets of values the cumulative total would compare to in order to return a value of 0 - 5, respectively. I am completely new to writing these types of scripts and any help would be appreciated!
