feat: Add reCAPTCHA to the contact form (#365)
Added reCAPTCHA to contact form and fixed Italian translation.
| | |
| | | doNotLoadAnimations = false |
| | | # Form Spree Contact Form |
| | | #contactFormAction = "https://formspree.io/f/your-form-hash-here" |
| | | #contactFormReCaptcha = "your-site-key-here" |
| | | # Google Fonts |
| | | #googleFonts = ["Indie+Flower", "Roboto:ital,wght@0,100;0,400;0,700;1,400"] |
| | | # Google Site Verify |
| | |
| | | other = "Informazioni" |
| | | |
| | | [update] |
| | | other = "Aggiorna" |
| | | other = "Aggiorna" |
| | |
| | | <textarea class="field-style" name="message" id="message" rows="6" placeholder="{{ i18n "message" }}"></textarea> |
| | | </li> |
| | | <li> |
| | | <div class="g-recaptcha" data-sitekey="{{ .Site.Params.contactFormReCaptcha }}"></div> |
| | | </li> |
| | | <li> |
| | | <input class="field-style" type="submit" value="{{ i18n "send" }}" /> |
| | | </li> |
| | | <li> |