Advanced Configuration

Installing Fillocity (Advanced)

Place the following snippet of code into the head of your website's HTML. Specifically, it's best to put this code right before the closing </head> tag.

Once you've got the code snippet pasted in, head to your Fillocity dashboard and click on "API Keys" in the sidebar.

In the code snippet, replace the <<<PASTE YOUR FILLOCITY API KEY HERE>>> text with an actual API key from your API Keys settings page.

<link rel="stylesheet" href="https://fillocity.com/api/v1/fillocity.css" />
<script async src="https://fillocity.com/api/v1/fillocity.js"></script>
<script>
  window.fillocityQueue=window.fillocityQueue||[];function fillocity(){fillocityQueue.push(arguments);}
  fillocity('init', '<<<PASTE YOUR FILLOCITY API KEY HERE>>>');
</script>

Fillocity Custom Form Class Names

Class NameEffect
no-fillocityPrevent Fillocity from being activated on this form
fillocity-basicUse the Fillocity basic form enrichment API (lower credit usage, fewer data fields)
fillocity-advancedUse the Fillocity advanced form enrichment API (higher credit usage, more data fields)