Skip to content

Instantly share code, notes, and snippets.

@whyisjake
Created April 2, 2012 21:21
Show Gist options
  • Save whyisjake/2287316 to your computer and use it in GitHub Desktop.
Save whyisjake/2287316 to your computer and use it in GitHub Desktop.
Beta Team Signup
<form action="http://makermedia.createsend.com/t/r/s/wairh/" method="post" id="subForm">
<fieldset>
<legend>Beta Team Sign Up</legend>
<div class="clearfix">
<label for="wairh-wairh">Email</label>
<div class="input">
<input class="xlarge" id="cm-wairh-wairh" name="cm-wairh-wairh" size="30" type="text">
</div>
</div><!-- /clearfix -->
<div class="clearfix">
<label for="First Name">First Name</label>
<div class="input">
<input class="xlarge" id="FirstName" name="cm-f-atdkdu" size="30" type="text">
</div>
</div><!-- /clearfix -->
<div class="clearfix">
<label for="Last Name">Last Name</label>
<div class="input">
<input class="xlarge" id="LastName" name="cm-f-atdkhl" size="30" type="text">
</div>
</div><!-- /clearfix -->
</fieldset>
<div class="actions">
<button type="submit" class="btn primary" value="Subscribe">Submit</button>
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment