Design a lead form with 10 industry-ready templates (consultation, demo, pricing, white paper, webinar, newsletter, RSVP, support, trial, contact). Conditional logic, multi-step, embeddable HTML with event tracking.
<form action="https://your-endpoint.example.com/leads" method="POST" class="lead-form">
<label>
<span>Full name</span>
<input type="text" name="name" required placeholder="Jane Doe" />
</label>
<label>
<span>Work email</span>
<input type="email" name="email" required placeholder="you@company.com" />
</label>
<label>
<span>Company size</span>
<select name="company_size">
<option value="">Choose…</option>
<option value="1-10">1-10</option>
<option value="11-50">11-50</option>
<option value="51-200">51-200</option>
<option value="200+">200+</option>
</select>
</label>
<label>
<span>What are you trying to solve?</span>
<textarea name="message"></textarea>
</label>
<button type="submit">Request info</button>
</form>Lightweight CRM contact book with tags, statuses, owners, sources, and notes. Search, filter, merge duplicates, CSV import/export. Team-shared.
Log emails, calls, meetings, notes, and tasks against contacts. Chronological timeline with type and owner filters. Team-shared.
Kanban sales pipeline across Prospecting → Qualified → Proposal → Negotiation → Closed. Drag to move stage, totals per column. Team-shared.
Design a lead form with 10 industry-ready templates (consultation, demo, pricing, white paper, webinar, newsletter, RSVP, support, trial, contact). Conditional logic, multi-step, embeddable HTML with event tracking.
<form action="https://your-endpoint.example.com/leads" method="POST" class="lead-form">
<label>
<span>Full name</span>
<input type="text" name="name" required placeholder="Jane Doe" />
</label>
<label>
<span>Work email</span>
<input type="email" name="email" required placeholder="you@company.com" />
</label>
<label>
<span>Company size</span>
<select name="company_size">
<option value="">Choose…</option>
<option value="1-10">1-10</option>
<option value="11-50">11-50</option>
<option value="51-200">51-200</option>
<option value="200+">200+</option>
</select>
</label>
<label>
<span>What are you trying to solve?</span>
<textarea name="message"></textarea>
</label>
<button type="submit">Request info</button>
</form>Lightweight CRM contact book with tags, statuses, owners, sources, and notes. Search, filter, merge duplicates, CSV import/export. Team-shared.
Log emails, calls, meetings, notes, and tasks against contacts. Chronological timeline with type and owner filters. Team-shared.
Kanban sales pipeline across Prospecting → Qualified → Proposal → Negotiation → Closed. Drag to move stage, totals per column. Team-shared.