Lead Forms in Landing Pages

With the Landing Page Editor in your account you can create forms to gain new leads. You can easily add fields to a form for a user to submit their E-Mail address, name and other customizable information.

What is a Lead Landing Page?

A Lead Landing Page is a standalone web page designed specifically to capture potential customers' contact information, usually in exchange for something of value, such as a free resource, product demo, or exclusive offer. It's often part of a broader marketing strategy aimed at generating leads for a business.

The goal of a lead landing page is to convert visitors into leads, which can then be nurtured through follow-up emails, calls, or other engagement tactics until they are ready to make a purchase or take another desired action.

Use a QR Code to redirect to a Lead Landing Page

Our Lead Landing Page solution allows you to effortlessly collect customer
information. Create a form with our landing page editor and a QR Code will be created automatically.

After distribution of the QR Code, any prospective client may scan  the QR Code and fill out the form. You can also connect the form to a QR Coupon, issuing a one-time redeemable voucher to anyone sharing their contact details with you.

How can I create a Lead Landing Page?

1. Log into your account

2. Create a new Landing Page or QR Code

Highlighted Buttons "Create QR Code" and "Create Landing Page" in Dashboard
Use "Create QR Code" and "Create Landing Page" in the Dashboard.

3. Choose Feedback Forms

Highlighted Button "Feedback Forms" on Landing Page Theme Page
Choose Feedback Forms when creating a Landing Page.
Highlighted Button "Feedback Forms" in QR Code Generator
Choose Lead > Feedback Forms when creating a new QR Code.

4. Create your Lead Landing Page in the Editor

Overview of Lead Landing Page Editor.
Overview of Lead Landing Page Editor.

5. Deploy your QR Code and collect your new leads!

Example of Lead QR Code.
Spread the QR and let prospective customers scan your Code!

Lead Landing Page Settings

Add Image

Highlighted button "Choose an Image" in Landing Page Editor.
Highlighted button "Choose an Image" in Landing Page Editor.
Example of an image embedded in a Lead Landing Page.
Example of an image embedded in a Lead Landing Page.

Edit Form

Screenshot of Fields "Title" and "Description" in the Lead Landing Page Editor.
Screenshot of Fields "Title" and "Description" in the Lead Landing Page Editor.
Screenshot of Fields "Name" and "E-Mail" in Lead Landing Page Editor.
Set your Fields as needed.
Screenshot of Submit-Button-Label and Disclaimer
Submit-Button-Label and Disclaimer

On Submit

Reward Link
Set a reward link to be sent via E-mail.

Redirect URL

Redirect URL
Set a URL users will be redirected to.

Coupon per Lead

Coupon per Lead
Coupon per Lead.

No action

Webhooks

Webhooks, Lead-Notification and Allow E-Mail multiple times
Additional options in the Lead Landing Page Editor.

Notify me on new lead

Allow e-mail to be stored multiple times

On Success-message

On Success-message
On Success-message

Notification E-Mail

Notification E-Mail
Notification E-Mail

GDPR

GDPR pane in the Lead Landing Page Editor
GDPR pane in the Lead Landing Page Editor.

Branding

Branding section in the Lead Landing Page Editor
Brand your Landing Pages with CSS.

Extras

Extras
Extras Pane in the Lead Landing Page Editor.

Language

Hide from search engines

Password 

Autofilling and Embedding Options

Autofill and Embed Lead Form
Autofill and Embed Lead Form

Integrations

Integrations|Integrations|figzoom

How can I get to my collected leads?

leads download
Download your Leads.

Referral QR Code Injection

<input type="hidden" name="referercode" value="abcdef">

Auto-Fill form with QR Code data

Access JSON data from injected referral QR Code

// the injected JSON from the referral QR Code
var refererJson={"info":"test"};
        

// access the refererJson-object
alert(refererJson.info);