hi there,

I have a form with checkboxes. If one or more of them are checked, you get a confirm. modal, if you press a "delete" button.
This works so far.
But how is it possible to send the id's of my checkboxes via ajax, if the you confirm with "OK" in child modal? How could that build. The "onsubmit" option is used in any case if the modal is closing - this is not working...

I can't get/send my values from parent!