I have an iframe that contains two fields and a form that contains multiple fields. What I want to do is click ‘submit’ on iframe when the user clicks submit on the non iframe form so that first form gets submitted and then the second form is submitted. Is this possible? Thanks
--- IFRAME ---
[Input 1]
[Input 2]
[Hidden Submit]
--- IFRAME ---
[Input 3]
[Input 4]
[Submit] <-- user is gonna click this, then iframe form and this form gets submitted
yes, that’s possible.