Fix Formspree free plan description

See https://formspree.io/plans
This commit is contained in:
Ramiro Morales 2024-10-27 18:09:59 +01:00
parent 892eaf2f18
commit 1510f7ab63

View File

@ -133,7 +133,7 @@ example: `cover_dimming_class = "bg-black-20"` or `cover_dimming_class = "bg-whi
### Activate the contact form
This theme includes a shortcode for a contact form that you can add to any page (there is an example on the contact page in the exampleSite folder). One option is to use [formspree.io](//formspree.io/) as proxy to send the actual email. Each month, visitors can send you up to one thousand emails without incurring extra charges. Visit the Formspree site to get the "action" link and add it to your shortcode like this:
This theme includes a shortcode for a contact form that you can add to any page (there is an example on the contact page in the exampleSite folder). One option is to use [formspree.io](//formspree.io/) as proxy to send the actual email. Each month, visitors can send you up to fifty emails without incurring extra charges. Visit the Formspree site to get the "action" link and add it to your shortcode like this:
```go
{{< form-contact action="https://formspree.io/your@email.com" >}}