Where to read them
The editor’s Submissions tab shows the table without leaving the form you are building — “did anyone fill it in?” is a question that gets asked while editing. The same table is at its own address from the forms list: the actions menu on a card has Submissions, and that page carries an Edit form button back. The count beside the tab is what the table actually holds, not a stale total.
The table shows the most recent 200 submissions. Refresh re-reads it; it is loaded when you open the tab.
Exporting
Export CSV downloads every submission in the table with every answerable field as a column — not just the five the table has room for — plus the date, the source and the status. The file is named after the form.The columns are built from each field’s key, which is generated once from its first label and never regenerated. Reword a question and the exports still line up; the header simply shows the new wording.
What is stored, and what is not
- Only the answers that were visible. A field a rule hid is not recorded, so somebody who typed a reason and then changed their mind does not have it filed against them.
- Only the fields that were answered. An untouched optional field takes no key at all, rather than an empty one.
- A hidden field’s default value, applied on the server, plus anything supplied through
?key=in the link. - Nothing from a field the form no longer has. A stale page submitting a removed question still gets its enquiry recorded.
How a submission becomes a contact
Only fields with Save to contact set are used to identify anyone. The order is fixed:1
Phone
The strongest identifier, because it is what reaches somebody on WhatsApp. The number is converted to international format first, using the workspace’s country.
2
Matched case-insensitively when no phone matched.
3
The chat visitor
A submission made inside the website widget attaches to the visitor’s own contact.
4
A new contact
Created with the source form when nothing matched.
Acting on a submission
The Form submitted trigger starts an automation every time a form is sent. Leave its Form setting on Any form, or point it at one form. It carries no channel, so do not scope the automation to a channel — see Channels and the 24-hour window. Inside the automation:
So a “new enquiry” automation can tag the contact, create a deal, notify the team and reply quoting what the person actually asked for. See Triggers, Steps and Variables and expressions.
Spam
Two checks run before a submission is accepted, and neither shows a visitor a puzzle:- Honeypot — a field hidden in the page that people never see and bots fill in. Switched on by default, on the Settings tab.
- Too quick — a form returned in under a second was not read by a human.