mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-31 12:19:52 +02:00
Merge pull request #2203 from pravinOpenSign/patch-76
Update conditional_logic.md
This commit is contained in:
@@ -164,18 +164,18 @@ If any one of the configured conditions is true, the selected action is performe
|
||||
|
||||
---
|
||||
|
||||
# Text Input as the Trigger Widget
|
||||
## Text Input as the Trigger Widget
|
||||
|
||||
The Text Input widget can control another Text Input widget.
|
||||
|
||||
## Supported Operators
|
||||
### Supported Operators
|
||||
|
||||
- Equals
|
||||
- Does Not Equal
|
||||
|
||||
---
|
||||
|
||||
## Show this Field
|
||||
### Show this Field
|
||||
|
||||
### Configuration
|
||||
|
||||
@@ -192,7 +192,7 @@ When the signer enters **HR**, the configured Text Input field is displayed.
|
||||
|
||||
---
|
||||
|
||||
## Show this Field (Does Not Equal)
|
||||
### Show this Field (Does Not Equal)
|
||||
|
||||
### Configuration
|
||||
|
||||
@@ -209,7 +209,7 @@ The Text Input field is displayed whenever the entered value is anything other t
|
||||
|
||||
---
|
||||
|
||||
## Hide this Field
|
||||
### Hide this Field
|
||||
|
||||
### Configuration
|
||||
|
||||
@@ -226,7 +226,7 @@ When the signer enters **HR**, the configured Text Input field is hidden.
|
||||
|
||||
---
|
||||
|
||||
## Make Required
|
||||
### Make Required
|
||||
|
||||
### Configuration
|
||||
|
||||
@@ -288,7 +288,7 @@ When the signer enters **5** in the Number widget, the configured Text Input fie
|
||||
|
||||
---
|
||||
|
||||
## Show this Field (Does Not Equal)
|
||||
### Show this Field (Does Not Equal)
|
||||
|
||||
### Configuration
|
||||
|
||||
@@ -305,7 +305,7 @@ The Text Input field is displayed whenever the entered number is **not equal to
|
||||
|
||||
---
|
||||
|
||||
## Hide this Field
|
||||
### Hide this Field
|
||||
|
||||
### Configuration
|
||||
|
||||
@@ -322,7 +322,7 @@ When the signer enters **5**, the configured Text Input field is hidden.
|
||||
|
||||
---
|
||||
|
||||
## Make Required
|
||||
### Make Required
|
||||
|
||||
### Configuration
|
||||
|
||||
@@ -339,7 +339,7 @@ The Text Input field becomes mandatory only when the Number widget contains **5*
|
||||
|
||||
---
|
||||
|
||||
## Make Optional
|
||||
### Make Optional
|
||||
|
||||
### Configuration
|
||||
|
||||
@@ -788,14 +788,14 @@ The configured Number widget action is executed when any one condition is satisf
|
||||
|
||||
The Number widget can be controlled using values entered in a Text Input widget.
|
||||
|
||||
## Supported Operators
|
||||
### Supported Operators
|
||||
|
||||
- Equals
|
||||
- Does Not Equal
|
||||
|
||||
---
|
||||
|
||||
## Show this Field
|
||||
### Show this Field
|
||||
|
||||
### Configuration
|
||||
|
||||
@@ -867,7 +867,7 @@ The Number widget becomes optional when the signer enters **HR**.
|
||||
|
||||
A Number widget can control another Number widget.
|
||||
|
||||
## Supported Operators
|
||||
### Supported Operators
|
||||
|
||||
- Equals
|
||||
- Does Not Equal
|
||||
|
||||
@@ -349,9 +349,9 @@ The configured **TextInput1** widget becomes visible when **either** the Number
|
||||
|
||||
The **Text Input** widget also supports Conditional Logic using the following trigger widgets:
|
||||
- **Number Widget** - [Read more](https://docs.opensignlabs.com/docs/help/New-Document/conditional_logic/#number-widget-as-the-trigger)
|
||||
- **Dropdown Widget** – [Read more](https://github.com/pravinOpenSign/OpenSign/blob/patch-75/docs/docs/help/New-Document/conditional_logic.md#dropdown-widget-as-the-trigger)
|
||||
- **Checkbox Widget** – [Read more](https://github.com/pravinOpenSign/OpenSign/blob/patch-75/docs/docs/help/New-Document/conditional_logic.md#checkbox-widget-as-the-trigger)
|
||||
- **Radio Button Widget** – [Read more](https://github.com/pravinOpenSign/OpenSign/blob/patch-75/docs/docs/help/New-Document/conditional_logic.md#radio-button-as-the-trigger)
|
||||
- **Dropdown Widget** – [Read more](https://docs.opensignlabs.com/docs/help/New-Document/conditional_logic/#dropdown-widget-as-the-trigger)
|
||||
- **Checkbox Widget** – [Read more](https://docs.opensignlabs.com/docs/help/New-Document/conditional_logic/#checkbox-widget-as-the-trigger)
|
||||
- **Radio Button Widget** – [Read more](https://docs.opensignlabs.com/docs/help/New-Document/conditional_logic/#radio-button-as-the-trigger)
|
||||
|
||||
### Additional Widget Options
|
||||
|
||||
@@ -495,13 +495,15 @@ The configured **Number1** widget becomes visible when **either** the Number fie
|
||||
|
||||
The **Number** widget also supports Conditional Logic using the following trigger widgets:
|
||||
|
||||
- **Dropdown Widget** – [Read more](https://github.com/pravinOpenSign/OpenSign/blob/patch-75/docs/docs/help/New-Document/conditional_logic.md#number-widget-triggered-by-a-dropdown)
|
||||
|
||||
- **Checkbox Widget** – [Read more](https://github.com/pravinOpenSign/OpenSign/blob/patch-75/docs/docs/help/New-Document/conditional_logic.md#number-widget-triggered-by-a-checkbox)
|
||||
|
||||
- **Radio Button Widget** – [Read more](https://github.com/pravinOpenSign/OpenSign/blob/patch-75/docs/docs/help/New-Document/conditional_logic.md#number-widget-triggered-by-a-radio-button)
|
||||
- **Text Input** – [Read more](https://docs.opensignlabs.com/docs/help/New-Document/conditional_logic/#number-widget-triggered-by-a-text-input)
|
||||
|
||||
- **Number Widget Triggered by Another Number Widget** - [Read more](https://github.com/pravinOpenSign/OpenSign/blob/patch-75/docs/docs/help/New-Document/conditional_logic.md#number-widget-triggered-by-another-number-widget)
|
||||
- **Dropdown Widget** – [Read more](https://docs.opensignlabs.com/docs/help/New-Document/conditional_logic/#number-widget-triggered-by-a-dropdown)
|
||||
|
||||
- **Checkbox Widget** – [Read more](https://docs.opensignlabs.com/docs/help/New-Document/conditional_logic/#number-widget-triggered-by-a-checkbox)
|
||||
|
||||
- **Radio Button Widget** – [Read more](https://docs.opensignlabs.com/docs/help/New-Document/conditional_logic/#supported-operators-6)
|
||||
|
||||
- **Number Widget Triggered by Another Number Widget** - [Read more](https://docs.opensignlabs.com/docs/help/New-Document/conditional_logic/#number-widget-triggered-by-another-number-widget)
|
||||
|
||||
### Additional Widget Options
|
||||
|
||||
@@ -711,15 +713,15 @@ The configured **Checkbox1** widget becomes visible when **either** the Number f
|
||||
|
||||
The **Checkbox** widget also supports Conditional Logic using the following trigger widgets:
|
||||
|
||||
- **Text Input Widget** – [Read more](https://github.com/pravinOpenSign/OpenSign/blob/patch-75/docs/docs/help/New-Document/conditional_logic.md#checkbox-triggered-by-a-text-input)
|
||||
- **Text Input Widget** – [Read more](https://docs.opensignlabs.com/docs/help/New-Document/conditional_logic/#dropdown-triggered-by-a-text-input)
|
||||
|
||||
- **Number Widget** – [Read more](https://github.com/pravinOpenSign/OpenSign/blob/patch-75/docs/docs/help/New-Document/conditional_logic.md#checkbox-triggered-by-a-number-widget)
|
||||
- **Number Widget** – [Read more](https://docs.opensignlabs.com/docs/help/New-Document/conditional_logic/#checkbox-triggered-by-a-number-widget)
|
||||
|
||||
- **Dropdown Widget** – [Read more](https://github.com/pravinOpenSign/OpenSign/blob/patch-75/docs/docs/help/New-Document/conditional_logic.md#checkbox-triggered-by-a-dropdown)
|
||||
- **Dropdown Widget** – [Read more](https://docs.opensignlabs.com/docs/help/New-Document/conditional_logic/#checkbox-triggered-by-a-dropdown)
|
||||
|
||||
- **Radio Button Widget** – [Read more](https://github.com/pravinOpenSign/OpenSign/blob/patch-75/docs/docs/help/New-Document/conditional_logic.md#checkbox-triggered-by-a-radio-button)
|
||||
- **Radio Button Widget** – [Read more](https://docs.opensignlabs.com/docs/help/New-Document/conditional_logic/#checkbox-triggered-by-a-radio-button)
|
||||
|
||||
- **Checkbox Triggered by Another Checkbox** – [Read more](https://github.com/pravinOpenSign/OpenSign/blob/patch-75/docs/docs/help/New-Document/conditional_logic.md#checkbox-triggered-by-another-checkbox)
|
||||
- **Checkbox Triggered by Another Checkbox** – [Read more](https://docs.opensignlabs.com/docs/help/New-Document/conditional_logic/#checkbox-triggered-by-another-checkbox)
|
||||
|
||||
### Additional Widget Options
|
||||
|
||||
@@ -851,15 +853,15 @@ The configured **Dropdown1** widget becomes visible when **either** the Number f
|
||||
|
||||
The **Dropdown** widget also supports Conditional Logic using the following trigger widgets:
|
||||
|
||||
- **Text input** – [Read more](https://github.com/pravinOpenSign/OpenSign/blob/patch-75/docs/docs/help/New-Document/conditional_logic.md#dropdown-triggered-by-a-text-input)
|
||||
- **Text input** – [Read more](https://docs.opensignlabs.com/docs/help/New-Document/conditional_logic/#dropdown-triggered-by-a-text-input)
|
||||
|
||||
- **Number** – [Read more](https://github.com/pravinOpenSign/OpenSign/blob/patch-75/docs/docs/help/New-Document/conditional_logic.md#dropdown-triggered-by-a-number-widget)
|
||||
- **Number** – [Read more](https://docs.opensignlabs.com/docs/help/New-Document/conditional_logic/#dropdown-triggered-by-a-number-widget)
|
||||
|
||||
- **Checkbox Widget** – [Read more](https://github.com/pravinOpenSign/OpenSign/blob/patch-75/docs/docs/help/New-Document/conditional_logic.md#dropdown-triggered-by-a-checkbox)
|
||||
- **Checkbox Widget** – [Read more](https://docs.opensignlabs.com/docs/help/New-Document/conditional_logic/#dropdown-triggered-by-a-checkbox)
|
||||
|
||||
- **Radio Button Widget** – [Read more](https://github.com/pravinOpenSign/OpenSign/blob/patch-75/docs/docs/help/New-Document/conditional_logic.md#dropdown-triggered-by-a-radio-button)
|
||||
- **Radio Button Widget** – [Read more](https://docs.opensignlabs.com/docs/help/New-Document/conditional_logic/#dropdown-triggered-by-a-radio-button)
|
||||
|
||||
- **Dropdown Triggered by Another Dropdown** [Read more](https://github.com/pravinOpenSign/OpenSign/blob/patch-75/docs/docs/help/New-Document/conditional_logic.md#dropdown-triggered-by-another-dropdown)
|
||||
- **Dropdown Triggered by Another Dropdown** [Read more](https://docs.opensignlabs.com/docs/help/New-Document/conditional_logic/#dropdown-triggered-by-another-dropdown)
|
||||
|
||||
### Additional Widget Options
|
||||
|
||||
@@ -1056,15 +1058,15 @@ The configured **RadioButton1** widget becomes visible when **either** the Numbe
|
||||
|
||||
The **Radio Button** widget also supports Conditional Logic using the following trigger widgets:
|
||||
|
||||
- **Text Input Widget** – [Read more](https://github.com/pravinOpenSign/OpenSign/blob/patch-75/docs/docs/help/New-Document/conditional_logic.md#radio-button-triggered-by-a-text-input)
|
||||
- **Text Input Widget** – [Read more](https://docs.opensignlabs.com/docs/help/New-Document/conditional_logic/#radio-button-triggered-by-a-text-input)
|
||||
|
||||
- **Number Widget** – [Read more](https://github.com/pravinOpenSign/OpenSign/blob/patch-75/docs/docs/help/New-Document/conditional_logic.md#radio-button-triggered-by-a-number-widget)
|
||||
- **Number Widget** – [Read more](https://docs.opensignlabs.com/docs/help/New-Document/conditional_logic/#radio-button-triggered-by-a-number-widget)
|
||||
|
||||
- **Dropdown Widget** – [Read more](https://github.com/pravinOpenSign/OpenSign/blob/patch-75/docs/docs/help/New-Document/conditional_logic.md#radio-button-triggered-by-a-dropdown)
|
||||
- **Dropdown Widget** – [Read more](https://docs.opensignlabs.com/docs/help/New-Document/conditional_logic/#radio-button-triggered-by-a-dropdown)
|
||||
|
||||
- **Checkbox Widget** – [Read more](https://github.com/pravinOpenSign/OpenSign/blob/patch-75/docs/docs/help/New-Document/conditional_logic.md#radio-button-triggered-by-a-checkbox)
|
||||
- **Checkbox Widget** – [Read more](https://docs.opensignlabs.com/docs/help/New-Document/conditional_logic/#radio-button-triggered-by-a-checkbox)
|
||||
|
||||
- **Radio Button Triggered by Another Radio Button** – [Read more](https://github.com/pravinOpenSign/OpenSign/blob/patch-75/docs/docs/help/New-Document/conditional_logic.md#radio-button-triggered-by-another-radio-button)
|
||||
- **Radio Button Triggered by Another Radio Button** – [Read more](https://docs.opensignlabs.com/docs/help/New-Document/conditional_logic/#radio-button-triggered-by-another-radio-button)
|
||||
|
||||
### Additional Widget Options
|
||||
|
||||
|
||||
Reference in New Issue
Block a user