Hello everyone,
i need help, again. I have to create a page where the user can choose among many options and in the end he/she gets the estimated costs, for example:
House: *drop-down list where the user can choose the kind of house he/she likes, with different prices* --> let's say the user chooses "Flat" and the flat is $200
Car: *drop-down list with different kinds of car* --> and here the user chooses "Ferrari" with a "linked" value of $2000
-----------
Estimated total: $2200
In a table, imagining it's in a page, it could be:
Category | Selection | $ |
---|---|---|
House | Flat | 200 |
Car | Ferrari | 2000 |
Estimated total | 2200 |
So, what i need, it's a page where the user chooses goods or services from drop-down lists and in the end of the page you have an estimated total. In those lists you see the name of the goods/service and next to it "appears" the value (inside a text box or something) once you make a selection.
How does it work? I checked around but probably i used the wrong keywords.... because i couldn't find anything! ;(
Thanks in advance!