Is it possible to create a form where there is a pre-populated list of item names with a field next to each for the visitor to input a dollar amount with a self generating total at the bottom? This would be used for a project budget calculator that visitors could refine the values of the different components until they were under budget. It would be even better if they were able to save it and return later and make adjustments.
It appears that I could add a bunch of products with a value of $1, and the user could adjust the quantities to cheat the form to output their product value.
Is this at all possible without a bunch of trickery?
Thanks !