There are a few things that I'd try. 1) I tend to use vanilla JS. Try one of these (from the JS console) to see if it solves the issue.Try this if you want to pass a detail payload with the event. window.dispatchEvent(new CustomEvent("email_submit", { detail: { foo: "1", bar: "2" } }));Or this...