I have a service based business with multiple pricing tiers. This is currently how I have my form setup:
Radio Buttons: Level 1, Level 2, Level 3
Product Level 1 (conditional)
Choices:
Choice A - $1
Choice B - $2
Choice C - $3
Product Level 2 (conditional)
Choices:
Choice A - $4
Choice B - $5
Choice C - $6
Product Level 3 (conditional)
Choices:
Choice A - $7
Choice B - $8
Choice C - $9
Even with these limited amount of options, if I wanted to change the price of "Choice A", I'd need to change the prices in 3 different product fields. If I added more "levels" then there would be even more conditional fields. There has to be a better way of doing this that isn't so convoluted. Calculation options? Hidden fields? What can I do to make this easier?