Confirmation Page
Component Detail
User Interface
low complexity
frontend
0
Dependencies
0
Dependents
4
Entities
0
Integrations
Description
Server-rendered Next.js page displayed immediately after successful demo booking form submission. Shows personalized confirmation messaging with the submitter's name, expected response timeframe, and Meander sales team contact information. Receives a masked lead reference via query parameter to display relevant details without exposing sensitive data.
confirmation-page
Responsibilities
- Render personalized confirmation message after form submission
- Display next steps and expected response timeframe
- Show sales team contact information for follow-up
- Handle invalid or expired lead references gracefully
Interfaces
renderConfirmation(leadRef: string)
getServerSideProps(context)
displayNextSteps()
displayContactInfo()
Related Data Entities (4)
Data entities managed by this component