29 lines
757 B
Markdown
29 lines
757 B
Markdown
# Guest Self-Service URL
|
|
|
|
Share this URL with your guests so they can update their RSVP:
|
|
|
|
**http://localhost:5173/guest**
|
|
|
|
## How it works:
|
|
|
|
1. Guests visit the URL
|
|
2. They enter their phone number (must match the phone number in your guest list)
|
|
3. They can update:
|
|
- RSVP status (confirmed/declined/pending)
|
|
- Meal preference (if attending)
|
|
- Plus one details (if attending)
|
|
4. Changes are immediately reflected in your admin guest list
|
|
|
|
## For Production:
|
|
|
|
Replace `localhost:5173` with your actual domain, e.g.:
|
|
- `https://yourwedding.com/guest`
|
|
- `https://weddingapp.yourname.com/guest`
|
|
|
|
## Sharing Tips:
|
|
|
|
- Send via text message with instructions
|
|
- Add QR code to physical invitations
|
|
- Include in email invitations
|
|
- Post on wedding website
|