On the membership signup form I am building I have three select fields each containing three values. The values the user selects in each of these fields determines the membership price they ultimately pay. I would now like to add a single product field to my form whose price dynamically updates depending on the values entered in my three select boxes.
Currently, the only way I can think to achieve my ultimate goal is to create 27 different product fields (3x3x3) and use GF conditional logic to display the appropriate product field. Is there a more efficient way to achieve my goal and eliminate the need for 27 different product fields?
Once a price has been calculated I would like to pass this value to WooCommerce via the WooCommerce/GravityForms addon (woothemes.com/extension/gravityforms-product-addons/). Member payments need to be processed via the DPS Payment Express gateway, thus the need for WooCommerce integration.
Many thanks