JiayangYing / CITS3403_PRO

MIT License
2 stars 0 forks source link

Create an order form for product order #82

Closed lwb611266 closed 4 months ago

lwb611266 commented 4 months ago

Overview: To create an order form which collects necessary information from users to complete a transaction or place an order. Features: 1.a WTForm in a Flask application that allows users to fill in personal details for delivery. 2.Create a form class in Flask using WTForms to handle the fields required for capturing personal details for delivery. 3.Set up a route in Flask application that will display the form and handle the form submission.

loklokyx commented 4 months ago

Hi @lwb611266, I have added my code. Please review and continue to add the changes. Thanks.

loklokyx commented 4 months ago

I have completed the products and orders part. Please review the functionality. Thanks.