Getting started

Form Configuration

Configure your forms in the Chirp Form dashboard at app.chirpform.com.

Creating a Form

  1. Log in to your Chirp Form account
  2. Navigate to Forms
  3. Click Templates Gallery at the top
  4. Choose a template or start with blank canvas
  5. Change form as needed

Field Types

Chirp Form supports the following field types:

  • Text - single-line text input
  • Email - email address with validation
  • URL - web address with validation
  • Textarea - multi-line text input

Field Configuration

For each field, you can configure:

  • Label - the text shown to users
  • Field Name - used for identification and templates
  • Required - whether the field must be filled
  • Placeholder - hint text shown in the input
  • Other attributes - additional HTML attributes based on field type

Domain Configuration

Configure which domain is allowed to use your form:

  1. Go to your form settings
  2. Add allowed domain (e.g., chirpform.com)
  3. Save your changes

Forms will only work on the configured site's domain. This prevents unauthorized use of your forms. Developement servers (e.g. localhost are always allowed).

Feed Settings

Enable or disable the chirp-feed functionality for each form. When enabled, submissions can be displayed using the chirp-feed element. This essentially means submissions are publicly available.

Form ID

Each form has a unique ID that you use in your chirp-form and chirp-feed elements. Copy this ID from the setup instructions in your dashboard.