Customization in s2member

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.

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

See also:
https://www.s2member.com/codex/stable/s2member/api_functions/package-functions/#src_doc_get_s2member_custom_fields()

https://www.s2member.com/codex/stable/s2member/api_functions/package-functions/#src_doc_get_user_field()

I hope that helps. :slight_smile: