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
| | |
| | | <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> |