Writing a HTML code, where by successful submission, i want to check the value which i have selected. Unable to see that value which i have selected in the radio button.
*
<input name="ec" class="g" type="radio" value="E" disabled="'disabled'" checked="checked">
E
<br>*
What should i do to fix the issue?