Hi all,
I use this shortcode for a Stripe Pro Form:
[s2Member-Pro-Stripe-Form level="1" cc="EUR" custom="ows.woohoodesign.nl" ccaps="" ta="0" tp="0" tt="D" ra="7.95" rp="1" rt="M" rr="1" coupon="" accept_coupons="0" default_country_code="NL" captcha="0" desc="€ 7,95 / Maandelijks (periodieke kosten, voor doorlopende toegang)" success="/checkout/" /]
Works great, but when a user has entered his CC information in the Stripe Pop-up, the spinning wheel keeps showing on the page, meaning he cannot send in the form (everything is blocked).
Checking the page with Web Inspector (Safari) I noticed that there is still an iFrame for the stripe checkout active, and that causes the spinning wheel. I can easily put that iFrame to ‘display:none’ to continue (i’m on a development environment).
I checked what happened on the page as soon as the stripe popup comes up (when you need to add your Credit Card info): Stripe adds two identical (!) iFrame’s to the page. And aftering entering the CC credentials, only one of these 2 is closed, leaving you with a page you cannot interact with.
Anyone any idea why and how to overcome this situation of the two iFrames?