Can anyone help me in displaying the value of a radio button,
I have this code for radio button which is True and False
<input type='radio' name ="answers <?php echo $arMChoices['QuestionId']?>" value="True">True <input type='radio' name ="answers <?php echo $arMChoices['QuestionId']?>" value="False">False
now my problem is I can't display the value of my radio to another page,