Calculating after an error message
-
I’m porting over a form from the previous version. I have encountered what I believe is a bug. On this page (https://www.hostafamily.org/test-applicants/), I have a text field that currently correctly counts the number of checkboxes. It will let you advance if you have all 5 checked. I realize there’s another way to do this, but this makes the bug very clear.
If you try to submit with less than all checks marked, it gives you an error. If you then “fix” the mistake by checking all the boxes, you’ll see that the number resets to 0 when you check the box again.
The condition on the checkboxes currently looks like this:
Mark the field as Invalid if Text box (id: 17) NOT Equal 5
The page I need help with: [log in to see the link]
- The topic ‘Calculating after an error message’ is closed to new replies.