Skip to content

Commit acfbe67

Browse files
authored
Merge pull request #4744 from layer5io/revert-4656-revert-4530-theBeginner86/signup/1
2 parents 3d22346 + 45529e3 commit acfbe67

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/components/CommonForm/events.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const EventForm = ({ form, title, submit_title, submit_body }) => {
2323

2424
useEffect(() => {
2525
if (submit) {
26-
axios.post("https://hook.us1.make.com/s4jo47a8ydq6uk7gg16wuukgr4l52p8c", {
26+
axios.post("https://hook.us1.make.com/r5qgpjel5tlhtyndcgjvkrdkoc65417y", {
2727
memberFormOne,
2828
});
2929
}

src/components/CommonForm/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const CommonForm = ({ form, title, submit_title, submit_body }) => {
4747

4848
useEffect(() => {
4949
if (submit) {
50-
axios.post("https://hook.us1.make.com/s4jo47a8ydq6uk7gg16wuukgr4l52p8c", {
50+
axios.post("https://hook.us1.make.com/r5qgpjel5tlhtyndcgjvkrdkoc65417y", {
5151
memberFormOne,
5252
});
5353
}

src/components/ContactForm/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const ContactForm = () => {
1212
useEffect(() => {
1313
if (submit) {
1414
// Webhook to handle all event forms and all signup forms, except for the community member form.
15-
axios.post("https://hook.us1.make.com/s4jo47a8ydq6uk7gg16wuukgr4l52p8c", {
15+
axios.post("https://hook.us1.make.com/r5qgpjel5tlhtyndcgjvkrdkoc65417y", {
1616
memberFormOne,
1717
});
1818
window.scrollTo(0, 700);

src/sections/Community/Handbook/writing-program/content-form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const ContentForm = () => {
2424

2525
useEffect(() => {
2626
if (submit) {
27-
axios.post("https://hook.us1.make.com/s4jo47a8ydq6uk7gg16wuukgr4l52p8c", {
27+
axios.post("https://hook.us1.make.com/r5qgpjel5tlhtyndcgjvkrdkoc65417y", {
2828
memberFormOne,
2929
});
3030
}

0 commit comments

Comments
 (0)