Contact Form
Every way to use {{tortus:contact}} — the lead-capture form that lands in the broker's lead inbox.
{{tortus:contact}} (contact_form) renders a lead-capture form. A
submission posts straight to the broker's lead inbox — no external form
service, no copy-paste of "you've got mail." formType sets sensible field
defaults (which fields show, which are required, the submit label) without
locking you out of overriding any single field afterward.
Toggle Preview on any window to see the shape; Code to copy it.
1. The basics
Bare token — name, email, phone, and message, centered.
Under your own header — the pattern you'll use most.
2. Form type — buyer, seller, newsletter
formType is "contact" (default), "buyer", "seller", or
"newsletter". Each swaps in a different field set and submit label — a
buyer inquiry adds budget + timeline and requires phone; a seller form adds a
required Property Address field; newsletter drops to email only.
3. Fields
Toggle any individual field with showNameField / showEmailField /
showPhoneField / showMessageField (all default true), or
showBudgetField / showTimelineField (both default false). A field you
touch here overrides the formType preset for that field only.
4. Layout — centered or split
layout is "centered" (default) or "split", which pairs the form with
an imageUrl.
5. Copy — heading, subheading, button, success message
6. Background & a finished section
Full param table: Designer Handbook.

