Help centre

26 guides covering everything the editor does — building a form, getting it in front of people, reading what comes back, and wiring it into the rest of your stack.

The screenshots are captures of the product as it ships, not illustrations. 23 of these articles show you the actual screen.

Building forms

Fields, logic, pages and validation in the editor.

Longer reads

All posts →
  • The forms list is the home screen now, and it tells you what came in

    Signing in used to land you on four grey placeholder rectangles. That page was deleted; the five newest responses across all your forms now sit above the list, one click from the answer, with a padlock where an encrypted form would have had a preview.

  • What end-to-end encryption does not hide

    On an encrypted form the answers are sealed in the respondent's browser and we cannot read them. The IP address, user agent and timestamps stored beside them are a different matter, and so are the questions. Here is the boundary, in writing.

  • Webhooks with a real signature, and the API underneath them

    Point a form at your own endpoint, set a secret, and every delivery arrives with an HMAC-SHA256 signature over the exact bytes we sent. The payload shape, the retry configuration, the token-authenticated API behind it, and the six things it deliberately does not do.