Hello everyone I have an iframe displaying in a angular stepper function like this
<iframe id="prompt" class="first" [src]="promptHtml"></iframe>
the src is an external source of data.
After the User has clicked submit in the form they have to manually click "next" to get to the next step in my Angular wizard.
My question is how can I detect the user clicking submit in the iframe and then trigger some angular code to go to the next step in my process?