Conditional user registration data
-
Hi there -- our system needs to collect user registration data based on a user type. I've tried to create this using multiple steps in an Advanced Registration Form by putting the conditional data on say step 2. I haven't found a way to modify the flow to skip this step under the right condition. Is this possible?
-
@rrock Can you tell us a little more about what you mean by conditional data? You should be allowed to have non required fields.
-
@mark-robustelli In our case, we collect identification data from a member (adult participant) and then they can create their account. We also allow dependents of that participant to self-register -- they need to enter identification data about themselves, and the member, before they can create their account.
So for a member: step 1, enter name, DOB, zip code; step 2, enter username and password
And for dependent: step 1, enter name, DOB, zip code; step 2, enter member's name, DOB, zip code; step 3, enter username and passwordIn an Advanced Registration Form
Step 1: are you a member or dependent, then enter your information
Step 2: if you are a dependent, enter the member's information
Step 3: create your accountHow do we skip Step 2 when the user is a member?
Hope that helps.
-
@rrock Does this have to be during the registration process? I found this under progressive registration in the docs. It suggests you "collect minimal user profile data to get users into your application with as little friction as possible. Then, you’d use the User APIs or User Registration APIs along with custom screens in your application to collect additional information."