you would need to be a little more descriptive, maybe the real life use of the equation would help. what would you like the output to me.
otherwise the simple solution is if(elementID = a, a*1, “”)
where elementID is the condition, a*1 if the condition is true, do nothing “” if the condition is false.
you can send me an email if you like further instructions.
thanks!
hi wpforumnugent
i’m trying to make a cleaning website and qutation for cleaning (house/unit)
but i’m not too sure what to do with jazzy form
please help….
i would like to make same as this form
http://pleasemyhouse.com.au/price-calculator/
and can i have your email?
thank you
its impossible to write out the entire formula but i will do enough to get you started…ok lets assume the following price list …
house reg. moving, 1 level, 1 bdrm, 1 bathroom is $70
unit, moving out, number of bdrms, and 1 bathroom is $165
then the formula would look like this…
if(and(house = “yes”,reg_moving = “yes”, level*bdrm*bathroom,if(and(unit = “yes”,moving out = “yes”,unit*level*bdrms*bathrooms),””)))
the above statement says if house and reg_moving is equal to yes then multiply level by bdrooms by bathrooms, if that is not the case go to the next if statement which says if unit and moving out are yes then multiply level by bedrooms by bathrooms. if both of these conditions are not met then give a false response denoted by “”.
good luck i hope this can get you on your way
if(elementid condition, true condition, false conditon)
greencare,
how did u manage to hide and unhide the various other fields below . I have been trying to accomplish that ..
just not hide, but show X vs Y … when a and not b is chosen
thz
AJ