Hi everyone I’m a newbie here, I wanna create a membership site with s2member where the visitor submits a form and then directly after the payment gets a custom membership area based on his answers (for example gender, age…), the membership area (welcome page) it differs from subscriber to subscriber (I hope everyone gets it).
Is this possible?
thanks.
Customization in s2member
You can use custom profile fields for that info. WP Admin > s2Member > General > Registration/Profile Fields
You could use conditionals to show one thing or another on that page, based on the values from those fields. WP Admin > s2Member > API / Scripting > Conditionals
I hope that helps.