$(document).ready(function() {
    var options = { clearForm:true };
	$('#group_form').ajaxForm(options);
});
