Capture leads with name, email, company, and interest for sales teams.
Copy-paste ready code. Replace YOUR_FORM_HASH with your FormsList endpoint hash.
<form action="https://formslist.com/f/YOUR_FORM_HASH" method="POST">
<input type="text" name="name" placeholder="Full name" required />
<input type="email" name="email" placeholder="Work email" required />
<input type="text" name="company" placeholder="Company" required />
<input type="tel" name="phone" placeholder="Phone (optional)" />
<select name="interest" required>
<option value="">What are you interested in?</option>
<option value="demo">Product demo</option>
<option value="pricing">Pricing information</option>
<option value="partnership">Partnership</option>
<option value="other">Other</option>
</select>
<button type="submit">Get in Touch</button>
</form>A lead capture form designed for B2B and B2C sales teams. Captures prospect information including name, email, company, and area of interest. Perfect for landing pages, pricing pages, and gated content.
Set up your form backend in under a minute. No server required, no complex configuration — just a simple endpoint for your forms.