Toyota of Wallingford Appointment Confirmation

ALL

<form id="fs-frm" name="simple-contact-form" accept-charset="utf-8" action="https://formspree.io/f/{form_id}" method="post">
  <fieldset id="fs-frm-inputs">
    <label for="full-name">Full Name</label>
    <input type="text" name="name" id="full-name" placeholder="First and Last" required="">
    <label for="email-address">Email Address</label>
    <input type="email" name="_replyto" id="email-address" placeholder="Email" required="">
    <label for="Appointment">Message</label>
    <textarea rows="5" name="Appointment" id="Appointment" placeholder="Date and Time of Appointment." required=""></textarea>
    <input type="hidden" name="_subject" id="email-subject" value="Contact Form Submission">
  </fieldset>
  <input type="Confirm" value="Confirm">
</form>