Can anyone help me on how can i call the value of radio button.
I have this code:
<input type='radio' name ="answers <?php echo $arMChoices['QuestionId']?>" value="True">True <input type='radio' name ="answers <?php echo $arMChoices['QuestionId']?>" value="False">False
and i want to display the value of the radio button to another page. Thanks