Versions Compared

Key

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

...

Name:
name, fullname, full_name, leadname, lead_name, contactname, contact_name, your-name, username

First Name:
firstname, first_name, fname, f_name, leadfname, lead_fname, contactfname, contact_fname, contact.firstname, first-name, userfirstname, fields_fname

...

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;

...

true;

...