フィードバックフォーム
The Feedback Form is where end users submit their feedback. Each form is tied to a specific campaign.
URL
/feedback/{campaign-slug}
Example: https://yourdomain.com/feedback/rate-our-dashboard-v3
注: The slug is the campaign slug, not the tenant slug. Each campaign has a unique slug.
When accessed via tenant slug (e.g., /feedback/{tenant-slug}), the system automatically selects the tenant's first active campaign.
Form Fields
The form displays fields based on what's enabled in the campaign configuration:
Standard Fields
| Field | Type | Description |
|---|---|---|
| Star Rating | 1-5 stars | Clickable star selector |
| NPS Score | 0-10 scale | Clickable number selector with color coding (red -> yellow -> green) |
| Text Feedback | Textarea | Free-text feedback |
| Customer Name | Text input | Submitter's name |
| Customer Email | Email input | Required if campaign requires email |
| Photo Upload | File input | Drag-and-drop or click to upload |
Custom Survey Fields
If the campaign has custom survey fields (via Survey Builder), they appear below the standard fields.