So I want to two things to happen when the Tutorials is click
First: If the logged-in user has already subscribed to my plan, they will be directed to the tutorials page,
Second: If the logged-in user has not subscribed to my plan, they will be directed to the plan picker page. And once they’re subscribed, they will be directed to the tutorials page. Next time a subscribed user clicks on Tutorial, the system will recognize their subscription status and direct to the tutorials page.
I have struggled to find ways to make all this work for 2 days but still haven’t had any luck. Can anyone walk me through it step by step? I’m pretty new to Bubble so a detailed explanation would be appreciated.
I tried that and it didn’t work, I got directed to the payment page every time regardless of what my payment status was. Can you be a little more specific? Like how am I supposed to set up data types in Data and stuff
Sure, I just want the system to recognize different user types (subscribed or not subscribed) and perform the actions accordingly. But I have no idea how to do that.
I just want the system to recognize different user types (subscribed or not subscribed) and perform the actions accordingly. But I have no idea how to do that.
In that case it really sounds as though you need to take a step back and learn how to use Bubble before attempting something like this.
This is fairly basic, so once you understand the basics of Bubble it will be simple. Otherwise you’ll just be going round in circles.
As a broad overview, you’ll need to start by designing and setting up your database. Of course that will depend on the specifics of what you’re trying to build, but you’ll likely need datatypes for Subscription, user_subscription, user roles, and a lot more besides, as well as integrations with a payment processor etc.
So those are the things I’d start learning about first. There are plenty of available resources for that.
Once that’s all done, it should be simple to use the relevant data in conditions for your workflow actions,
I didn’t start by learning the basics first, I just sort of learned things along the way by jumping right into building real projects because I thought it could save me a ton of time as my initial goal was to build up a project as soon as possible and jump into the next one.
But yeah I agree with you on understanding the basics.