-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Formspree redirect to thanks page is getting CORS Issues #45
Comments
As far as I can see this is a setting on formspree's side of things. If you have a specific example, we might be able to dig into it more. |
I've copied the contact fragment, did some minor changes and added a few more input in the form. this is my .md
Let me know if you need more info about it Thanks in advance |
I'm facing a similar issue, anyone can add some help? |
Use libraries that have cors handling, for example if you are using javascript instead of using fetch use axios or jquery, another alternative is to use cors proxy.
|
Is this a BUG REPORT or FEATURE REQUEST?:
bug
What happened:
With formspree after the form post call was succesfull the formspree redirect page "https://formspree.io/thanks" is giving "Access to XMLHttpRequest has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource."
What you expected to happen:
Not getting CORS issue when formspree is successfull
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: