From the course: Building Great Forms with HTML and CSS

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

Order summary overview

Order summary overview

- [Instructor] In this section of the course we're going to be building out a payment form system. So I'm just going to walk you through what we're going to be building and then we'll break this down into a page by page exercise. This is our Order Summary page and what we're assuming here is that the user has added this item into their cart and now they're viewing their cart or viewing the Order Summary. So there are a couple things on here we have the ability to allow the user to add more items and increase the count of the number. I have not connected this so it's dynamically increasing the price. But that could be something that you might want to implement into the year form. We also have an option to Save for later which is really nice feature since sometimes users aren't ready to make a purchase right there. And then the important part is that the user can proceed to Checkout. So if they click the Proceed to…

Contents