LogoLogo
  • LeadBoxer — Lead Data Platform —Documentation
  • 🛠️Getting Started
  • Lead Management Workflow
    • Cold outbound email campaigns
  • How does it all work?
  • 🏗️Fundamentals
    • Leads & Accounts
      • Lead card: Complete lead details in one page
      • Batch operations
    • LeadBoard
    • Reports
    • Definitions & Glossary
    • Elements
      • Filters
      • Segments
      • Workflow Automation
      • Notifications
      • Users
      • Datasets
      • Clients (agents)
      • Lists
      • Enrichment
      • Leadscore
      • Lead & Account Tags
      • Import & Export
        • Upload Leads
        • download data
        • LinkedIn Matched Audiences export
        • Custom Properties
        • LeadBoxer User Interface Placeholder Names
      • Roles & Permissions
  • 🧩Integrations
    • 🌐Website
      • Lead Tracking Pixel
      • WordPress plug-in
        • track my WordPress user logins?
      • Google Tag Manager (GTM)
      • Drupal module
      • Gravity Form Tracking
      • Change website content based on behaviour
      • Track meta data using JSON-LD
      • Cross device tracking
      • Tracking marketing campaign data (UTM tags)
      • UTM tags for Google Adwords
      • How to track user logins
      • Automatic form tracking
      • Manual form tracking
      • How to get (raw) lead data
      • Magento
      • Adobe Tag Manager
      • Unbounce landing pages
      • Tracking pixel into Wix
    • ✉️Email
      • Individual emails
        • Gmail Email tracking
        • G Suite email tracking
        • Official Outlook Add-in
        • Advanced Outlook Add-in
        • Manually Identify leads using email
        • Legacy Outlook plugin
        • Linkedin InMail or Invite Link Tracking
      • marketing emails
        • 1. Setup Tracking Pixel
        • 2. Track Email Opens
        • 3. Track Email Clicks
        • Mailchimp
        • HubSpot
        • Sharpspring
        • ActiveCampaign
        • Pipedrive Campaigns
        • Eloqua
        • Copernica
        • Intercom
        • Mailup
        • Brevo
        • Poppulo
        • Reply.io
        • Spotler mail+
        • Prospect.io
        • Woodpecker
        • Instantly
        • Mailerlite
        • Lemlist
        • Autopilot
        • Constant Contact
        • dotdigital
        • Apollo.io
        • LaPosta
        • Customer.io
        • Campaign Monitor
        • QuickMail
        • Outreach
        • Mail Merge (MS Word)
    • Other
      • Active Campaign
      • HubSpot
      • Marketo
      • LinkedIn
        • LinkedIn job titles search
      • Google Places
      • Calendly
      • How to get LeadBoxer data into Intercom
      • Zapier
        • Advanced Zapier usage
        • Zapier webhook
        • Connect Leadboxer to Pipedrive with Zapier
        • Connect Leadboxer to Slack with Zapier
        • Connect Leadboxer to Salesforce with Zapier
      • Pipedrive
        • Pipedrive Workflow Automation with LeadBoxer
      • Whatagraph
      • Google BigQuery
      • Single Sign On (SSO)
  • 🦮Guides
    • Creating your first Segment
    • Creating your first LeadBoard
    • How to add a user
    • How to upload a List (ABM)
    • How to add a datasets
    • How to create a notification
    • How to set your Leadscore
    • How to hide & unhide Leads
    • Filter Leads from ad campaigns
    • How to create a Workflow Automation
    • How to mask IP addresses
  • 🏆Solutions
    • Lead Identification
    • Lead Qualification
    • Lead Managment
  • Extras
    • Changelog
    • Email tracking info
    • linkedIn industries
    • LeadBoxer reseller getting started
    • How to contact leads
    • LeadBoxer cookies
  • Terms of Service
  • Privacy Policy
Powered by GitBook
On this page
  • Description
  • Instructions
  • Implementation notes
  • Full control

Was this helpful?

  1. Integrations
  2. Website

Automatic form tracking

PreviousHow to track user loginsNextManual form tracking

Last updated 2 years ago

Was this helpful?

Amazingly easy: Automatically send us all <Form> data - when visitors fill in a form.

Description

Automatic Form tracking can be easily enabled. This will allow us to auto-magically capture and track all (contact) details or form data submitted by ANY form.

Additionally, if you build the form-fields to match the we use, we will populate the LeadBoard in our LeadBoxer reporting interface with the data fields submitted by your visitors and leads. Alternatively, you can send you own custom data to LeadBoxer, which will then appear under Lead Properties on your Lead.

Instructions

  1. Log into your LeadBoxer account as an Admin

  2. Go to your datasets menu / overview [ and click the gear icon for the dataset you want to enable it for

  3. Select settings: this should show a modal in where you can enable or disable the auto form tracking feature

  4. Enable the auto form tracking and save

  5. Important: Test your forms thoroughly, especially if you have complicated or custom-built forms.

Result

When you implement the code, your data will appear on your LeadBoard. Here is an example:

Implementation notes

  • The field names that are automatically captured are taken from the 'name' of the form element

  • The form submit button needs to be type='submit'

Optional improvements

If the field names that we capture are not properly defined, we recommend you alter them in your forms.

<!DOCTYPE html> <html lang= "en"> <head> <meta charset= "utf-8"> <title>Example of Automatic Form Tracking - Example</title>

<!-- LEADBOXER START --> <script type= "text/javascript" defer= "defer" src= "//script.leadboxer.com/?dataset=YourDataSetID&form"></script> <!-- LEADBOXER END --> </head>

<body> <form name= "myform" method= "post" action= ""> <label>email:</label> <input name= "email" type= "text" id= "email" value= "" />

<label> company: </label> <input name= "companyName" type= "text" id= "companyName" /> <label> first name: </label> <input name= "firstName" type= "text" id= "firstName" /> <label> last name: </label> <input name= "lastName" type= "text" id= "lastName" /> <label> phone number: </label> <input name= "phoneNumber" type= "text" id= "phoneNumber" /> <input type= "submit" name= "submitForm" id= "submitForm" value= "Click to Submit" />

</form>

</body>

</html>

Full control

If you prefer full control over the data that is being captured and submitted, you can try using manual form tracking. See the link below.

Still need help? Contact Us

Last updated on March 14, 2019

Adjust your form fields to match our pre-defined properties, for full integration in our app interface. These are the we use.

🧩
🌐
placeholder names
Example
placeholder names
https://app.leadboxer.com/datasets]