Bringing the modal box out of an iframe.

Is it possible to bring a modal box inside the iframe to outside?

It may depend on the data types and source structure of what is contained and obtained in the iframe. You could use JavaScript to gather the values and then use it to propagate the structure within your modal. An event listener may be needed on the iframe to detect change.

2 Likes