Form Configuration
Configure your forms in the Chirp Form dashboard at app.chirpform.com.
Creating a Form
- Log in to your Chirp Form account
- Navigate to Forms
- Click Templates Gallery at the top
- Choose a template or start with blank canvas
- 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:
- Go to your form settings
- Add allowed domain (e.g., chirpform.com)
- 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.