I'm trying to redirect a page/run some js after an embedded nVite form is submitted on another page. The problem I'm having is there is no native solution through nVite to run some JS after a form submission. I also don't know a way to target any of the HTML inside of the iframe to check for changes. Does anyone know a way to target the HTML inside an iframe and or trigger JS after nVite from submission?
The form I'm trying to redirect can be found on this page after clicking the registration button.