|
Hello
I'm guessing what I am after can be done with JS, if not please correct me.
I would like to make a web page that has a list of text fields, each with a check-box.
The user checks any number of the check-boxes and at the bottom of the page a value is displayed.
It would look like this:
Salad: 50p check-box
Beans: £1 check-box
Bread: 75p check-box
If they check Salad & Bread '£1.25' would be displayed at the bottom of the page.
Does anyone know any tutorials covering how I could do this?
Thanks.
|