Answered
Alert when radio button selected
I have a radio button ( "Required" or "N/A" ), I would like to display an alert if N/A is selected. I have attached the following script to the N/A button, but nothing happens.
if(event.value==="N/A"){
app.alert("Required if ...",1,0,"Required?");
}
