I have a form that has two embedded forms (iframe datapage deployment)
First subform is a submission form and the second a single record update form.
I have a javascript function that is run by clicking on a button in the parent form that randomly selects a record whose parameters are then passed to both of the embedded forms. After the action is completed, I want to submit both of the embedded forms, without submitting or reloading the parent form, because the action can potentially be repeated. I have tried several options, but can't get the submit to work.
Below is my javascr