Skip to content

Commit

Permalink
Add reCaptcha V2 on Contact form on footer
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorosploumis committed Apr 30, 2020
1 parent 46dc24c commit 5caa10e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion themes/serrestech/layouts/partials/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ <h3>{{ i18n "contactForm" }}</h3>
<div id="contact-message">

<form class="contact-form" method="post" action="https://formspree.io/xqkldnkv">
<div class="g-recaptcha" data-sitekey="6LeZW_AUAAAAALWv53JNb_E9gEC32tKZwMpp8Rau"></div>
<div class="row">
<div class="col-sm-6">
<div class="form-group">
Expand All @@ -37,6 +36,8 @@ <h3>{{ i18n "contactForm" }}</h3>
</div>
</div>

<div class="g-recaptcha" data-sitekey="6LeZW_AUAAAAALWv53JNb_E9gEC32tKZwMpp8Rau"></div>

<div class="col-sm-12 text-center">
<button type="submit" class="btn btn-template-main"><i class="fa fa-envelope-o"></i>{{ i18n "contactSend" }}</button>
</div>
Expand Down

0 comments on commit 5caa10e

Please sign in to comment.