@ -208,7 +208,7 @@ $.fn.form = function(fields, parameters) {
get: {
changeEvent: function(type) {
if(type == 'checkbox' || type == 'radio') {
if(type == 'checkbox' || type == 'radio' || type == 'hidden') {
return 'change';
}
else {