KuikCodeDocs
KuikPages

Forms and submissions

Collect leads on a KuikPage, read them in the dashboard, and send each one to your inbox or your CRM.

Add a Form block (PRO). It takes a Title, a Description, up to fifteen fields, a Submit label, a Success message and an optional Consent text.

Field types

Text, email, phone, long text, select (one option per line), checkbox, date and a one to five star rating. Each field has a label, a placeholder and a required switch.

Where submissions go

  • Every submission is stored and listed under Leads in the page menu, in a Submissions sheet with card and list views, per-row delete and Export CSV. Columns follow your current field labels.
  • Email me each one sends a notification to the address you set under New submissions.
  • Webhook URL posts each submission as JSON to your endpoint (Business), the way into Zapier, Make, n8n or a CRM. See Form webhooks.
  • The API lists them at GET /submissions.

Spam

Submissions pass a Cloudflare Turnstile check before they are stored. Values are trimmed and capped, and only the fields the form defines are kept.

On this page