Capture the button click event from iframe - form

1
Assume that the Mendix page is integrated with the Iframe which consists of a form. Now I wanted to capture the trigger point or button click event which would be performed inside the form of the Iframe, based on the captured event I could control the other page components. Valuable suggestions and ideas would be much appreciated. Thanks!
asked
1 answers
1

Hi Gaffar,

If you have code access to the Iframe form, then call a API and perform your action inside your application. 

answered