Integrations

This section aims at covering some frequently asked for integrations. If you have an integration that you think we should cover, then please open an issue on our github issue tracker.

Google Analytics event tracking

Each step in the form is registered along with the total number of steps contained in the form. Tracking is done using flowStepCallback.

Watch the console to see category, action and label being tracked.

See the Pen Conversational Form - Google Analytics by SPACE10 (@space10) on CodePen.

Mailchimp signup

This example shows how you can submit to a Mailchimp newsletter list using a simple post request.

See the Pen Conversational Forms - Mailchimp example by SPACE10 (@space10) on CodePen.