Open GnautSpace opened 1 month ago
This integration enables users to submit messages via the contact form directly to Formspree, redirecting them to a confirmation page for a seamless experience. I've also added some basic CSS styling that you can customize to your liking!
Set Up Formspree:
Go to Formspree.
Sign up for a free account (if not already done).
Create a new form and obtain the unique Form ID provided by Formspree.
Update the Contact Form:
In your HTML, update the
<form id="contact-form" action="https://formspree.io/f/YOUR_FORM_ID" method="POST">
Replace YOUR_FORM_ID with the actual Form ID obtained in the previous step.
that looks nice
I'll merge it soon
Description:
This integration enables users to submit messages via the contact form directly to Formspree, redirecting them to a confirmation page for a seamless experience. I've also added some basic CSS styling that you can customize to your liking!
Steps to Integrate Formspree:
Set Up Formspree:
Go to Formspree.
Sign up for a free account (if not already done).
Create a new form and obtain the unique Form ID provided by Formspree.
Update the Contact Form:
In your HTML, update the
Replace YOUR_FORM_ID with the actual Form ID obtained in the previous step.