Subscription Form Generator
The simple, free way to add an email subscription form to your website.
No Cost or Subscriber Limits
Completely free. You'll never be charged based on the size of your audience.
Full Ownership & Control
You own your code and your list. No third-party branding on your forms or emails.
Lightweight & Fast
Minimal, efficient code that won't slow down your website.
Universal Compatibility
Works on standard HTML sites, WordPress, and virtually any web host.
Where will you use this form?
1. Enter User Details
2. Get Your Code
subscribe.php
User's Form Setup (Standard HTML) ⚠️
To make the form work for your users, give them these instructions:
- File Location: Upload both `index.html` and `subscribe.php` to the same directory on the server.
- PHP `mail()` Function: The PHP `mail()` function must be enabled on the web server. If emails don't send, they should contact their hosting provider.
User's Form Setup (WordPress) ⚠️
To make the form work for your users on WordPress, give them these instructions:
- Upload PHP File: Using cPanel or FTP, upload `subscribe.php` to the **root directory** of the WordPress installation.
- Embed Form: In the WordPress editor, add a "Custom HTML" block and paste the **HTML Form Code** into it.