I am loading in forms via ajax but need to know how to then apply event listeners after they have been loaded. I want to capture the submit to preventDefault() and submit form via ajax.
I am loading forms dynamically through ajax. After I add the form to the Container via setHtml() I want to be able to listen for the submit and handle through ajax.