Hello, I'm Tim. Welcome to Free Lead Generation at FreeLG.com!
I’m here to show you a super simple way to set up a lead capture page - even if you’re new to online marketing.
- Free: No hidden costs or credit cards required.
- Fast: Up and running in less than 5 minutes.
- Easy: No technical or coding skills needed.
Step-by-Step Guide to Setting Up Your Lead Capture Page
Step 1: Copy the Template
Copy the HTML code in the "Your Free Lead Capture Page Template" section below. Open a simple text editor (like Notepad on Windows or TextEdit on Mac) and paste the code. Then save the file as index.html
.
(Tip: HTML is the basic language that tells a web page how to look.)
Step 2: Customize Your Page
Edit the file to match your offer:
-
Edit the Headline: Find the line:
<h1>Get My Free [Your Offer]!</h1>
and change it to your own headline (e.g.,<h1>Download My Free Email Marketing Guide!</h1>
). -
Optional: Update the paragraph text (
<p>
) right below the headline to explain your offer in a few simple words.
Step 3: Deploy Your Page on Netlify
Now it’s time to put your page online:
- Sign Up: Visit Netlify and create a free account.
-
Upload Your File: In your Netlify dashboard, choose “New site from Git” if you use GitHub (or similar), or simply drag and drop the folder containing your
index.html
file. - Deploy: Click the “Deploy site” button. Netlify will then provide you with a unique URL for your live lead capture page.
Netlify automatically processes your form submissions when you include the attribute data-netlify="true"
in your form.
Your Free Lead Capture Page Template
Copy and paste the following code into your text editor, customize it as described above, and then deploy it on Netlify.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Lead Magnet Page</title>
<style>
body {
font-family: sans-serif;
background-color: #f8f8f8;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
margin: 0;
}
.container {
background: #fff;
padding: 30px;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
text-align: center;
max-width: 500px;
width: 90%;
}
h1 {
font-size: 28px;
margin-bottom: 15px;
}
p {
margin-bottom: 20px;
font-size: 16px;
line-height: 1.5;
}
input, button {
padding: 12px;
margin-bottom: 15px;
border: 1px solid #ddd;
border-radius: 5px;
font-size: 16px;
width: 90%;
}
button {
background-color: #0077cc;
color: #fff;
border: none;
cursor: pointer;
width: 100%;
}
button:hover {
background-color: #005fa3;
}
</style>
</head>
<body>
<div class="container">
<h1>Get My Free [Your Offer]!</h1>
<p>Enter your name and email below to get instant access.</p>
<form name="lead-capture" method="POST" data-netlify="true">
<input type="email" name="email" placeholder="Your Email" required>
<button type="submit">Get Instant Access</button>
</form>
</div>
</body>
</html>
How to Customize:
-
Edit the
<h1>
tag to change the headline to your offer. -
(Optional) Edit the
<p>
text below the headline to describe what visitors will receive.
How to Deploy on Netlify
- Sign Up: Visit Netlify and create a free account.
-
New Site: In your Netlify dashboard, click “New site from Git” if you use Git, or simply drag and drop your folder containing the
index.html
file. - Deploy: Click “Deploy site.” Netlify will generate a unique URL for your live page.
Enabling Form Submissions in Netlify
- Go to your Site Settings → Forms.
- Click Enable form detection so Netlify can capture your form entries.
That’s it! Your lead capture page is now live and ready to collect leads.
Need More Help?
Check out these resources:
- Netlify Forms Documentation
- Opt-in Page Example
- SimplePub.net - Share Your Content Instantly
- Markdown Made Simple
- Online Business Blueprint
- Strategy > Tactics
- About Tim Ikels: Creator of FreeLG.com
- The Automatic Lead Machine - Generate Leads 24/7
Once you’ve handled the technical setup, it’s time to drive targeted traffic to your new page and start building your email list!
Let me know if you have any questions. Happy lead capturing!
Best,
Tim
The Automatic Lead Machine
- 🔥 Attract Clients 24/7: Discover the simple system that generates leads while you sleep.
- 🚀 Skip the Lead-Chasing Grind: Finally, a predictable way to get qualified buyers coming to YOU.
- 🏆 Become the Trusted Authority: Position yourself as the expert and command premium prices.