Corlo Designs

This is a simple order form using HTML and JavaScript.

Google drive containing source files, documentation, and video Corlo Designs.

Page Design

This Menu bar is for display only and doesnt do anything.
The form html is commented, and has types assinged to each textbox for easy validaiton.
The shirt outline and crolo image are part of a png so the background of the image can change color depending on what color the user wants.
preview of website preview of form HTML

java script

The Submit buton is connected to a listener event which runs the validation function that checks the input values.
If the input are valid it will calculate the cost and display it in the paragraph line above the buttons.
The color picker for the shirt can color match any pixle on the screen with the picker tool.
preview of website preview of form HTML preview of form HTML