Sha256: df989a57db420874cd28f7b482e88545ecfeef0843757304b5ba6aebb8cc47a0

Contents?: true

Size: 756 Bytes

Versions: 13

Compression:

Stored size: 756 Bytes

Contents

<div class="contact-form">
  <h4 class="form-instruction">Get in touch using the form below</h4>

  <form  action="https://formspree.io/f/{{ site.formspree }}" method="post" >

    <label for="name">Enter your full name</label>
    <input type="text" class="form-element" name="name" id="name" placeholder="Your Name" required>

    <label for="email">Enter your email</label>
    <input type="text" class="form-element" name="email" id="email" placeholder="Your email" required>

    <label for="message">Enter your message</label>
    <textarea class="form-element" rows="5" name="message" id="message" placeholder="Your Message" required></textarea>

    <button class="btn btn-pop btn-outline btn-contact" type="submit">SEND</button>

  </form>
</div>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
slow-steps-0.4.12 _includes/contact-form.html
slow-steps-0.4.11 _includes/contact-form.html
slow-steps-0.4.10 _includes/contact-form.html
slow-steps-0.4.9 _includes/contact-form.html
slow-steps-0.4.8 _includes/contact-form.html
slow-steps-0.4.7 _includes/contact-form.html
slow-steps-0.4.6 _includes/contact-form.html
slow-steps-0.4.5 _includes/contact-form.html
slow-steps-0.4.4 _includes/contact-form.html
slow-steps-0.4.3 _includes/contact-form.html
slow-steps-0.4.2 _includes/contact-form.html
slow-steps-0.4.1 _includes/contact-form.html
slow-steps-0.4.0 _includes/contact-form.html