BookingConfirmationPage
Component Detail
User Interface
medium complexity
frontend
0
Dependencies
0
Dependents
1
Entities
0
Integrations
Description
A dedicated post-submission page displayed after a demo request form is successfully submitted. It reassures the prospective organization that their request was received and communicates expected follow-up timing. The page presents a clear success state with relevant next-step messaging.
booking-confirmation-page
Sources & reasoning
Booking Confirmation is the natural completion of the Booking Form conversion flow. The source doc places the entire demo booking capability in Sales Website MVP scope (lines 335-337), and a professional demo request process requires explicit confirmation to maintain lead quality and trust. The blueprint marks this feature [MVP], consistent with phase 1 evidence.
-
docs/source/likeperson.md · line 337Enkelt demo-booking-skjema (sender til e-post/webhook, ingen pålogging)
-
docs/source/likeperson.md · line 335Product Sales Website (MVP scope):
Responsibilities
- Render a success confirmation message with the submitter's name and organization
- Display expected response timeframe and next steps for the prospect
- Prevent re-submission by replacing the form view with a non-interactive confirmation state
- Provide a clear call-to-action for returning to the main site or exploring other resources
Interfaces
render(submissionData: BookingSubmission): void
getConfirmationMessage(organizationName: string): string