Capture Leads in Under 5 Minutes!
Free, Fast, And Easy

By Tim Ikels

Last Updated: January 15, 2025

Tim Ikels - ProfileHey, it's Tim here...

Welcome to FreeLG.com!

I'm here to show you a dead-simple way to start collecting leads online in minutes.

This method is:

Who is this for?

This is perfect if you're:

Here's how it works...

The 3-Step Lead Capture System

  1. Copy: Use the ready-made template below (it's just a simple HTML file).
  2. Customize: Change the headline, description, and form fields to match your offer.
  3. Deploy: Upload your customized HTML file to Netlify [1] and start collecting leads!

Why This Works

Your Free Lead Capture Page Template

Copy and paste this code into a text editor and save it as an HTML file (index.html):

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Free Opt-In Page</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            background-color: #f4f4f4;
            color: #333;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
        }
        .container {
            text-align: center;
            background: #fff;
            padding: 2rem;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            max-width: 400px;
            width: 90%;
        }
        h1 {
            font-size: 2rem;
            margin-bottom: 1rem;
            color: #444;
        }
        p {
            margin-bottom: 1.5rem;
            font-size: 1rem;
            color: #666;
        }
        form {
            display: flex;
            flex-direction: column;
        }
        input {
            padding: 0.8rem;
            margin-bottom: 1rem;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-size: 1rem;
        }
        button {
            background-color: #007bff;
            color: #fff;
            padding: 0.8rem;
            border: none;
            border-radius: 5px;
            font-size: 1rem;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        button:hover {
            background-color: #0056b3;
        }
    </style>
</head>
<body>
    <div class="container">
        <h1>Join My List!</h1>
        <p>Sign up below to receive exclusive updates.</p>
        <form name="contact" method="POST" data-netlify="true">
            <input type="text" name="name" placeholder="Your Name" required>
            <input type="email" name="email" placeholder="Your Email" required>
            <button type="submit">Sign Up</button>
        </form>
    </div>
</body>
</html>

How to Customize:

Note: Once deployed on Netlify, you can download your leads as a CSV and get email notifications for each submission.

Focus on your business, not the tech!

Best,
Tim

Links / Resources