Create a free trial w/o stripe

Hello,

I would like to create a 14 days free trial on my app from the moment they create their account, and then switch them automatically like that they can’t use the app.

Can someone help me ? I don’t want to use stripe, just with bubble.

Thank you in advance :slight_smile:

Yes it’s possible. On sign up, start trial by entering the current date on a trial_start field and an end date on a field end_date which would be current date/time +14 days. then create a workflow that will fire when current users trial end_date >= current date

2 Likes

Ok i see ! thank you !!

Alternative method using custom states. (Plus the flexibility of changing the trial length date easily)

Default value for trialActive is 0. Also, ignore the stripe_status line in the final tab as you’re not using stripe.

This topic was automatically closed after 70 days. New replies are no longer allowed.