If you need to ask for address history in case your counterparty changed addresses recently, this article is for you.
You need three widgets to complete this part of the form:
1. The address widget
2. The question about move-in date
3. The section for address history which appears only if the move-in date is recent.
The widgets can look like this:
Make sure you assign a variable name to the questions, for example:
Finally, add a section that appears only if the move-in date is older than your chosen condition, like this:
The section can include multiple widgets as whon above. Let us explain what the condition says:
The first expression says "Move_in_date variable exists"
The second expression says "the Move_in_date is less than 3 years from today"
The "All" command means that both above conditions must be met at the same time