Hi, I am trying to set up my form so that the window's height and width fields are multiplied together, then multiplied by 0.15. Additionally, if the "Double Hose" option in the section below is selected, I want to add 25 to the result. If the "Double Hose" option is not selected, no additional value should be added. I’ve tried implementing this using a text field and also through the HTML section of the form, but neither approach is working. I consistently receive an error related to the if
statement. Even when I attempt a basic conditional test, such as: [if 955 equals="Double Hose AC Unit"] Hello World [/if 955]
I still get the same
if
error. Here is the full code I’m trying to use, but it’s not working:[if 955 equals="Double Hose AC Unit" ] (([957]*[958])*0.15) + 25 : (([957]*[958])*0.15)[/if 955]
Please login or Register to submit your answer