diff --git a/js/form-handling.js b/js/form-handling.js index e09e67d..17e20a0 100644 --- a/js/form-handling.js +++ b/js/form-handling.js @@ -20,6 +20,7 @@ $contactForm.submit(function(e) { console.log("Sending."); }, success: function(data) { + $('#contactme').trigger("reset"); $("#contact-popup").fadeIn(); }, error: function(err) {