RP1America
Technical User
Hi!
I have two radio buttons within a form and would like to have the first already checked when the page loads. I have been researching and have come across many (seemingly) incorrect solutions - checked; checked="yes"; checked="true"; checked="checked" - which none work for me.
Given the following code, how can I make the "Subscribe" radio button automatically checked when the webpage loads?
site is
Thanks!
I have two radio buttons within a form and would like to have the first already checked when the page loads. I have been researching and have come across many (seemingly) incorrect solutions - checked; checked="yes"; checked="true"; checked="checked" - which none work for me.
Given the following code, how can I make the "Subscribe" radio button automatically checked when the webpage loads?
Code:
<div style="position: absolute; left: 3px; top: 110px; border:1px solid #999999; width:230px; margin: 0px; background-color:#F2F4FA;"><form method="post" action="[URL unfurl="true"]http://pub15.bravenet.com/elist/add.php"[/URL] style="margin:0px;">
<div style="background-color:#DBE0F5; padding:3px; font:12px arial; color:#000000;"><b>Join the Periphonic Mailing List</b></div>
<div style="margin:10px; font: 11px arial; color: #000000; text-align:left;">
<div style="margin-bottom:5px;">Enter your name and email address below for Periphonic news, contests, and more:</div>
<div style="text-align:right;">Name: <input name="ename" size="25" maxlength="60" style="width: 170px" id="elistname" /><br />Email: <input name="emailaddress" size="25" maxlength="100" style="width: 170px" id="elistaddress146218231" /><br /><span style="white-space:nowrap;"><input name="action" value="join" type="radio" style="border: 0px;" />Subscribe </span><span style="white-space:nowrap;"><input name="action" value="leave" type="radio" style="border: 0px;" />Unsubscribe </span><input name="usernum" value="1283553571" type="hidden" style="border: 0px solid black; height: 0px; width: 0px;" /><input name="cpv" value="1" type="hidden" style="border: 0px solid black; height: 0px; width: 0px;" /> <input name="submit" value="GO" type="submit" /></div>
</div>
<div style="color: red" id="elist_err146218231"></div>
</form></div>
site is
Thanks!