Skip to content

Instantly share code, notes, and snippets.

@milohuang
Created November 18, 2011 21:52
Show Gist options
  • Save milohuang/1377882 to your computer and use it in GitHub Desktop.
Save milohuang/1377882 to your computer and use it in GitHub Desktop.
Radio button structure for MailChimp
<ul>
<li><label for="mce-EMAILTYPE-0"><input type="radio" value="html" name="EMAILTYPE" id="mce-EMAILTYPE-0"> html</label></li>
<li><label for="mce-EMAILTYPE-1"><input type="radio" value="text" name="EMAILTYPE" id="mce-EMAILTYPE-1"> text</label></li>
<li><label for="mce-EMAILTYPE-2"><input type="radio" value="mobile" name="EMAILTYPE" id="mce-EMAILTYPE-2"> mobile</label></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment