• Add email input and validate that email on submit
  • The name field needs to be seperate first & last name fields w/ validation
  • Add cascading dropdowns:
    • dropdown a should list car makes
    • dropdobn b should list car models based on dropdown a's selection
    • e.g. if 'Toyota' is selected, 'camry' should be an option for dropdown b, but 'm3' should not.
  • Both dropdowns are required to submit successfully.
  • Show user submitted data after successful submit