Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Without this line of code form pre-fill will be disabled. By default, Lead Liaison will not pre-fill forms with business intelligence information (data retrieved from our geolocation and company identification lookups, or Hoovers - if enabled). To enable form pre-fill with business intelligence data add the following line of code:

Code Block
var ll_prefill_form_with_ti_data = true;

<script type='text/javascript' language='javascript'>
var llcustid = 123456789;
(function() {
var llt = document.createElement('script'); llt.type = 'text/javascript'; llt.async = true;
llt.src = 'https://t1.llanalytics.com/tracking_engine/lltc.min.php';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(llt, s);
})();
</script>
<script var ll_use_automatic_form_tracking = false;></script>