You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<inputtype="text" name="name" class="form-control" placeholder="Your Name *" id="name" requireddata-validation-required-message="Please enter your name.">
416
+
<pclass="help-block text-danger"></p>
417
+
</div>
418
+
<divclass="form-group">
419
+
<inputtype="email" name="_replyto" class="form-control" placeholder="Your Email *" id="email" requireddata-validation-required-message="Please enter your email address.">
420
+
<pclass="help-block text-danger"></p>
421
+
</div>
422
+
</div>
423
+
<divclass="col-md-6">
424
+
<divclass="form-group">
425
+
<textareaname="body" class="form-control" placeholder="Your Message *" id="message" requireddata-validation-required-message="Please enter a message."></textarea>
0 commit comments