MY CART
You have no Items in your cartYour items will show up here when you add them to your shopping cart
Group svg

How to Add Legal Pages to Your ClickFunnels Funnel: Privacy Policy, Terms of Service, and Disclaimer

Unpublished

Carlos Vargas

Every funnel needs three legal pages: Privacy Policy, Terms of Service, and Disclaimer. Learn how to create them in ClickFunnels and add proper consent language to your opt-in forms.

TL;DR: Every funnel that collects email addresses, runs ads, or sells anything needs three legal pages: a Privacy Policy, Terms of Service, and Disclaimer. This guide shows you how to create them as standalone pages in ClickFunnels, link them in your funnel footers, and add proper consent language to your opt-in forms. Skip this and you risk ad account shutdowns, FTC violations, and GDPR/CCPA penalties.

Nobody starts a business thinking about legal pages. You built your funnel, wrote your emails, and now you are ready to drive traffic. But before you turn on a single ad, you need three documents in place -- or you are putting your entire business at risk.

This is not fear-mongering. Here is what actually happens when you skip legal pages:

  • Meta rejects your ads because your landing page does not have a Privacy Policy (this is a real policy enforcement)
  • Payment processors flag your account because you have no Terms of Service or refund policy
  • A competitor or disgruntled customer files a complaint and you have zero legal documentation to fall back on
  • CCPA or GDPR regulators come calling because you are collecting personal data without disclosure

The good news: you can set this up in under an hour, and you only do it once. Here is exactly how.

The Three Legal Pages You Need

1. Privacy Policy

What it covers: How you collect, use, store, and protect personal information.

Legally required when:

  • You collect email addresses (opt-in forms)
  • You use cookies or tracking pixels (Meta Pixel, GA4)
  • You process payments (Stripe, PayPal)
  • You serve visitors from the EU (GDPR) or California (CCPA)

In practice, if you have a website or funnel with any form or tracking pixel, you need a Privacy Policy. Period.

What your Privacy Policy must include:

  • What personal data you collect (name, email, IP address, device info, cookies)
  • How you collect it (forms, pixels, cookies, server logs)
  • Why you collect it (marketing communications, service delivery, analytics, ad targeting)
  • Who you share it with (email platform, payment processor, ad platforms, analytics tools)
  • How long you keep it (data retention period)
  • User rights (access, correction, deletion, opt-out)
  • Contact information for privacy inquiries
  • CCPA-specific disclosures (if serving California residents)
  • GDPR-specific disclosures (if serving EU residents)
  • Cookie policy (types of cookies used, how to manage them)

2. Terms of Service

What it covers: The rules for using your website, funnel, and services.

What your Terms of Service must include:

  • Acceptance of terms (by using the site, they agree)
  • Description of services offered
  • User responsibilities and prohibited conduct
  • Intellectual property rights (your content is yours)
  • Payment terms and refund policy (if selling anything)
  • Limitation of liability
  • Dispute resolution (arbitration clause, governing law/jurisdiction)
  • Termination clause
  • Modification clause (you can update the terms)
  • Contact information

3. Earnings Disclaimer / General Disclaimer

What it covers: Manages expectations about results, especially important for coaches and consultants.

Legally required when:

  • You make income claims or show testimonials with financial results
  • You offer business coaching, consulting, or education
  • You sell programs that promise specific outcomes
  • You use case studies that mention revenue or results

The FTC requires that:

  • Testimonials represent typical results, not outliers
  • If results are not typical, you must clearly disclose that
  • Income claims must be substantiated with documentation
  • "Results may vary" alone is not sufficient -- you need specific context

What your Disclaimer must include:

  • No guarantee of specific results
  • Results depend on individual effort, market conditions, and other factors
  • Testimonials are not guarantees of future performance
  • The relationship is educational/consultative, not a promise of outcomes
  • Professional advice disclaimer (you are not providing legal, tax, or medical advice)
  • Forward-looking statements disclaimer (if applicable)

Step 1: Create the Legal Pages in ClickFunnels

You have two options for where to host your legal pages:

Option A: Standalone Pages in ClickFunnels (Recommended)

  • In ClickFunnels, go to Sites > Pages
  • Create three new pages:
  • `/privacy-policy`
  • `/terms-of-service`
  • `/disclaimer`
  • For each page, use a simple layout:
  • Page title (H1)
  • Last updated date
  • Full text of the legal document
  • No opt-in forms, no CTAs, no distractions
  • Publish all three pages

