From 734bd9f6aa0680ff7a62ef9e6550819af1f6af7c Mon Sep 17 00:00:00 2001 From: Gaurav Chadha <65453826+Chadha93@users.noreply.github.com> Date: Thu, 28 Sep 2023 01:55:55 +0530 Subject: [PATCH] webhook-september --- src/components/CommonForm/events.js | 2 +- src/components/CommonForm/index.js | 2 +- src/components/ContactForm/index.js | 2 +- src/sections/Community/Handbook/writing-program/content-form.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/CommonForm/events.js b/src/components/CommonForm/events.js index 23a26c118cca..91a7b522a570 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/s4jo47a8ydq6uk7gg16wuukgr4l52p8c", { memberFormOne, }); } diff --git a/src/components/CommonForm/index.js b/src/components/CommonForm/index.js index da239954eb5d..104ed503584a 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/s4jo47a8ydq6uk7gg16wuukgr4l52p8c", { memberFormOne, }); } diff --git a/src/components/ContactForm/index.js b/src/components/ContactForm/index.js index 8686bfa8d941..f94704f05cd7 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/s4jo47a8ydq6uk7gg16wuukgr4l52p8c", { 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..1b6a959901bf 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/s4jo47a8ydq6uk7gg16wuukgr4l52p8c", { memberFormOne, }); }