diff --git a/site/src/components/SignupForm/index.js b/site/src/components/SignupForm/index.js
index 0914e62..b732b40 100644
--- a/site/src/components/SignupForm/index.js
+++ b/site/src/components/SignupForm/index.js
@@ -52,7 +52,7 @@ const SignupForm = ({ onSubmit }) => {
     if (formSubmitted) {
       onSubmit();
 
-      axios.post("https://hook.us1.make.com/r5qgpjel5tlhtyndcgjvkrdkoc65417y", {
+      axios.post("https://hook.us1.make.com/x4crqi16j8wfhctosk8y47fj6gknyvvh", {
         memberFormOne
       });