Order Form

Ivy simplifies dealing with forms and data so that you can focus on the business logic. Below we have a form that will let people order shirts, and choose a shipping method. Because Ivy handles the tedious parts like updating all the correct pieces of HTML when, the data changes, our JavaScript can focus on the requirements of the order form.



Sub Total
Tax
Total

HTML

JavaScript