Expand my Community achievements bar.

Change JavaScript to Form Calc

Avatar

Level 1

Can someone can help change this to formcalc please and BIG thank you

if (tfProductCode.rawValue == "widgits" || tfProductCode.rawValue == "gizmos || ... )

     this.rawValue = this.parent.tfSize.rawValue * this.parent.tfQuantity.rawValue * this.parent.tfPrice.rawValue;

else this.rawValue = this.parent.tfQuantity.rawValue * this.parent.tfPrice.rawValue;

1 Reply