ShizukaDonaghue / luve

LUVE is a full-stack web application built with Django. It's an online store for safe sunblock.
https://luve.herokuapp.com/
0 stars 1 forks source link

USER STORY: Form Errors for Checkout Form #65

Closed ShizukaDonaghue closed 1 year ago

ShizukaDonaghue commented 1 year ago

As a Shopper, I can see error messages when submitting the checkout form so that I can understand how the errors can be resolved.

Acceptance Criteria:

Tasks:

ShizukaDonaghue commented 1 year ago

The checkout form now validates user input. Completed.

ShizukaDonaghue commented 1 year ago

jQuery validation was removed from the checkout form resulting from the issue identified in #92. However, the checkout form is now validated with regular expressions within the checkout form.