In file js/xf/core/form.js Find: return this.$container.find(this.options.match).not(this.$target); Replace with return this.$container.find(this.options.match).not(this.$target).is(':enabled');