I have a form process where i need to display a msg if certain drop down values are being selected. Below is how i designed it but not working as expected.
I have a dropdown field SSchool_Sel2 and assigned the values to those dropdowns which when selected will display the msg "Maximum selection count reached"
I need some suggestions on how i can achieve this either on the form level based on the field rules or via jscript.
When the user logins to the form based on their id the fields are auto populated based on a lookup rule. When the SSchool_Sel2 dropdown field is clicked the user is given the choices of selecting certain courses. For the 3 courses listed in the dropdown value (above screen shot) the display msg should be visible. If the user selects a course not listed in the above screen shot the display msg should be hidden.
I have the html field hidden in the CSS section of the javascript.
I tried using field rules to show the html msg if the 3 drop down values are selected (as shown in the screen shot) It's not working as expected.
Thanks for your input!