Skip to content

Instantly share code, notes, and snippets.

@wpbean
Created July 24, 2015 10:37
Show Gist options
  • Save wpbean/d6596210da457176a834 to your computer and use it in GitHub Desktop.
Save wpbean/d6596210da457176a834 to your computer and use it in GitHub Desktop.
Margo Contact Form
<div class="form-group">[text* your-name placeholder "Name"]</div>
<div class="form-group">[email* your-email placeholder "Email"]</div>
<div class="form-group">[text your-subject placeholder "Subject"]</div>
<div class="form-group">[textarea your-message placeholder "Message"]</div>
<div class="form-group">[submit "Send"]</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment