Hi Jörn, I have basically this, and still a no go.
var nameForThisValidator = $("#formName").validate(); $("#closeLogin").click(function (event) { nameForThisValidator.resetForm(); nameForThisValidator.submitted = {}; document.forms['formName'].reset(); $("#loginLink").show(); $("#formName").hide(); event.preventDefault(); }); Thanks :)