#Buying Multiple Things

1 messages · Page 1 of 1 (latest)

sly adder
#

basically a menu for buying say we have a golden apple for $250 if you click the button it will open a form with a slider that comes up to 64 and you can buy multiple items

celest iron
#

just open a new modalform

#

on submit of first form

sly adder
#

just dont know how i could make it so like if you select like 2 it would cost 500

viral drum
#

use either a slider or textfield, and gather the response data from that in the modalformdata (And Probably Have It Do A Math Calculation to The Amount Of Money)

sly adder
#

multiple slider by cost to get end amount? would that work