I currently have a payment gateway that requests the users to submit: Link to Form
I have placed that external link/form within an iFrame here: Link to iFrame
The form works and you can test the PayPal option just to view the redirect, but now the problem I have is that within the iFrame, once I submit the form in the iFrame then the page returns a blank screen.
<iframe scrolling="no" target="_blank" src="womin_donate/" width="100%" height="1600px" style="overflow: hidden; border: 0;margin-top: -40px;"></iframe>
The form is in WordPress and the iFrame is loaded on a Joomla based framework.
Please help if you have a solution or suggestion.
Thanks