Copy link to clipboard
Copied
Is there a way to link a specific signature block to the selection of a radio button. For example, I have an agreement where the receiver has to select "Individual" or "Partnership." Once they click the proper radio button, I would then like for them to be directed to the proper signature block.
Greetings!
Conditional fields are available with the Enterprise level of service and will allow you to make a field available (visible) based on the values entered (or selected) in other fields.
Conditions are part of the field properties.
So in the example below, I have created a radio button pair with the field name "IorP"
I have set the Value property in the radio buttons to show Individual or Partner (so I can easily select the correct condition). Each radio button must have a unique Value prope
...Copy link to clipboard
Copied
Greetings!
Conditional fields are available with the Enterprise level of service and will allow you to make a field available (visible) based on the values entered (or selected) in other fields.
Conditions are part of the field properties.
So in the example below, I have created a radio button pair with the field name "IorP"
I have set the Value property in the radio buttons to show Individual or Partner (so I can easily select the correct condition). Each radio button must have a unique Value property (to differentiate them).
Then, in the signature field, set the Conditions value to only show the field when the correct radio button option is selected. In this example, the signature field will only Show when IorP = Partner.
A different signature field can be created to show only if IorP = Individual.