Conditional visibility of sections based on onboarding choices

Hey there folks!

My goal is to show a specific section based on some questions after onboarding the user.

Here is my current setup:
I have a membership platform on webflow with educational no code content.
The user signs up via memberstack and lands on the homepage with all the contents.

Now what I’d want to do is create a multi step onboarding with few questions:

  • what is your goal (option list of possible goals)
  • what’s your level of no code? (Or something like that, with another list of options)

Based on those answers that would be logged in memberstack and in my users cms I’d love to show my users content related to their choices.
So for example, if the user declares that his/her goal is to build an mvp, I would show them the “mvp” section when they log in, in a specific section called “my picks” with content filtered to only show mvp.
OFc they can still see everything else, but I think this would give them a more personalized experience.

Is it possible natively? Or maybe with some custom code or finsweet attributes?

Thanks a lot!

1 Like

:raised_hand: I second this request. I am currently working on a gated membership product with two different plans. It would be great to conditionally display navigation links depending on what memberships the user purchased.

1 Like

Hi there :wave:

Good news! I can help you do exactly what you’re describing. There are a few different ways to accomplish it…

A) You could create bespoke forms and “logged-in” areas for your members like I did here. The project is cloneable and contains a tutorial video.

B) You could create a single set of forms and pages and then use data attributes to conditionally show and hide elements based on the member’s plan.