From 1510f7ab63191251477b281c373818d088f8c24a Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Sun, 27 Oct 2024 18:09:59 +0100 Subject: [PATCH] Fix Formspree free plan description See https://formspree.io/plans --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08e7f92..986c9c2 100644 --- a/README.md +++ b/README.md @@ -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" >}}