Guest info form for scheduling a meeting with attendee support
| Prop | Type | Default | Description |
|---|---|---|---|
onSubmit | (data: BookingFormData) => void | — | Form submit callback |
submitting | boolean | false | Disable form while submitting |
requirePhone | boolean | false | Make phone field required |
showAttendeeOption | boolean | true | Show add-attendee UI |
showNotes | boolean | true | Show notes textarea |
locationHint | string | '' | Location info shown below form |
submitLabel | string | 'Confirm and Schedule' | Submit button text |
accentColor | string | 'primary' | DaisyUI color name |