Although this is a sad testament to my programming skills, I have little
shame since I only do this kind of thing perhaps once every two or three
years. I’m using FormCalc (mainly b/c I’m still learning Javascript and
this form had already been written in FormCalc). Here is the problem: I
have three text fields (Textfield1, Textfield2, Textfield3). I created
three variables (var1, var2, var3) and initialized them to 0. In order
to determine how many of the fields contain data, I used if/then/els...