Been scratching my head over this for last couple of days and cant work out exactly how to do it. Been looking at relevance equations and can't seem to work it out.
Basically, I want an equation field or a display text field question type to display an amount of two previous numerical input fields multiplied together (which also write back to the db).
E.g
Q1. Fence Type (dropdown box) subquestion 1 is selected
Q2. Linear Metres: 5 is input (Numerical input - static)
Q3. Unit cost: £9.99 (amount automatically displayed in dropdown to be selected based on condition with Q1)
Q4. The total net cost: ((Q2)*Q3A1 or Q3A2 or Q3A3) - This is the part I cant figure out, as you can see there are OR operators in this equation if a different unit cost and fence type had been selected)
I hope I explained this well enough and someone can point me in the right direction