Skip to content

Instantly share code, notes, and snippets.

@lyrathemes
Created February 27, 2017 18:39
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 lyrathemes/1d5bcf05d66a957c9bbd08e1951d1ebe to your computer and use it in GitHub Desktop.
Save lyrathemes/1d5bcf05d66a957c9bbd08e1951d1ebe to your computer and use it in GitHub Desktop.
Sirius - CTA Contact Form
<div class="row">
<div class="col-sm-6 form-group">
<div class="label-floating">
<label class="form-label">Your Full Name</label>[text full_name class:form-control-line]
</div>
</div>
<div class="col-sm-6 form-group">
<div class="label-floating">
<label class="form-label">Your Email Address</label>[email* email_address class:form-control-line]
</div>
</div>
<div class="col-sm-12 form-group">
<div class="label-floating">
<label class="form-label">Message</label>[text message class:form-control-line]
</div>
</div>
</div>
<div class="form-actions">[submit class:btn class:btn-green "SEND"]</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment