We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e19a0 commit 624257dCopy full SHA for 624257d
src/components/contactForm.js
@@ -43,7 +43,7 @@ const ContactForm = ({ referrer }) => {
43
navigate('/thank-you')
44
}
45
};
46
- xhttp.open("POST", "https://api.formik.com/submit/codebrahma/contact", true);
+ xhttp.open("POST", "https://api.formium.io/submit/5e8c0a0a1cf69f00017473b3/contact", true);
47
xhttp.setRequestHeader("Content-Type", "application/json");
48
xhttp.send(JSON.stringify(formValues));
49
0 commit comments