End a (split) AB test when clicking on convert-kit submit button?
There's no AB testing built-in to Jumpstart right now, so it really comes down to whatever tools you're using.
You can probably integrate with Convertkit's forms client side and add an event listener when the form submits if you have a JS split testing library you're using.
For server-side tracking you can have a Rails form submit to the Rails app and track the conversion and add the user to the form through the Convertkit API.
You can probably integrate with Convertkit's forms client side and add an event listener when the form submits if you have a JS split testing library you're using.
For server-side tracking you can have a Rails form submit to the Rails app and track the conversion and add the user to the form through the Convertkit API.
Notifications
You’re not receiving notifications from this thread.