Jump to content

Radio button help


scout1idf

Recommended Posts

Is there a way to have a radio button option preselected?

<form><input type="radio" name="vacation" value="yes" /> Yes<br /><input type="radio" name="vacation" value="no" /> No<br /><input type="radio" name="vacation" value="maybe" /> Maybe</form> 

Just for example I would like to have "Yes" as the default answer.

Link to comment
Share on other sites

Thank you, it worked great...The examples I looked at showed

selected="selected"

...for drop down lists but I didn't see anything for "radio" or "check boxes".Maybe they could be added to the examples on the W3school...

Link to comment
Share on other sites

I only looked in the HTML section under FORMS. I didn't think to look anywhere else....
try using the search form in the upper right part of the page to find more info, as there usually is.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...