You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Customer, I want to book a table or join an open game night using a simple booking inquiry form, so I can easily organise a group visit or a special occasion.
Acceptance Criteria
A booking inquiry form for private events or game nights is easy to find, and the form is simple and easy to use.
The form includes all necessary fields to gather event details: Name, Email, Phone Number, Event Type and Message. Event types are: Reserve a table, Dungeons & Dragons, Retro Game Night, Tournament, Kids Party.
All fields on the form must be completed before the user can submit the form.
When the form is completed correctly, the user is taken to a success page.
Tasks
Implement a booking inquiry form on the website.
Implement HTML validation on the form to fit the requirements above.
Create a success page to direct users to after submitting the form.
User Story:
As a Customer, I want to book a table or join an open game night using a simple booking inquiry form, so I can easily organise a group visit or a special occasion.
Acceptance Criteria
Tasks