Dropdown selection triggers alert
Having problems with a dropdown selection (specific election) triggering an alert (warning) message. No matter what selection is made on the dropdown, the alert popup displays. Can't figure out how to isolate the message to display based on a few select choices. Also tried unsuccessfully tweaking Nesa's 'CompHours' dropdown selection-alert message post example by adding ' else event.value==""; ' to try67's statement below. Guidance greatly appreciated.
I have this as a custom validation script in the Dropdown field posted by Try67.
if (event.value=="Choice1"||"Choice2"||"Choice3") app.alert("Some message text.",1);
