Hey everyone! I'm a Dutch girl working on my webshop and I've hit a snag. I know some basics about coding and have been using Google and AI tools for the trickier stuff, but I've been stuck for the last hour. I'm using GitHub for my repository and Formspree to collect orders. I want to set up a redirect from my main webpage (index.html) to a thank-you page (thankyou.html or bedankt.html, since I'm in the Netherlands). Can anyone help me out with this? Thanks a ton!
2 Answers
You might want to check if this link helps you out: https://help.formspree.io/hc/en-us/articles/360012378333--Thank-You-redirect. Just a heads up, though, some features are behind a paywall. Good luck!
Quick questions for you: 1. Is the redirect supposed to happen right when someone gets to index.html, or after they take an action like clicking a button? 2. Do you have the ability to edit the HTML or JavaScript on that page? That info will help narrow things down for you!
The redirect should happen after the user clicks the button to order. And yes, I can edit everything!

Thanks for the tip! Unfortunately, the redirect feature is locked behind a paywall.