Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.declarativeforms.com/llms.txt

Use this file to discover all available pages before exploring further.

If you have not created a form before, start with Create a form.
form.yaml
version: 1
title: "Lead capture"
description: "A simple form that sends form events to Mixpanel."

measurements:
  # Use your Mixpanel project token.
  mixpanel: "00000000000000000000000000000000"

sections:
  - id: section_1
    title: "Your details"
    fields:
      - id: email
        type: email
        label: "Email address"
        validators:
          - required

    next: done