Conditional Logic for Contracts
W
Will Voorhees (admin)
I am needing conditional logic when their are options on a document. For Instance if its asking for a SSN or a TIN. One is required but not both.
Log In
R
Raymond Strippy
Conditional logic as whole, such as if abc is x, then add/inject/display xyz.
Such as
If checkbox is true, then insert custom value, or if business name field is completed then show hidden text, etc, etc.