Hey, 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:
- Absolutely FREE (no hidden costs, no credit card required)
- Blazing FAST (set up in less than 5 minutes)
- Beginner-Friendly (no coding or tech skills needed)
Who is this for?
This is perfect if you're:
- An affiliate marketer
- A small business owner
- An online coach or consultant
- A freelancer or service provider
- Anyone who wants to build an email list!
Here's how it works...
The 3-Step Lead Capture System
- Copy: Use the ready-made template below (it's just a simple HTML file).
- Customize: Change the headline, description, and form fields to match your offer.
- Deploy: Upload your customized HTML file to Netlify [1] and start collecting leads!
Why This Works
- Free: Netlify offers a generous free plan that's perfect for this.
- Fast: No complicated software or setup. Drag, drop, done.
- Easy: You'll get email notifications for each new lead and can download all your leads in a CSV file (perfect for importing into your email marketing software).
- Zero Hassle: No compliance issues at all.
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
- [1] Netlify - Host your opt-in page for free
- Opt-in Page Example
- SimplePub - Share Your Content, Instantly (No Coding Required)
- Markdown Made Simple
- Online Business Blueprint
- The Automatic Lead Machine