I am trying to make a form that does the following but I dont quite know where to start..
Its similar to a shopping cart, but doesnt need to be that complex..
it will have checkbuttons with Image
and I also need one text, dropbox
The check buttons = $150 if clicked
the drop box is $50 x whatever number is selected
then a Total Box
and Next Button
Basically I will have a bunch of selectable images that if clicked will calculate at $150, and if they select a number in the drop box it will add $50 x whatever number is selected
and then display a total..
Can this be done?
Its similar to a shopping cart, but doesnt need to be that complex..
it will have checkbuttons with Image
and I also need one text, dropbox
The check buttons = $150 if clicked
the drop box is $50 x whatever number is selected
then a Total Box
and Next Button
Basically I will have a bunch of selectable images that if clicked will calculate at $150, and if they select a number in the drop box it will add $50 x whatever number is selected
and then display a total..
Can this be done?
This topic is locked and no more replies can be posted.