John Bongiovanni
This is the console output when I open the modal
modal.min.js?12.5.0.p:34 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'preventDefault')
at Modal.open (modal.min.js?12.5.0.p:34:7)
at Object.open (script.min.js?6f489755cec8b4f1d2629b2ae2344a31:16:7)
at CSCopenRLmodal (csc.js?6f489755cec8b4f1d2629b2ae2344a31:43:28)
at Object.success (cscmembertestlog.site.js?6f489755cec8b4f1d2629b2ae2344a31:158:21)
at c (jquery.min.js?3.6.3:2:28599)
at Object.fireWith [as resolveWith] (jquery.min.js?3.6.3:2:29344)
at l (jquery.min.js?3.6.3:2:80328)
at XMLHttpRequest.<anonymous> (jquery.min.js?3.6.3:2:82782)
The code of CSCopenRLmodal is doing this
RegularLabs.Modals.open (document.querySelector('#'+modalid));