Multiple TEBs one Submit Button
I followed Lilybiri's blog post about this, but for some reason when I click the submit button all the entries are being marked as incorrect. Each of the TEBs are set to validate user input, retain txt, no submit button, and no captions.
Here's an example of the conditional action I have on the submit button: FirstTxt (text entry box) is equal to vFirst (variable of text entry box which should be John). If this is correct a check mark should appear, 1 is added to Acounter , red x should be hidden, AFirst (variable which is set to 1) is assigned 0 and FirstTxt is disabled. If it's incorrect, then a red x appears. When I enter the correct value a red x appears.
It seems that it's not recognizing that the entry is the same as the variable. Can anyone help me so that the TEB can recognize that it is equal to the corresponding variable which contains the entry?
