Branching questions direct different respondents to different parts of the form based on their answers to earlier questions. With VBScript you can make sure you capture data appropriate to the question asked. In this case, since the question specifies “if no, go to #4,” no information between quaestions one and four should be processed. This script is run during Pre Verification.
A Hidden property is used.
' Since we Auto-Navigate on a 'No', look for that first
In the example, the word “NONE” is searched for appearing in question #3's character constraint boxes.
' On this Zone, only perform Date Extraction