Create an HTML/JAVASCRIPT page for ordering and info without
using bootstrap:
The Order & Info page should contain an order form to order
more supplies for the
restaurant from their suppliers.
Fields for this order form should include the following
fields:
- Person Ordering (Name) Field
- Contact Address (Email) Field
- Order Details (This will be a multi-line message) Field
- Supplier Choice - Users should choose one out of the four
possible suppliers:
o Virgil Butchers Ltd
o Johnson Bakeries
o Leo’s Fruit and Veg Supplies
o Isle Fresh Dairies
- Shipping Option (“Express-Next Day” or “Standard – 2-3
Days”).
This form does not need to be connected to any kind of database.
It is sufficient to display the submitted data in a JavaScript
Browser alert once the user clicks on the Submit button (replace
the content in square brackets with
the user-submitted values):
Person Ordering: [submitted Name]
Contact Address: [submitted Email]
Order Details: [submitted Order details]
Supplier Choice: [submitted Supplier Choice]
Shipping Option: [submitted Shipping Option]
Create an HTML/JAVASCRIPT page for ordering and info without using bootstrap: The Order & Info page should contain an or
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am