All Collections
Generating leads
Self-serve lead generation
Self-serve lead generation

Start generating leads using our self serve widget for all partners

Zoe Fletcher avatar
Written by Zoe Fletcher
Updated over a week ago

Our self-serve lead generation widget is available on the free, starter and growth plans. If you're an Enterprise partner, check out our bespoke lead generation.

Start generating leads quickly and easily with our self-serve lead generation feature. Simply configure your white-labelling and drop our code into your landing page. Your customers will be able to submit their details and in return receive a digital marketing audit via email. You'll get an instant notification via email so that you can call them back and close the deal.

Setting up self serve lead generation

In order to set up lead generation, you must have admin access.

Lead generation settings and dashboards can be found under your profile picture in the top right.

Add your first lead gen widget

Free and Starter tier customers have access to one lead gen widget and Growth customers can add up to 3 lead generation widgets with different messaging and settings. This can be used to set up different journeys for different campaigns.


Changing widget settings

Once you’ve created your widget you can customise it extensively using the available settings.

Don’t forget to set your sales inbox so you get notified by email when new leads come in.

Advanced options

We support the following advanced options for the lead generation widget. Just insert the relevant code on the page.

Set the form as preview mode:

// Disable impressions tracking and form submissions
lead_generation_widget.setPreviewMode(true);

// The call to get form always needs to at the end
lead_generation_widget.getForm('myFormId');

Dynamically change the appearance of the form:

lead_generation_widget.setHeading(string);
lead_generation_widget.setButtonText(string);
lead_generation_widget.setIsTransparentBackground(bool);
lead_generation_widget.setBackgroundColour(string);
lead_generation_widget.setBrandColour(string);
lead_generation_widget.setSuccessMessage(string);
lead_generation_widget.setShouldAutoResizeHeight(bool);
lead_generation_widget.setWidgetHeight(int);
lead_generation_widget.setUseFullWidth(bool);
lead_generation_widget.setWidgetWidth(int); //
^ This call needs to always go after the options have been set
lead_generation_widget.getForm('myFormId');

Before you go live, preview your widget and make sure it looks how you want it to.

Embed the code on your landing page

Grab the code and drop it onto your site where you want it to appear.

Understand how it’s performing

Once live, you can get stats about the success of your lead gen widget by hitting the chart button.

Did this answer your question?