Skip to content

Instantly share code, notes, and snippets.

@paulaleite
Last active July 19, 2020 02:43
Show Gist options
  • Save paulaleite/efe55facf08138a6a7d98f5e3681a4c5 to your computer and use it in GitHub Desktop.
Save paulaleite/efe55facf08138a6a7d98f5e3681a4c5 to your computer and use it in GitHub Desktop.
<script>
const form = document.getElementById('contactForm'); // 1
form.addEventListener('submit', handleFormSubmit); // 2
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment