how to add an open "other" field in an http radio form – Asp.net
I want to make an open "other" field in an HTTP radio form like in the following picture. is it possible? i had in mind something like this: class="text"><input type="radio" name="sex" id="sex" ="male" checked />male <input type="radio" name="sex" id="sex" value="female"…