Divjoy Docs
    Formspree

    Formspree

    💡
    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
    ‣
    After signing up a new form will be created for you automatically. Copy your form ID and add it to your codebase .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 with REACT_APP_ (or if you're using Next.js NEXT_APP_).