Expand my Community achievements bar.

Script Error - doesn't recognize the field name.

Avatar

Level 1

I'm trying to do something that is very simple. My form has two pages. On Page 1 I have a numeric field. On Page 2, I am writing a FormCalc calculation to add the numeric field from page 1 to the field on Page 2. The field name on page 1 is Cash. In the FormCalc my formula is "+Cash".  I get the following error message.

777195_pastedImage_0.png

I think the problem is that the since the formula is on page 2, it doesn't know to look for the field "Cash" on page 1.

Does anyone know how to add this information to the formula?

1 Reply

Avatar

Level 1

I figured out the problem.  I created this document by importing from a word document. The subforms for each page were named "Page1" and "Page2". So the formula simply needed "+Page1.Cash"