Avatar

Correct answer by
Not applicable

I think you may need to change your code to: (replace the '' with null). Change from FormCalc to Javascript

if (Textfield1.rawValue == null) then

     var1 =0

else

     var1=1

endif

View solution in original post