_includes/contact-form.html in slow-steps-0.3.3 vs _includes/contact-form.html in slow-steps-0.4.0

- old
+ new

@@ -1,10 +1,10 @@ <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 name</label> + <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>