mirror of https://github.com/lxndrblz/anatole.git

rohith22
09.46.2021 0c9c5bc15caa6ebd9d5fa3227aaa62c761956109
feat: Added Formspree spam filtering (#259)

Added spam filtering as detailed by Formspree:
https://help.formspree.io/hc/en-us/articles/360013580813-Honeypot-spam-filtering
1 files modified
5 ■■■■ changed files
layouts/partials/contact.html 5 ●●●● patch | view | raw | blame | history
layouts/partials/contact.html
@@ -15,7 +15,10 @@
        <textarea class="field-style" name="message" id="message" rows="6" placeholder="{{ i18n "message" }}"></textarea>
      </li>
      <li>
        <input class="field-style" type="submit" value="{{ i18n "send" }}"></input>
        <input class="field-style" type="submit" value="{{ i18n "send" }}" />
      </li>
      <li>
        <input type="text" name="_gotcha" style="display:none" />
      </li>
    </ul>
  </form>