Hello, I am using an iFrame component, where I added my own html code.
The original page looks like this:
After pressing the button, it opens a page like this:
When I use the same code in the iFrame, the code is being executed (I know of this, because the payment servers receive a payment request), but the user is not redirected to the new page.
Is this a known problem? Does the iframe allow redirecting? Is there a way to solve this?
I can provide the code if needed.