Known Participant
November 5, 2022
Answered
Récuperer la valeur d'un bouton radio
- November 5, 2022
- 2 replies
- 1599 views
If the radio-button field is named "Group1", for example, use this code as the custom calculation script of the text field:
event.value = this.getField("Group1").value;
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.