Checkout Form

Checkout Form

Project Information

A responsive frontend web application of a checkout form that has a billing address section, shipping address section, payment section, and a cart section.

Built a checkout form similar to Bootstrap's example with a few added features. The forms contains a billing address section, shipping address section, payment section, and a cart section. If the user checks the “Shipping address is the same as my billing address” option, then the shipping address section would not appear. Includes a null/empty validation to each input. The validation happens after the user submits.