Hi
Is there a way to have one radio button preselected.
(I'm certain as soon as I post this question I will figure out how to do this on my own.)
But is there a way?
Thanks!
...Rowby
Is there a way to have one radio button preselected.
(I'm certain as soon as I post this question I will figure out how to do this on my own.)
But is there a way?
Thanks!
...Rowby
Hi Rowby,
Yes there is. Add the "checked" property with value "checked":
/Fredrik
Yes there is. Add the "checked" property with value "checked":
<input type="checkbox" name="check1[]" value="somevalue" checked="checked" />
/Fredrik
This topic is locked and no more replies can be posted.