fusionaire
Programmer
I have a site in which the user's input is pulled out on the final page, and then those values are either multiplied or added to, depending on the user's choice. Then at the end, all those values must be added and multiplied together. I am having trouble with CF and the multiplication after an addition action. Any suggestions would be great!<br><br>HERE IS THE CODE:<br><cfif pick.BaseRate IS "Standard"><br><cfoutput><br><font size="2"><b>QUOTE TOTAL: $Evaluate#stan.bodily_injury_pd * tory.BIPD + stan.Uninsured_motorist * tory.um + stan.underinsured_motorist * tory.uim + stan.medical * tory.meds + stan.income_loss + stan.accidental_death + stan.funeral + tory.comp * myear.comprehensive + tory.coll * myear.collision# per 6 months</b></font></cfoutput></cfif>