Rex

What guests see after submitting a party or event inquiry

After a guest submits an event inquiry through the party booking form, they land on the confirmation page (`/thank-you`). This page confirms the request was received and displays a summary of the submitted details.

What guests see

The page shows a centered confirmation card with the following elements, top to bottom:

1. Thank-you icon β€” a decorative graphic at the top of the card.

2. "Request submitted" label and "Thank You" heading.

3. Confirmation title β€” defaults to "Thank you for inquiring about a party!" but can be customized per venue via the `eventConfirmationPageTitle` setting.

4. Confirmation copy β€” if the venue has set custom copy (`eventConfirmationPageCopy`), it renders here as rich HTML. Otherwise, the default message reads: *"We've received your event request and will reach out shortly to plan your next event."*

5. Guest's email address β€” displayed in bold so the guest knows where to expect a follow-up.

6. Venue name β€” shown as a clickable link to the venue's location URL (e.g., Google Maps or the venue's website).

7. Event summary β€” five detail lines:

- Occasion (e.g., Birthday, Corporate Event)

- Event Date (formatted as a readable date)

- Event Start Time (in 12-hour or 24-hour format based on venue settings)

- Event Duration (e.g., "2 hours")

- Number of Guests

8. "Go Back to Homepage" button β€” links to the venue's configured homepage URL.

On desktop, the right sidebar shows venue details (name, address, contact info). On mobile, the layout is single-column with no sidebar.

Updated May 12, 2026

Was this helpful?