Option B: Website Footer Pages

If you have a main website outside of ClickFunnels, you can host the legal pages there and link to them from your funnel. This works but has a downside: visitors leave your funnel domain, which can cause tracking inconsistencies.

Recommendation: Host them on the same domain as your funnel so everything stays on one domain.

Step 2: Add Footer Links to Every Funnel Page

Every page in your funnel -- opt-in page, thank-you page, booking page, sales page -- needs footer links to all three legal pages.

The Footer HTML Template

Add this to the footer section of every funnel page in ClickFunnels:

```html

<div style="text-align: center; padding: 20px 0; font-size: 12px; color: #666;">

<p>

<a href="/privacy-policy" target="_blank" style="color: #666; text-decoration: underline;">Privacy Policy</a>

&nbsp;|&nbsp;

<a href="/terms-of-service" target="_blank" style="color: #666; text-decoration: underline;">Terms of Service</a>

&nbsp;|&nbsp;

<a href="/disclaimer" target="_blank" style="color: #666; text-decoration: underline;">Disclaimer</a>

</p>

<p>&copy; 2026 Bezalel Digital. All rights reserved.</p>

</div>

```

In ClickFunnels:

  • Open the page editor for each funnel page
  • Add a "Custom HTML" element to the bottom of the page
  • Paste the footer HTML
  • Adjust the URLs to match your domain
  • Repeat for every page in every funnel

Saving Time with a Global Footer

If you have multiple funnels, create a saved section in ClickFunnels with the footer template. This way you can add it to new pages in one click and update it globally if your URLs change.

Step 3: Add Consent Language to Your Opt-In Forms

This is the step most people miss. Having legal pages is not enough -- you also need to inform users that by submitting the form, they are agreeing to your policies.

What Not to Use

Bad: "Free. No spam. Unsubscribe anytime."

This is not consent language. It does not reference your Privacy Policy, it does not explain what you will do with their data, and "no spam" is subjective.

Compliant Consent Language

Add this text directly below your opt-in form, above the submit button, in small (10--12px) text:

> By submitting this form, you agree to receive marketing emails from Bezalel Digital. You can unsubscribe at any time. We respect your privacy. [View our Privacy Policy](/privacy-policy).

For GDPR compliance (if serving EU visitors), you also need an unchecked checkbox:

> [ ] I agree to receive marketing communications from Bezalel Digital and acknowledge that I have read the [Privacy Policy](/privacy-policy).

Key rules for consent language:

  • The checkbox must be unchecked by default (GDPR requirement)
  • The Privacy Policy link must be clickable and accessible
  • The language must be clear and specific about what they are consenting to
  • "I agree" must be an affirmative action (not buried in a wall of text)

Step 4: Add Disclaimer Language to Testimonials and Case Studies

If your funnel includes testimonials, case studies, or any mention of results (revenue, leads, growth), add a disclaimer directly adjacent to each claim.

Inline Disclaimer Format

After each testimonial or case study, include:

> Results are not typical. [Name]'s results depended on [specific factors]. Your results will vary based on your effort, market conditions, and other factors. See our full [Disclaimer](/disclaimer).

Page-Level Disclaimer

At the bottom of any sales page or case study page:

> Results Disclaimer: The results and testimonials shown on this page are not typical and are not a guarantee of future performance. Individual results will vary based on effort, experience, market conditions, and many other factors. Please see our full [Earnings Disclaimer](/disclaimer) for details.

Step 5: Configure Your Ad Platform Compliance

Meta Ads

Meta requires a Privacy Policy link on any landing page used in ads. If your opt-in page does not have one, your ads may be rejected or your ad account may be restricted.

Checklist for Meta compliance:

  • [ ] Privacy Policy is linked in the footer of your landing page
  • [ ] Consent language appears near the opt-in form
  • [ ] No misleading claims in ad copy that are not backed by your Disclaimer
  • [ ] Custom audience and retargeting usage is disclosed in your Privacy Policy
  • [ ] Special Ad Categories are selected if applicable (credit, employment, housing, social issues)

Google Ads

Google requires:

  • [ ] Privacy Policy accessible from your landing page
  • [ ] Clear disclosure of data collection practices
  • [ ] If using remarketing, disclosure in your Privacy Policy

Stripe / Payment Processors

  • [ ] Terms of Service are linked on any page with a checkout form
  • [ ] Refund policy is clearly stated in Terms of Service
  • [ ] No deceptive pricing practices

