fix v-1 to contact

This commit is contained in:
Saahil dutta 2024-07-26 14:38:36 -04:00
parent 9b95ddb1ed
commit 87c4f48258

View file

@ -24,7 +24,8 @@ if(Math.random() > .5) {
} else {
const form = new FormData(e.target)
fetch('/contact_form.php', {
body: form
body: form,
method: "POST"
}).then(e => {
return e.text()
}).then(text => {