Branching allows you to apply logic to forms processing activities in terms of If, Then, Else, ElseIf, and Select Case statements. See Microsoft's VBScript Help for additional information.
In the following code sample, if the current zone's output is "RENEWAL," flag the last name for Verification. Otherwise, hide the last name zone and delete its data.
'Branching Code Sample. If the current zone's output is "RENEWAL,"