The Compliance Checklist

Run through this before launching any funnel:

Privacy Policy

  • [ ] Privacy Policy page exists and is published
  • [ ] Lists all data collected (name, email, IP, device, cookies, payment)
  • [ ] Names all third-party processors (email platform, Stripe, Meta, Google Analytics)
  • [ ] Includes user rights (access, delete, opt-out)
  • [ ] Includes CCPA disclosures (if serving California)
  • [ ] Includes GDPR disclosures and lawful basis (if serving EU)
  • [ ] Includes contact information
  • [ ] Shows "Last Updated" date

Terms of Service

  • [ ] Terms of Service page exists and is published
  • [ ] Covers service description, user conduct, IP rights
  • [ ] Includes refund/payment terms (if applicable)
  • [ ] Includes limitation of liability
  • [ ] Includes governing law/jurisdiction
  • [ ] Shows "Last Updated" date

Disclaimer

  • [ ] Disclaimer page exists and is published
  • [ ] Covers no-guarantee-of-results language
  • [ ] Addresses testimonials and case studies
  • [ ] Includes professional advice disclaimer
  • [ ] Shows "Last Updated" date

Funnel Pages

  • [ ] Footer links to all three legal pages on every funnel page
  • [ ] Consent language under every opt-in form
  • [ ] Disclaimers adjacent to every testimonial/case study
  • [ ] GDPR checkbox on forms (if serving EU)

Frequently Asked Questions

Do I really need legal pages for a free lead magnet funnel?

Yes. If you collect email addresses, use tracking pixels, or run paid ads, you need a Privacy Policy at minimum. Meta and Google both require a Privacy Policy on landing pages used in ad campaigns. Terms of Service and a Disclaimer protect you from liability.

Can I use a free legal page generator?

Free generators create generic templates that may not cover your specific data practices, third-party integrations, or industry requirements. They are better than nothing, but for a real business, have a lawyer review your legal pages at least once. Budget $300--800 for a legal review.

How often should I update my legal pages?

Update them whenever you add a new tool, change your data practices, or modify your services. At minimum, review them quarterly. Always update the "Last Updated" date when making changes.

Do I need separate legal pages for each funnel?

No. One Privacy Policy, one Terms of Service, and one Disclaimer can cover all your funnels as long as the documents accurately describe your data practices across all funnels. Link to the same three pages from every funnel.

What happens if I run ads without a Privacy Policy?

Meta may reject your ads, restrict your ad account, or disable it entirely. Google may disapprove your ads. Even if ads run initially, policy enforcement can happen at any time and shut down your campaigns without warning.

Does ClickFunnels provide legal page templates?

ClickFunnels provides page templates but not legal document templates. You need to write (or have a lawyer write) the legal text yourself and then add it to the ClickFunnels pages.

Key Takeaways

  • You need three legal pages: Privacy Policy, Terms of Service, and Disclaimer
  • Host them on the same domain as your funnel
  • Add footer links to every page in every funnel
  • Add consent language below every opt-in form (not just "no spam")
  • Add inline disclaimers next to every testimonial or case study
  • GDPR requires an unchecked consent checkbox for EU visitors
  • Meta and Google require a Privacy Policy on ad landing pages
  • Set up once, review quarterly, update when your tools or practices change

What to Read Next

  • [How to Build a Lead Magnet Funnel in ClickFunnels](/blog/lead-magnet-funnel-clickfunnels-blueprint) -- The 3-page funnel these legal pages protect
  • [How to Build a High-Converting Opt-In Page](/blog/high-converting-opt-in-page) -- Add consent language to your form correctly
  • [Email Authentication Setup: SPF, DKIM, and DMARC](/blog/email-authentication-spf-dkim-dmarc) -- Another infrastructure requirement before launching
  • [The Entrepreneur's Security Checklist](/blog/entrepreneur-security-checklist) -- Protect your business beyond legal pages

Carlos Vargas is the founder of Bezalel Digital, a technology consulting firm that helps entrepreneurs and small business owners implement AI, funnels, and automation to scale their businesses. Need help getting your funnel compliant before launch? [Book a free strategy call](/strategy-call).

Disclaimer: This article is for informational purposes only and does not constitute legal advice. Consult with a qualified attorney to ensure your legal pages meet the specific requirements of your business, industry, and jurisdictions served.

CF Sharer By Carlos

Bezalel Digital © 2023 | All Rights Reserved | CarlosVargas.com
Terms | Income Disclaimer