Stripe pro form broken

Hi,

I have an issue with the stripe form shortcode

until a few days my dynamic shortcode was working

putting a shortcode on my page like this [plan_form /]

this is the that was working :

function plan_form($atts,$content){

    $form_code = '[s2Member-Pro-Stripe-Form level="1" ccaps="" desc="description" cc="EUR" ta="0" tp="0" tt="D" ra="39" rp="1" rt="M" rr="1" coupon="" accept_coupons="0" default_country_code="FR" captcha="0" validate_zipcode="1"  /]';
echo do_shortcode($form_code);
}
add_shortcode("plan_form","plan_form");

but now it’s rendering the form like this :
with empty checkout dropdown

if I put the shortcode directly into the page the form is working fine !!!
I tried diving in parameters and everything is the same it seems to be a session or javascript issue
could I please have some help

we are fixing for now writing a unique page for every situation but it’s terrible to maintain.

Hi Benjamin.

Yes, it does look like you have a JavaScript problem there. Look at what your browser’s console says, it may be showing some JS error.