Created
September 20, 2012 16:28
-
-
Save cpetersen/3756916 to your computer and use it in GitHub Desktop.
Challenges Mailing List Sign Up
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- CSS --> | |
<style type="text/css"> | |
span.label,span.spacer,span.multiple span {width:120px;float:left;} | |
span.multiple {float:left;} | |
span.button {padding-left:120px;} | |
div.clear {clear:both;padding-top:5px;} | |
</style> | |
<!-- Form --> | |
<form action="http://assaydepot.createsend.com/t/y/s/xltjrt/" method="post" id="subForm"> | |
<div> | |
<span class="label"><label for="name">Name:</label></span> | |
<span><input type="text" name="cm-name" id="name" size="25" /></span> | |
</div> | |
<div> | |
<span class="label"><label for="xltjrt-xltjrt">Email Address:</label></span> | |
<span><input type="text" name="cm-xltjrt-xltjrt" id="xltjrt-xltjrt" size="25" /></span> | |
</div> | |
<div> | |
<div> | |
<span class="spacer"></span> | |
<span><input type="checkbox" name="cm-ol-trklui" id="cmMailingList" checked /><label for="cmMailingList">Sign up for the Assay Depot mailing list as well</label></span> | |
</div> | |
</div> | |
<div> | |
<span class="button"><input type="submit" value="Subscribe" /></span> | |
</div> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment