Forms & lead capture
Build intake forms in 30 seconds. Submissions land in your CRM, fire automations, and notify your team. No third-party form builder needed.
The basics
A form in SeldonFrame is a list of fields plus a destination. The fields collect data from a visitor; the destination decides what happens with it (create a contact, attach to a deal, fire a Zap-style automation, send a confirmation email).
Create the form
Add fields
Set the destination
- Create contact with stage "new lead" (default).
- Create deal at $value, attached to the contact.
- Fire automation — see Automation rules.
- Send email — confirmation to the submitter, notification to you.
Embed it
<iframe src="https://app.seldonframe.com/embed/form/frm_abc123" width="100%" height="500"></iframe>
Spam protection built in
Conditional logic
Fields can show or hide based on prior answers. Example: ask "Service needed?" → if "Furnace repair," show "Age of unit?"; if "AC install," show "Square footage?". Set up in the form builder under each field's "Show when" rule.
Multi-step forms
Long forms convert badly. Split a 12-field form into 3 steps of 4 fields. The submission is one record in your CRM regardless. Toggle "Multi-step" in the form's Layout settings.
Through Claude Code
"Build me a quote-request form with name, email, phone, service needed (HVAC repair / install / maintenance), and 'when do you need it' (this week / this month / planning ahead). Notify me at owner@acmehvac.com on every submission."