The two kinds
A form
Questions and answers. Published at
app.watx.in/f/<name>. Use it for enquiries, feedback, registrations, or anything else you would otherwise ask for by hand.A booking form
The same thing with an Appointment slot field in it. The visitor picks from times you are genuinely free, and the slot is held. Also published at
app.watx.in/book/<name>.What happens to a submission
1
It is checked on the server
Required answers, lengths, formats and choices are all re-checked after the page sends them, so a rule holds even if somebody edits the page in their browser.
2
It is stored
Keyed by each field’s own key, which is what the Submissions table and the CSV export are built from. See Submissions.
3
It finds or creates a contact
Only fields you mapped to a contact field count. A phone number is matched first, then an email; if neither matches, a new contact is created with the source form.
4
It fires the Form submitted trigger
Any automation listening for Form submitted runs, with every answer available as a token. See Triggers.
Draft and published
A new form is a draft. Its link exists but returns nothing until you press Publish in the editor header; the address does not change when you publish, so a link you shared while drafting starts working rather than breaking. Publishing is refused unless the form has at least one field someone can actually fill in — a page of headings and page breaks is not a form. Archive takes a form off its public URL and out of the list while keeping every submission it collected. Deleting a form outright is not offered, because that would take the leads with it.Who can do what
Creating, editing, publishing, duplicating and archiving a form all need the owner or admin role. Everyone in the workspace, including the Agent and Viewer roles, can read the forms list and the submissions. Marking an appointment as completed or a no-show needs the Agent role or above. See Members and roles.Starting from a template
The forms page offers five quick-start templates — Lead Capture, Contact Us, Customer Feedback, Event / Webinar RSVP and Newsletter Signup. Each one creates a real form with its fields, submit button label and success message already filled in, which you then edit like any other.A template’s fields are not mapped to contact fields. If you want the name, email or phone from a template form to land on the contact record, set Save to contact on those fields yourself — see Field types.
Where to go next
The form builder
The editor, its tabs, and how a field is added and configured.
Field types
Every field, what it collects, and the validation it can enforce.
Conditional logic and steps
Show a field only when an earlier answer matches, and split a long form into steps.
Appearance
Colour scheme, accent, header and corners for the hosted page.
Booking forms
Availability, slot length, buffers, capacity and the customer’s manage link.
Submissions
Reading them, exporting them, and what they do to your contacts.
Sharing a form
The public link, the QR code, the embed snippet and sending a form into a chat.