1
Welcome
The contact opens the link and reads what the form is for.
2
Steps
They fill in the elements, step by step.
3
Review
They check their answers, then send.
4
Ending
They get a confirmation, and optionally a redirect.
Disabling a page
Every page takes anenabled flag. Turning it off does more than hide the screen:
Page options
Each page carries its texts underoptions. Every text can be localised, and every one falls back to a built-in default when left empty — so a template with no options at all still renders a complete portal.
Welcome page
Welcome page
The first screen a contact sees when opening the form.
Review page
Review page
Shown once every step is done, before the contact sends their answers. It has two states — valid, when everything required has been answered, and invalid, when something is still missing — each with its own texts.Valid state
Invalid state
The review page is configured under the
submit key, not review.Ending page
Ending page
Shown after a successful submission.
Next steps
Elements
Every element type and its options
Steps and logic
Organise elements into steps and branch on answers
Embedding
Show a form inside your own site
Form templates
Back to form templates