I have a form with some conditional logic where a different price is displayed depending on the type of delegate.
I use a radio box to choose type 1, type 2 or type 3
If the quantity is more than 1 I need to show a field where additional names can be displayed.
If I use a "number" box then I can easily have the extra name fields show up - but the use has to enter the number of delegates twice - once in the "number" box that is attached to the logic that determines how many name fields are displayed and once in the product qty box that determines how much people pay.
I would like to have them enter a qty only once.
Is there a way to use the "number of delegates" to populate the quantity on the correct product field?
If i use a Quantity field it populates the first product field just fine but the others are stuck at one - each delegate will only see product 1 2 or 3 depending on which delegate type they are.
I need to either use the Qty or a Number field and use that to populate the correct product.