function resetForm() {
    if( this._forms ) {
        for( var i = 0; i < this._forms.length; i++ ) {
            this._forms[i].reset();
        }