I'm having so much trouble getting a contact form to tell the user that their form was submitted successfully because I don't actually know javascript XD
Browsers I've tested don't respond to my redirect. When the user hits the submit button, my logs say "Completed 302" but the browser does nothing.
I think this is because the user submitted a POST request and wasn't expecting a GET, but I don't know. I've got a bit of a mess because I threw this nicepage site template builder javascript css and html into the project and did the backend stuff by hand, but now that means I have no idea what the javascript is doing lmao.
I'm having so much trouble getting a contact form to tell the user that their form was submitted successfully because I don't actually know javascript XD
Browsers I've tested don't respond to my redirect. When the user hits the submit button, my logs say "Completed 302" but the browser does nothing.
I think this is because the user submitted a POST request and wasn't expecting a GET, but I don't know. I've got a bit of a mess because I threw this nicepage site template builder javascript css and html into the project and did the backend stuff by hand, but now that means I have no idea what the javascript is doing lmao.