Hey
s2member newbie (and website builder newbie tbh) and Iβm having an issue with wrapping the shortcodes on my payment gateway.
There are 4 options - 2 different time scales for membership with an option for each whether you buy outright, or pay monthly
I can quite happily get all four options to display HOWEVER, when I add a custom success page to all four shortcodes only 2 options display in drop down on purchase page. Deleting the custom success page from all but one shortcode option means they all displayβ¦
The code below is what Iβd like to run - with the success= highlighted in bold on first option causing the issue. Deleting this and all options then display. Having it in and only top 2 options display.
(Iβve had to delete the link out of the rest of the shortcodes and replace with ****** as Iβm new and can only add a couple of links per post!!!)
[s2Member-Pro-Stripe-Form]
[s2Member-Pro-Stripe-Form level=β1β **success=βhttps://aeonhaf.co.uk/vipaccsuccess/β** ccaps=βfastβ desc=βΒ£179 GBP / One Time FAST TRACK TO FAT LOSS (for 2 month access, non-recurring)β cc=βGBPβ custom="" ta=β0β tp=β0β tt=βDβ ra=β179β rp=β2β rt=βMβ rr=βBNβ coupon="" accept_coupons=β1β default_country_code=βGBPβ captcha=β0β /]
[s2Member-Pro-Stripe-Form level=β1β success="******" ccaps=βfastβ desc=βΒ£119 GBP / Monthly FAST TRACK TO FAT LOSS (recurring charge, for 2 months)β cc=βGBPβ custom="" ta=β0β tp=β0β tt=βDβ ra=β119β rp=β1β rt=βMβ rr=β1β rrt= β2β coupon="" accept_coupons=β1β default_country_code=βGBPβ captcha=β0β /]
[s2Member-Pro-Stripe-Form level=β1β success="*******" ccaps=βtgβ desc=βΒ£499 GBP / One Time TRANSFORMATION GUARANTEE (for 6 month access, non-recurring)β cc=βGBPβ custom="" ta=β0β tp=β0β tt=βDβ ra=β499β rp=β6β rt=βMβ rr=βBNβ coupon="" accept_coupons=β1β default_country_code=βGBPβ captcha=β0β /]
[s2Member-Pro-Stripe-Form level=β1β success="********" ccaps=βtgβ desc=βΒ£99 GBP / Monthly TRANSFORMATION GUARANTEE (recurring charge, for 6 months)β cc=βGBPβ custom="" ta=β0β tp=β0β tt=βDβ ra=β99β rp=β1β rt=βMβ rr=β1β rrt= β6β coupon="" accept_coupons=β1β default_country_code=βGBPβ captcha=β0β /]
[/s2Member-Pro-Stripe-Form]
Thanks for any advice!