Free registration user access automatically to level 1

Hello,

i create a registration form with most of the custom field with an access to level 1 member. That solution allow me to show a simple 3 or 4 fields registration for the free users and then, they access to the whole registration/profil fields.

My problem is that the free registration users have a level 0, so they don’t see the custom field form. If i put the fields to access level 0, the user unregistered has a too long form for the first contact with the website.

Is there any solution to register user with a simple form, and then give them automatically to level 1 ?

Thanks.

If you have the Pro version of s2Member, you can use a free form to register free users at whatever level you want, and with whatever custom fields you want.

I have the pro s2member plugin.
But when I use the free registration form, I don’t find the option for let them access to level 1 directly…

Thx for the help.

In that case, I assume you are using a shortcode that begins something like this:
[s2Member-Pro-Stripe-Form register="1" level="0"
You just need to change it so that it says instead:
[s2Member-Pro-Stripe-Form register="1" level="1"

I was using that before, but my problem was that i create a form with Level 0 field & and level 1 field. I want that my user register with simples fields (4 max) and after registration, they could complete their profil with customs fields i create before. (20 customs fields)

If i use the pro stripe shortcode to level 1, all my form field appear directly on the register page and not after the registration…

Only if you design your form like that. It seems to me that you just haven’t figured out what goes where. Maybe you need to use three levels, and not just two. Maybe you need to use conditionals: https://s2member.com/kb-article/s2if-simple-shortcode-conditionals/

But it’s very hard for me to say because, clearly, I don’t have all the relevant information.

Thanks for your help, i have to use the registration form, because i want that all the user information at the same place, the user database.

I figure out with a hack who force free registration users directly to sMember Level 1.

Thanks.