Integrate with FormSpree for submitting 'Contact me' form

To enable the integration, uncomment the section `params.contact.formspree` and set the `formId` value (provided by FormSpree).
It's recommended to change the `btnName` from "Mail me" to "Contact me" as far as visitors won't see your email address.
FormSpree section has preference over `email` if the both are set.
This commit is contained in:
Dmytro Mantula
2023-01-14 15:47:14 +01:00
parent 9c1b16ec3d
commit 001841d6e6
3 changed files with 17 additions and 1 deletions
+3
View File
@@ -339,6 +339,9 @@ params:
# title: "Custom Name"
content: My inbox is always open. Whether you have a question or just want to say hi, Ill try my best to get back to you!
email: [email protected]
# formspree:
# enable: true # `contact.email` value will be ignored
# formId: abcdefgh # Take it from your form's endpoint, like 'https://formspree.io/f/abcdefgh'
btnName: Mail me
footer: