Login
Login Form
2. Create a new Landing Page or QR Code Hit Create QR Code or Create Landing Page .
Use "Create QR Code" and "Create Landing Page" in the Dashboard. Then, choose Feedback Forms to open the Lead Landing Page Editor.
Choose Feedback Forms when creating a Landing Page.
Choose Lead > Feedback Forms when creating a new QR Code. 4. Create your Lead Landing Page in the Editor Once in the Lead Landing Page Editor, create your form as needed. Below, we will go through all options and settings in the Editor. You will also see a QR Code next to the Lead Landing Page that you can download in various formats.
Overview of Lead Landing Page Editor. 5. Deploy your QR Code and collect your new leads! Congratulations! You are now proud owner of a brand new Feedback Form and corresponding QR Code. All that's left to do is to spread your QR Code, lean back and get your leads.
Spread the QR and let prospective customers scan your Code! Lead Landing Page Settings Let's go through all possible settings in the Lead Landing Page Editor:
Add Image You can add an image to your Landing Page to give it a more personal or professional touch .
Highlighted button "Choose an Image" in Landing Page Editor.
Example of an image embedded in a Lead Landing Page. Next, you can edit the Feedback Form itself, starting with title and description.
Screenshot of Fields "Title" and "Description" in the Lead Landing Page Editor. Then, you can set your form's fields; create different types of fields and arrange them as desired:
Text E-Mail Password Number Phone number Date Radio buttons Checkboxes Text areas The fields Name and E-Mail are mandatory, so you can generate leads. If you would like to create a custom form without or with more mandatory fields, follow this guide.
Set your Fields as needed. You may also change the label of the Submit Button on your Landing Page, and add a disclaimer to be displayed.
Submit-Button-Label and Disclaimer On Submit Choose from a set of actions to be performed after a form has been submitted by a user:
Send reward link via E-Mail Send voucher via E-Mail Redirect URL Do nothing Fire a webhook Notify me on new lead Reward Link In appreciation of your new customer's information, you can send them a reward link by E-Mail, allowing them to download a PDF file, view a music video or to be forwarded to any other digital product.
Set a reward link to be sent via E-mail. Redirect URL You may also define a redirection URL within the Lead Landing Page Editor. After registration, users will be redirected there.
Set a URL users will be redirected to. Coupon per Lead
Coupon per Lead. No action In this case, no action will be taken after registration. The user will have the pop-up info displayed and the submitted info will be stored as a new lead.
Webhooks
Additional options in the Lead Landing Page Editor. Notify me on new lead When activated, the account administrator will receive an email after a user has submitted a form.
Allow e-mail to be stored multiple times If better suited for your needs, you may also allow to store the same E-Mail address multiple times for the same lead form. Else, each E-Mail address can only be saved once per form.
On Success-message In all the above mentioned cases you can decide to add an optional Success Message to be displayed after a user has signed up.
On Success-message Notification E-Mail Create a custom HTML E-Mail template that is sent to the user after registration.
Notification E-Mail GDPR In order to fully comply with the GDPR when a user sends you personal information, you must request their consent. This can be done by giving a a statement of intent, e.g. by marking a checkbox. Add any such checkbox with the Add button.
GDPR pane in the Lead Landing Page Editor. Branding
Brand your Landing Pages with CSS. The Extras pane allows you to set additional options:
Extras Pane in the Lead Landing Page Editor. Language Specify the language in which the landing page should be displayed to the visitor. By default, the page is displayed in the language that you have specified in your account. You can overwrite the language or select to set the language depending on the browser of the visitor. If the language sent by the browser is not available, the language set in your account will be used as an alternative.
Hide from search engines Activate this option, if you don't want search engines (e.g. Google) to index this your Landing Page.
Password Autofilling and Embedding Options You can have the form filled via QR Code by using the correct link and also embed the Lead Form in your website.
Autofill and Embed Lead Form Integrations Integrations|Integrations|figzoom How can I get to my collected leads? You can retrieve all submitted form data by clicking on the lead icon in the landing page's option context menu when logged in to your account. You may also use the API or add your favourite Integration.
Download your Leads. Referral QR Code Injection If you create a QR Code and forward the user to a lead landing page, the lead landing page will include referral QR Code vanity URL. The code is added as a hidden field in the form and submitted as well.
<input type="hidden" name="referercode" value="abcdef"> 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);