I want to build the following user stories:
As a user, I can browse a collection of upcoming webinars
-
User can be registered/subscribed to Convertkit in or not
-
As a user I can register for a specific webinar
Scenario 1
GIVEN: I am subscribed
WHEN: I click ‘register now
THEN: I am redirected to the single page webinar and I receive a confirmation email
Scenario 2
GIVEN: I am not subscribed to ConvertKit
WHEN: I click ‘join’
THEN: I am directed to a sign-up page so I can subscribe to ConvertKit
AND: I can sign up as a member
AND: when I have signed up I am redirected back to the webinar registration page
I’m currently using webflow CMS.
What would be the best way to build the functionality above?
Thanks,