Need help with javascript and if/then/else statements
Hello everyone! I have searched this forum for days and tried many things but cannot find a workable solution to my problem. My javascripting skills are novice at best.
I have created a numerical free text box "NumberValue" and a dropdown menu "TextChoices" with 5 text choices (ie Text1, Text2, Text3, Text4, Text5). IF the user selects Text1 AND the previous numerical box "NumberValue" is >12 THEN make the "NumberValue" = 12. IF the user selects Text1 AND the "NumberValue" is <12 THEN make "NumberValue" = the users input. IF the user selects any other text choice THEN "NumberValue" = the users input.
Any advice other than closing the program and walking away? ![]()
