Answered
Set the value of a radio button with Javascript
Quick syntax question: If I have a radio button group called "Answer" with the options "Yes", "No", and "Maybe", how can I use Javascript to select one of those options?
Quick syntax question: If I have a radio button group called "Answer" with the options "Yes", "No", and "Maybe", how can I use Javascript to select one of those options?
this.getField("Answer").value = "Maybe";
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.