Forms Configuration
Configure forms through the Admin Panel.
Creating Forms
- Go to Admin Panel > Forms
- Click Create Form
- Define form fields
- Save
Field Types
| Type | Description |
|---|---|
| Text | Single line text |
| Textarea | Multi-line text |
| Email validation | |
| Number | Numeric input |
| Date | Date picker |
| Select | Dropdown options |
| Checkbox | Boolean selection |
Field Options
| Option | Description |
|---|---|
| Required | Field must have value |
| Placeholder | Hint text |
| Default Value | Pre-filled value |
| Validation | Custom validation rules |
Form Settings
| Setting | Description |
|---|---|
| Name | Form identifier |
| Enabled | Accept submissions |
| Auth Required | Require user login |
Submission Handling
Submissions are stored and accessible via:
- Admin Panel
- Admin API
Best Practices
- Validate input on both client and server
- Limit form access with authentication when needed
- Monitor submissions for spam
- Export data regularly for backup