Follow this guide to get Formspree setup in your Divjoy codebase. Click the ▶︎ icon next to any step to see a detailed walkthrough with screenshots. If anything is confusing please reach out.
Basic Setup
- Signup for a free Formspree account by going to https://formspree.io/create/divjoy
‣
.env
file. Note: You just need to copy the value at the end of your form endpoint (it will be a random string of letters like "xeqoygrz").You should now have a working contact form in your web app.
Troubleshooting
- Make sure you've also updated the environment variables at the bottom of your
.env
file that start withREACT_APP_
(or if you're using Next.jsNEXT_APP_
).