Skip to content

Instantly share code, notes, and snippets.

@liviucerchez
Created July 29, 2020 11:26
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 liviucerchez/756b055bab1a2c022d150cb03144538c to your computer and use it in GitHub Desktop.
Save liviucerchez/756b055bab1a2c022d150cb03144538c to your computer and use it in GitHub Desktop.
Castilo - Contact Form
<div class="row">
<div class="col-12 col-md-6"><label for="your_name">Name</label>[text* your_name id:your_name placeholder "Your name..."]</div>
<div class="col-12 col-md-6"><label for="your_email">Email</label>[email* your_email id:your_email placeholder "Your email..."]</div>
<div class="col-12"><label for="your_message">Message</label>[textarea* your_message id:your_message placeholder "Here goes the message..."]</div>
<div class="col-12 text-center">[submit class:button-filled "Send Message"]</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment