I have a form that has 2 checkbox wrappers. One of them conditionally shows email fields if checked.
I have got errors in console.
bricksforge_elements.js?ver=1726062423:1 Uncaught TypeError: Failed to execute ‘setAttribute’ on ‘Element’: 2 arguments required, but only 1 present.
at bricksforge_elements…=1726062423:1:31880
at NodeList.forEach ()
at bricksforge_elements…=1726062423:1:31782
bricksforge_elements.js?ver=1726062423:1 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading ‘submitConditions’)
at BrfProForms.handleConditionalSubmitLogic (bricksforge_elements…=1726062423:1:80598)
at BrfProForms.renderFormData (bricksforge_elements…=1726062423:1:70147)
at async bricksforge_elements…=1726062423:1:31411
and they are multiplied when checkboxes are manipulated.
I attach screenshot.