Answered
pop up warning box in drop down list
Hi,
Is there a way to have an alert pop up when a certain selection is selected in a drop down list
thanks in advance
Paul
Hi,
Is there a way to have an alert pop up when a certain selection is selected in a drop down list
thanks in advance
Paul
Sure. You can use this code as the custom validation script of the drop-down field:
if (event.value=="Some value") app.alert("Some message text.",3);
Make sure to tick the box to commit the selected value immediately (under Properties - Options), so that it show the message as soon as you make the selection. Otherwise it will only appear when you exit the field.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.