Create an HTML/JAVASCRIPT page for ordering and info without using bootstrap: The Order & Info page should contain an or

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Create an HTML/JAVASCRIPT page for ordering and info without using bootstrap: The Order & Info page should contain an or

Post by answerhappygod »

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]
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply