diff --git a/js/scripts.js b/js/scripts.js index 0379f49d30..33b31610b7 100755 --- a/js/scripts.js +++ b/js/scripts.js @@ -226,6 +226,7 @@ $(document).ready(function () { } else { $('#alert-wrapper').html(''); $('#rsvp-modal').modal('show'); + $('#rsvp-form')[0].reset(); } }) .fail(function (data) { @@ -490,4 +491,4 @@ var MD5 = function (string) { var temp = WordToHex(a) + WordToHex(b) + WordToHex(c) + WordToHex(d); return temp.toLowerCase(); -}; \ No newline at end of file +};