Skip to content

Tag: github-pages

HTML Form onSubmit being bypassed

I’m new to HTML and JS and I’m trying to setup a “Contact” page using GitHub Pages. I am using formspree.io to submit the forms and e-mail to the app mail account. Here is the deal: I’m trying to setup a simple validation just to verify if the form fields aren’t empty (ther…