Skip to content

Commit

Permalink
Merge pull request #5826 from layer5io/revert-5561-revert-5380-patch-3
Browse files Browse the repository at this point in the history
Revert "Revert "[chore] Update webhook signup forms""
  • Loading branch information
vishalvivekm committed Aug 17, 2024
2 parents 187b92b + eb79310 commit aa7cf90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/CommonForm/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/CommonForm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/ContactForm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
}
Expand Down

0 comments on commit aa7cf90

Please sign in to comment.