Support Blendee.com Support Blendee.com

  • Manuals And Support
    • Getting Started
    • Manuals And Support
    • Templates
  • Video Tutorial
  • Faq
  • Blog
  • English
    • Italiano
Home / Contents, Users / Pass the Lead Generation form data, in real-time, to Blendee.

Pass the Lead Generation form data, in real-time, to Blendee.

186 views Less than a minute 0

It is possible to send, in real-time, users who subscribe to Lead Generation forms to Blendee and have, right away, the ability to track the activities carried out by the customer.

This is very useful in content sites or in general in sites where the concept of registered user is envisaged.

However, it is possible to associate a user to submit a form by also recording the personal data (if present in the form fields).
To do this, it is necessary to intercept the submit of the form and insert a custom JS code to allow the execution of this action.

Here’s sample code:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/blueimp-md5/2.10.0/js/md5.min.js"></script>
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>

</head>
<body>
<form id="form">
    Nome: <input type="text" name="nome" value="Mario" /><br>
    Cognome: <input type="text" name="cognome" value="Rossi" /><br>
    Email: <input type="text" name="email" value="mario.rossi@gmail.com" /><br>
	<input type="submit" value="Invia" />

</form>
</body>
<script type="text/javascript">
    $(function() {
        $('#form').on("submit",function(e) {
            e.preventDefault();

            var nome = $('input[name=nome]').val();
            var cognome = $('input[name=nome]').val();
            var email = $('input[name=nome]').val();
            var uid = md5(email);

            var comunicazioniCommerciali = false;
            var iscrizioneNewsletter = false;

            _sbnaq.push(['trkUserRegistration', uid, email, nome, cognome, iscrizioneNewsletter, comunicazioniCommerciali]);
        });
    });
</script>
</html>

Was this content useful?

Thanks for contributing!

Yes No
trackingUser master data ContentsUsers

Related Articles

  • Users Database
  • Content Management
  • How to Add and Track Custom Actions
  • How to view users in a segment

Search

Categories

  • 4A/B/XTesting
  • 5Account
  • 2AdServer: Reporting
  • 5AdServer: The Key Entities
  • 4Analytics
  • 3App Center
  • 2Audience Activation
  • 3Audience Platform Analytics
  • 10Audience Target
  • 5Audience Tracking Tag
  • 11Basic Settings
  • 7Buyer Personas
  • 11Campaigns Manager
  • 3Contents
  • 15Curated Audience
  • 10Dashboard
  • 1Direct Activation
  • 13E-mail Editor
  • 37E-mail Marketing
  • 9Experience Manager
  • 17Filters
  • 23Getting Started
  • 2Google AdWords
  • 3Media Gallery
  • 4Other Channels: Facebook Lead Ads
  • 2Other channels: Push Notifications
  • 3Other channels: Widget E-mail
  • 1Panel Research
  • 1Personalyzing your website
  • 14Segments
  • 1SMS Marketing
  • 24Template
  • 33Trigger
  • 1User Data Import
  • 27Users
  • 60video tutorial eng
  • 18Web Site: Behavioral Messages
  • 12Web Site: Forms
  • 13Web Site: Product Recommendations
  • 1Web Site: Smart Search

The most popular

  • Types of Product Recommendations – Glossary
  • Setting up filters
  • Introduction to behavioural messages
  • Configure a trigger
  • Introduction to Recommendations
© 2025 BLENDEE S.r.l. - Via Museo Biscari, 16 Catania (CT) 95131
Blendee Marketing Operating System | P. iva 06016140870
Privacy Policy - Cookies Policy