Yea, I think I did what you are describing. But, how does that renew the limits? So, Will the count renew every month for an s2member monthly subscription if someone uses the frontend form with 4 x posting limit?
This is what I have used with my forms. I think this is what you are talking about.
[s2If current_user_is(s2member_level0)]
Basic Directory Listing
[wpfepp_submission_form form="5"][/s2If]
[s2If current_user_is(s2member_level1)]
Basic Directory Listing
[wpfepp_submission_form form="5"][/s2If]
[s2If current_user_is(s2member_level2)]
Premium Directory Listing
[wpfepp_submission_form form="6"][/s2If]
I have the s2member_level1 with a monthly subscription & 4 x month post. I have form 5 set to 4 post limit. Will this auto-renew when the user pays each month?
ThanksÂ
Ok, thanks. I think I'm going to rework my membership options a bit. Try to avoid this type of set up.