HelpPage BuildersHow to install Lead Recorder on Framer
Page Builders

How to install Lead Recorder on Framer

Add the Lead Recorder snippet to Framer through the Site Settings custom code panel.

Framer's Site Settings lets you inject custom code into the <head> of every published page.

Step 1: Copy your snippet

<script src="https://leadrecorder.com/api/script/YOUR_KEY" defer></script>

Step 2: Add the code in Framer

  1. 1Open your project in Framer.
  2. 2Click the gear icon to open Site Settings.
  3. 3Go to the General tab and scroll down to Custom Code.
  4. 4Paste your snippet into the Start of <head> tag field.
  5. 5Click Save.
  6. 6Publish your site.

Step 3: Verify installation

Visit your published Framer site and view the page source to confirm the snippet is there. The dashboard should show it as installed.

Tip: Custom code only appears on your published site, not in the Framer editor preview. Always verify on the live URL.

Was this helpful?Send feedback