How can I make a radio button hidden?
Printable View
How can I make a radio button hidden?
If you're trying to get a certain 'value' chosen automatically, you can use hidden values.
if you want it hidden, use style tags visibility: hidden;
i think thats itCode:<form>
<inout type="radio" name="button_thingy">
</form>