diff --git a/src/components/CommonForm/events.js b/src/components/CommonForm/events.js index 23a26c118cca..2984d817af31 100644 --- a/src/components/CommonForm/events.js +++ b/src/components/CommonForm/events.js @@ -23,7 +23,7 @@ const EventForm = ({ form, title, submit_title, submit_body }) => { useEffect(() => { if (submit) { - axios.post("https://hook.us1.make.com/x4crqi16j8wfhctosk8y47fj6gknyvvh", { + axios.post("https://hook.us1.make.com/7c1op88rysnmeitovt35fxzcv2spspp0", { memberFormOne, }); } diff --git a/src/components/CommonForm/index.js b/src/components/CommonForm/index.js index 9403f78c4a9e..84d3171695b0 100644 --- a/src/components/CommonForm/index.js +++ b/src/components/CommonForm/index.js @@ -73,7 +73,7 @@ const CommonForm = ({ form, title, submit_title, submit_body }) => { }; useEffect(() => { if (submit) { - axios.post("https://hook.us1.make.com/x4crqi16j8wfhctosk8y47fj6gknyvvh", { + axios.post("https://hook.us1.make.com/7c1op88rysnmeitovt35fxzcv2spspp0", { memberFormOne, }); } diff --git a/src/components/ContactForm/index.js b/src/components/ContactForm/index.js index 8686bfa8d941..27721f586e03 100644 --- a/src/components/ContactForm/index.js +++ b/src/components/ContactForm/index.js @@ -12,7 +12,7 @@ const ContactForm = () => { useEffect(() => { if (submit) { // Webhook to handle all event forms and all signup forms, except for the community member form. - axios.post("https://hook.us1.make.com/x4crqi16j8wfhctosk8y47fj6gknyvvh", { + axios.post("https://hook.us1.make.com/7c1op88rysnmeitovt35fxzcv2spspp0", { memberFormOne, }); window.scrollTo(0, 700); diff --git a/src/sections/Community/Handbook/writing-program/content-form.js b/src/sections/Community/Handbook/writing-program/content-form.js index 7f3229a14988..ac1d7cf2a9b5 100644 --- a/src/sections/Community/Handbook/writing-program/content-form.js +++ b/src/sections/Community/Handbook/writing-program/content-form.js @@ -24,7 +24,7 @@ const ContentForm = () => { useEffect(() => { if (submit) { - axios.post("https://hook.us1.make.com/x4crqi16j8wfhctosk8y47fj6gknyvvh", { + axios.post("https://hook.us1.make.com/7c1op88rysnmeitovt35fxzcv2spspp0", { memberFormOne, }); }