A restaurant website, including a menu that can be filtered by allergens, as well as a booking function. Portfolio Project 4 for Code Institute Full Stack Software Development course.
0
stars
0
forks
source link
USER STORY: Pre-populating Relevant Subject/Message #37
As a guest making/editing a reservation, I can click one button and have my requested information automatically be filled in in the contact form so that it saves be both time and effort in making en enquiry..
Acceptance Criteria
[x] Information from booking form must be passed as request when being redirected to contact form.
[x] This information will populate the subject field.
[x] The original message will populate the message field.
[x] This information must be readable and understandable by both the restaurant and the user.
[x] User information must still be autofilled, if user is authenticated. (See #36 for more details).
As a guest making/editing a reservation, I can click one button and have my requested information automatically be filled in in the contact form so that it saves be both time and effort in making en enquiry..
Acceptance Criteria