let’s say i have a paypal button (form) and an unbounce form with email field, and I want to trigger the submit of the paypal form after the unbounce form has been filled out, perhaps using javascript. how can I do this? the other way around might also be a solution.
would it be possible to embed the form into the form confirmation page, but without a button to submit it, and then trigger the submit of the paypal form using an onLoad or something?