Skip to content

Instantly share code, notes, and snippets.

@martinpolley
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martinpolley/67f978ff1f58c60de77e to your computer and use it in GitHub Desktop.
Save martinpolley/67f978ff1f58c60de77e to your computer and use it in GitHub Desktop.
<form>
<div class="row">
<div class="medium-8 medium-offset-2 columns">
<p class="fake">(Other form stuff goes here.)</p>
<div class="row">
<div class="small-12 columns">
<input type="checkbox" id="cb" name="cb">
<label for="cb">Yes! Please text me your special offers.</label>
</div>
</div>
<div class="row">
<div class="small-3 medium-3 columns">
<label class="right inline disabled" for="mobile" id="mobilelabel">Mobile number</label>
</div>
<div class="small-9 medium-6 columns end">
<input type="tel" id="mobile" name="mobile" disabled>
</div>
</div>
</div>
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment