Is there a way to let the user sign up and use the app for a X amount of time and then have to subscribe via stripe?
Yes, it should be possible. Here’s the approach I’d use:
- When a user signs up, create a field in the User data type called
Trial End Date
. Set theTrial End Date
to the current date + X days - Set up a condition on the page that checks if the current date is greater than the
Trial End Date
. When it is greater, redirect the user to a subscription page or display a message asking them to subscribe.
thanks this was it
1 Like
Can you be a bit more specific? I’m new to bubble. Is this happening in the workflow?
This topic was automatically closed after 70 days. New replies are no longer allowed.