diff --git a/Views/FormView.js b/Views/FormView.js index e58dea5..2f383f1 100644 --- a/Views/FormView.js +++ b/Views/FormView.js @@ -197,7 +197,7 @@ export class FormView { inputs = [].slice.call(form.getElementsByTagName('input')), buttons = form.getElementsByTagName('button'), canvas = form.getElementsByTagName('canvas'), - external = document.querySelectorAll('form:not(#' + this.id + ') [form=' + this.id + ']'), + external = document.querySelectorAll('body:not(#' + this.id + ') [form=' + this.id + ']'), special = form.querySelectorAll('[data-name]'), specialExt = document.querySelectorAll('form:not(#' + this.id + ') [data-form=' + this.id + '] [data-name]'), inputLength = inputs.length;