Any updates?
To clarify, here’s what I would like:
1. Give away a free month trial without requiring any type of credit card.
2. After the free month they can choose to subscribe and enter their credit card information.
3. If they choose not to subscribe, they cannot get another free trial with the same username or email address on file.
Is this possible? If so, what would the Form and Coupon codes look like?
Thank you!
~Kent, Paying Customer
You need the Pro version for that (but it won’t be done using a coupon, because that would still require a credit card).
Just noticed you ended with
Kent, Paying Customer
This is not Pro support. This forum is essentially volunteers only. Pro support is at s2member.com/contact
Thank you for the reply!
I do have the Pro version but am not sure how to set this up. Any assistance is appreciated!
Thanks again,
~Kent
OK, assuming you are using PayPal or Stripe, you need to go into the relevant Pro Forms section and use a free registration form.
This will enable you to create a month’s free trial and won’t require a credit card.
Now you need to go to API/Scripting -> Simple/Shortcode Conditionals and adapt Example 7 like this:
[s2If current_user_is(subscriber)]
Subscribe Now!
[put regular s2M subscription form here]
[/s2If]
Put this (say) on your Welcome page. Don’t put it on an unprotected page. If the free user subscribes, s/he won’t see this any more.