Toggle change pricing (month or yearly)

Hello,
I am trying to set up subscriptions with stripe following this video: https://www.youtube.com/watch?v=Gbxnc_HSXYI

Around minute 4:20 it explains how toggle can change the monthly/yearly subscription.

I have followed the steps, however I’m not getting the expected results. I would really appreacite hand here :slight_smile:

This is my variable set up:

This is how I bind to the toggle:

And finally this is the formula to show different prices depending on the toggle:

Thanks in advance!!

your if is broken, should look like this,
image

not
image

there is just a space between the if and the backet when you typed it in so it didn’t transform into a weweb formula

1 Like

Thanks @sam1 !