From 855e0633435fad02586e9716a646bb503f7cfd84 Mon Sep 17 00:00:00 2001 From: Marc Date: Thu, 24 Dec 2015 20:49:34 -0500 Subject: [PATCH] Add handler for form cleanup --- js/form-handling.js | 1 + 1 file changed, 1 insertion(+) 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) {