mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
use zapier
This commit is contained in:
parent
ce6f7e9040
commit
ea5b307448
1 changed files with 2 additions and 2 deletions
|
|
@ -39,11 +39,11 @@ const JoinForm = () => {
|
|||
}}
|
||||
>
|
||||
<form
|
||||
action={`https://hackclub-slacker.glitch.me/join`}
|
||||
action={`https://hooks.zapier.com/hooks/catch/507705/o5lw2on/`}
|
||||
method={`post`}
|
||||
onSubmit={(e) => {
|
||||
e.preventDefault()
|
||||
fetch(`https://hackclub-slacker.glitch.me/join`, {
|
||||
fetch(`https://hooks.zapier.com/hooks/catch/507705/o5lw2on/`, {
|
||||
method: 'POST',
|
||||
body: JSON.stringify({ name, email, hs, reason })
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue