000
form
Documentation
Pricing
Library
Login
Get Started
Live Testing Tool
Playground
Build your form, preview it live, and test real email delivery — all in one place.
HTML Editor
HTML
CSS
HTML
Copy
<!-- Paste this anywhere — replace YOUR@EMAIL.COM with your verified email --> <form action="https://000form.com/f/YOUR@EMAIL.COM" method="POST" class="preview-form"> <div class="form-row"> <div class="col"> <input type="text" name="name" placeholder="Full Name" required> </div> <div class="col"> <input type="email" name="email" placeholder="Email Address" required> </div> </div> <div class="form-group"> <textarea name="message" placeholder="Your Message" rows="6" required></textarea> </div> <button type="submit" class="submit-btn">Submit Form</button> </form>
CSS
Copy
.preview-form { max-width: 100%; font-family: sans-serif; } /* Two-column row */ .form-row { display: flex; gap: 0.75rem; margin-bottom: 1rem; } .form-row .col { flex: 1; min-width: 0; } .form-group { margin-bottom: 1rem; } .form-group label { display: block; margin-bottom: 0.4rem; font-weight: 500; color: #e5e7eb; font-size: 0.9rem; } .form-row input, .form-group input, .form-group textarea, input[type="text"], input[type="email"], input[type="tel"], input[type="url"], textarea { width: 100%; padding: 0.65rem 0.9rem; border: 1px solid #2d2d2d; border-radius: 6px; font-size: 0.9rem; background: #1a1a1a; color: #ffffff; transition: border-color 0.2s; box-sizing: border-box; } .form-row input:focus, .form-group input:focus, .form-group textarea:focus, input:focus, textarea:focus { outline: none; border-color: #00ff88; box-shadow: 0 0 0 3px rgba(0,255,136,0.1); } input::placeholder, textarea::placeholder { color: #555; } textarea { resize: vertical; } select { width: 100%; padding: 0.65rem 0.9rem; border: 1px solid #2d2d2d; border-radius: 6px; font-size: 0.9rem; background: #1a1a1a; color: #ffffff; box-sizing: border-box; } button[type="submit"], .submit-btn { background: #00ff88; color: #050505; border: none; padding: 0.75rem 1.25rem; font-size: 0.95rem; font-weight: 600; border-radius: 6px; cursor: pointer; width: 100%; transition: all 0.2s; margin-top: 0.5rem; } button[type="submit"]:hover, .submit-btn:hover { background: #00cc6a; transform: translateY(-1px); } @media (max-width: 480px) { .form-row { flex-direction: column; gap: 0.5rem; } }
Live Preview
Live
Send submissions to:
Verify
How it works
1
Enter your email and click
Verify
— we'll send a confirmation link
2
Edit the HTML (and CSS) on the left to design your form
3
Fill in and submit the preview form on the right
4
Submission details land in your inbox