Well, I followed the instruction as best I could, and the form finally appeared on the page, but the dropdown with all of the options was missing. I even used the sample code provided, but that form did not show at all, the page was completely blank. I’m not sure of what I’m doing wrong.
Here’s what I have:
[s2Member-Pro-Stripe-Form]
[s2Member-Pro-Stripe-Form register=“1” level=“0” ccaps="" desc=“Option 1 Signup now, it’s Free!” custom=“localhost” tp=“0” tt=“D” captcha=“clean” /]
[s2Member-Pro-Stripe-Form level=“1” ccaps="" desc=“Option 2 $10.00 USD / Monthly (recurring charge, for ongoing access)” cc=“USD” custom=“localhost” ta=“0” tp=“0” tt=“D” ra=“10.00” rp=“1” rt=“M” rr=“1” coupon="" accept_coupons=“0” default_country_code=“US” captcha=“0” /]
[s2Member-Pro-Stripe-Form level=“2” ccaps="" desc=“Option 3 $20 USD / Monthly (recurring charge, for ongoing access)” cc=“USD” custom=“localhost” ta=“0” tp=“0” tt=“D” ra=“20” rp=“1” rt=“M” rr=“1” coupon="" accept_coupons=“0” default_country_code=“US” captcha=“0” /]
[/s2Member-Pro-Stripe-Form]
I have tried it both with and without the desc=“Option x…”, still no joy.
This is the sample code:
[s2Member-Pro-Stripe-Form rp=“1” rt=“M” rr=“1” accept_coupons=“1”]
[s2Member-Pro-Stripe-Form level=“1” desc=“Option 1 ($10.00)” ra=“10.00” /]
[s2Member-Pro-Stripe-Form level=“2” desc=“Option 2 ($20.00)” ra=“20.00” /]
[s2Member-Pro-Stripe-Form level=“3” desc=“Option 3 ($30.00)” ra=“30.00” /]
[/s2Member-Pro-Stripe-Form]
Thanks again for your help!