# Adding a contact form ## User story - As a client, I want the landing page to have a contact form. - As a client, I want to view a single webpage that collects a visitor's contact information. ## Acceptance criteria - It's done when the contact form includes `input` elements for name and email. (Done) - It's done when, if the contact link is clicked, the page jumps directly to the contact form. - It's done when the contact form includes a Send button.
Adding a contact form
User story
Acceptance criteria
inputelements for name and email. (Done)