I need to wrap more than one pro-forms, but because I NEED to use a php code for a specific dynamic ccap, it won’t take the typical shortcode before and after to wrap it in.
So, I have two codes similar to this:
<?php
echo do_shortcode(’[s2Member-Pro-Stripe-Form level=“1” ccaps=“holly’.date(‘Ym’).’” desc=“Create a profile bellow and access your quarterly subscription for just $18/3 months” cc=“USD” ta=“0” tp=“0” tt=“M” ra=“18” rp=“3” rt=“M” rr=“1” coupon="" accept_coupons=“0” default_country_code=“US” captcha=“0” /]’);
?>
Can wrap two of those together? If so, how? Using [s2Member-Pro-Stripe-Form] won’t work, so I assume I should use some php language there instead. But what?
Thanks