Sha256: 5138ea3f6c4b58e521de59854213eb6c6486ab329e41f71cca346dbacef692a3

Contents?: true

Size: 865 Bytes

Versions: 5

Compression:

Stored size: 865 Bytes

Contents

<!-- Replace the email with your own formspree email -->
<form action="https://formspree.io/{{ site.formspree_email }}" method="POST" >
    <div class="form-group">
      <label for="contact_form_name">Your Name :</label>
      <input type="text" class="form-control" name="name" id="contact_form_name" placeholder="Enter Your Name">
     </div> 
     <div class="form-group">
       <label for="contact_form_email">Your Email :</label>
      <input type="email" class="form-control" name="_replyto" id="contact_form_email" placeholder="Enter Your Email">
     </div> 
     <div class="form-group">
       <label for="contact_form_message"> Your Message :</label>
      <textarea name="_message" class="form-control" id="contact_form_message" placeholder="Enter Your Message"></textarea>
     </div> 
      <input type="submit" value="Send">
 </form>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
devlopr-0.4.5 _includes/contact_me_form.html
devlopr-0.4.4 _includes/contact_me_form.html
devlopr-0.4.3 _includes/contact_me_form.html
devlopr-0.4.2 _includes/contact_me_form.html
devlopr-jekyll-0.4.2 _includes/contact_me_form.html