Skip to content

Instantly share code, notes, and snippets.

@aaggour
Created July 30, 2019 18:01
Show Gist options
  • Select an option

  • Save aaggour/e2e63c05a4301ee98b6060855006b728 to your computer and use it in GitHub Desktop.

Select an option

Save aaggour/e2e63c05a4301ee98b6060855006b728 to your computer and use it in GitHub Desktop.
name attribute
<input type="text" name="foo">
<input type="text" name="bar">
<input type="submit" name="submit" value="Test me">
<ol>
<li><input type="radio" name="rbtn" value="1"> 1st Choice</li>
<li><input type="radio" name="rbtn" value="2"> 2nd Choice</li>
<li><input type="radio" name="rbtn" value="3"> 3rd Choice </li>
</ol>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment