Hi,Currently I have numerous CheckBoxes that all have associated values
(lets say 50, 100, 200) and I have a NumericalBox that sums the selected
CheckBoxes by using the FormCalc code
"Sum(CheckBox1,CheckBox2......)That works great, but now I want to have
conditions on the code by using "if then statements" or something of the
sort. For example, can I have a TextField and when certain values are
entered into the TextField there are effects on the NumericalBox?So
potentially, if raw.value of TextF...