diff --git a/14/umbraco-forms/editor/defining-and-attaching-prevaluesources/README.md b/14/umbraco-forms/editor/defining-and-attaching-prevaluesources/README.md index 464237b07e3..5592c0ea01d 100644 --- a/14/umbraco-forms/editor/defining-and-attaching-prevaluesources/README.md +++ b/14/umbraco-forms/editor/defining-and-attaching-prevaluesources/README.md @@ -79,7 +79,7 @@ Once a prevalue source has been created, it can be used while building Forms in If there is at least one prevalue source defined in the project, the Prevalues source will contain a dropdown from where you can choose the predefined value. -![Prevalue source](images/FieldPrevalueSource-v14.png) +![Prevalue source](images/FieldPrevalueSource-v16.png) Once you have selected the prevalue source, the values are rendered in the Forms designer from the attached source. diff --git a/14/umbraco-forms/editor/defining-and-attaching-prevaluesources/images/FieldPrevalueSource-v16.png b/14/umbraco-forms/editor/defining-and-attaching-prevaluesources/images/FieldPrevalueSource-v16.png new file mode 100644 index 00000000000..99840e59d7a Binary files /dev/null and b/14/umbraco-forms/editor/defining-and-attaching-prevaluesources/images/FieldPrevalueSource-v16.png differ diff --git a/14/umbraco-forms/editor/defining-and-attaching-prevaluesources/images/SQLdatabase-v16.png b/14/umbraco-forms/editor/defining-and-attaching-prevaluesources/images/SQLdatabase-v16.png new file mode 100644 index 00000000000..7cfdf02ae49 Binary files /dev/null and b/14/umbraco-forms/editor/defining-and-attaching-prevaluesources/images/SQLdatabase-v16.png differ diff --git a/14/umbraco-forms/editor/defining-and-attaching-prevaluesources/images/umbraco-documents-v16.png b/14/umbraco-forms/editor/defining-and-attaching-prevaluesources/images/umbraco-documents-v16.png new file mode 100644 index 00000000000..98135a6a5a9 Binary files /dev/null and b/14/umbraco-forms/editor/defining-and-attaching-prevaluesources/images/umbraco-documents-v16.png differ diff --git a/14/umbraco-forms/editor/defining-and-attaching-prevaluesources/prevalue-source-types.md b/14/umbraco-forms/editor/defining-and-attaching-prevaluesources/prevalue-source-types.md index 7b40c18766a..1573b5361c7 100644 --- a/14/umbraco-forms/editor/defining-and-attaching-prevaluesources/prevalue-source-types.md +++ b/14/umbraco-forms/editor/defining-and-attaching-prevaluesources/prevalue-source-types.md @@ -10,27 +10,26 @@ Upload a textfile that contains the prevalues. Each prevalue should have its own ## Umbraco Documents -Allows to use content nodes from a specific source as prevalues. You can apply the following settings in the **Details** section: - -* Select which **Value field** should be used for the value of the prevalue. -* You can define the root node by either - * Choosing a node directly from the Content tree or - * Using XPath -* Enable **Use current page as root** instead of choosing a specific root node. _The preview is not available when this setting is enabled._ -* Select a specific **Document type**, if the selected root node contains a different Document Type. -* Enable **List all Descendants** of the selected root node to list all levels of descendants. -* Select **Order by** from the drop-down list to display how the prevalue list should be ordered. +Allows you to use content nodes from a specific source as prevalues. Configure the following options in the **Details** section: + +* Define the root node by either: + * Selecting the type of item the picker should target such as **Content**, **Media**, or **Members**, or + * Specifying a dynamic root. +* Enable **Use current page as root** instead of choosing a specific root node. _Preview is not available when this setting is enabled._ +* Choose a specific **Document type**, if the selected root node contains a different Document Type. +* Select the **Value field** to define the value stored for the prevalue. +* Select the **Caption field** to define the label shown in the list. +* Enable **List all Descendants** of the selected root node to include all child nodes beneath the root. +* Select **Order by** from the drop-down list to display how the prevalue list is sorted. * Select your preferred **Cache option** for caching the list of prevalues when rendering in a form. -![Umbraco Documents](images/umbraco-documents-v14.png) +![Umbraco Documents](images/umbraco-documents-v16.png) ## SQL Database -You can provide the following details in the **Details** section: - Connect to a OleDB compatible database table and construct a prevalue source from it. Once selected, it will be editable from the Forms interface. -The following configurations need to be set in the **Details** section: +Configure the following options in the **Details** section: * Connection string (either choose one from your web.config or add another from a textfield). * Connection String from configuration @@ -40,7 +39,7 @@ The following configurations need to be set in the **Details** section: * Caption Column * Select your preferred **Cache option** for caching the list of prevalues when rendering in a form. -![SQL Database](images/SQLdatabase-v14.png) +![SQL Database](images/SQLdatabase-v16.png) ## Umbraco Data Type Prevalues diff --git a/15/umbraco-forms/editor/defining-and-attaching-prevaluesources/README.md b/15/umbraco-forms/editor/defining-and-attaching-prevaluesources/README.md index 0a2b0dba015..7ded8b445bd 100644 --- a/15/umbraco-forms/editor/defining-and-attaching-prevaluesources/README.md +++ b/15/umbraco-forms/editor/defining-and-attaching-prevaluesources/README.md @@ -79,7 +79,7 @@ Once a prevalue source has been created, it can be used while building Forms in If there is at least one prevalue source defined in the project, the Prevalues source will contain a dropdown from where you can choose the predefined value. -![Prevalue source](images/FieldPrevalueSource-v14.png) +![Prevalue source](images/FieldPrevalueSource-v16.png) Once you have selected the prevalue source, the values are rendered in the Forms designer from the attached source. diff --git a/15/umbraco-forms/editor/defining-and-attaching-prevaluesources/images/FieldPrevalueSource-v16.png b/15/umbraco-forms/editor/defining-and-attaching-prevaluesources/images/FieldPrevalueSource-v16.png new file mode 100644 index 00000000000..99840e59d7a Binary files /dev/null and b/15/umbraco-forms/editor/defining-and-attaching-prevaluesources/images/FieldPrevalueSource-v16.png differ diff --git a/15/umbraco-forms/editor/defining-and-attaching-prevaluesources/images/SQLdatabase-v16.png b/15/umbraco-forms/editor/defining-and-attaching-prevaluesources/images/SQLdatabase-v16.png new file mode 100644 index 00000000000..7cfdf02ae49 Binary files /dev/null and b/15/umbraco-forms/editor/defining-and-attaching-prevaluesources/images/SQLdatabase-v16.png differ diff --git a/15/umbraco-forms/editor/defining-and-attaching-prevaluesources/images/umbraco-documents-v16.png b/15/umbraco-forms/editor/defining-and-attaching-prevaluesources/images/umbraco-documents-v16.png new file mode 100644 index 00000000000..98135a6a5a9 Binary files /dev/null and b/15/umbraco-forms/editor/defining-and-attaching-prevaluesources/images/umbraco-documents-v16.png differ diff --git a/15/umbraco-forms/editor/defining-and-attaching-prevaluesources/prevalue-source-types.md b/15/umbraco-forms/editor/defining-and-attaching-prevaluesources/prevalue-source-types.md index 7b40c18766a..1573b5361c7 100644 --- a/15/umbraco-forms/editor/defining-and-attaching-prevaluesources/prevalue-source-types.md +++ b/15/umbraco-forms/editor/defining-and-attaching-prevaluesources/prevalue-source-types.md @@ -10,27 +10,26 @@ Upload a textfile that contains the prevalues. Each prevalue should have its own ## Umbraco Documents -Allows to use content nodes from a specific source as prevalues. You can apply the following settings in the **Details** section: - -* Select which **Value field** should be used for the value of the prevalue. -* You can define the root node by either - * Choosing a node directly from the Content tree or - * Using XPath -* Enable **Use current page as root** instead of choosing a specific root node. _The preview is not available when this setting is enabled._ -* Select a specific **Document type**, if the selected root node contains a different Document Type. -* Enable **List all Descendants** of the selected root node to list all levels of descendants. -* Select **Order by** from the drop-down list to display how the prevalue list should be ordered. +Allows you to use content nodes from a specific source as prevalues. Configure the following options in the **Details** section: + +* Define the root node by either: + * Selecting the type of item the picker should target such as **Content**, **Media**, or **Members**, or + * Specifying a dynamic root. +* Enable **Use current page as root** instead of choosing a specific root node. _Preview is not available when this setting is enabled._ +* Choose a specific **Document type**, if the selected root node contains a different Document Type. +* Select the **Value field** to define the value stored for the prevalue. +* Select the **Caption field** to define the label shown in the list. +* Enable **List all Descendants** of the selected root node to include all child nodes beneath the root. +* Select **Order by** from the drop-down list to display how the prevalue list is sorted. * Select your preferred **Cache option** for caching the list of prevalues when rendering in a form. -![Umbraco Documents](images/umbraco-documents-v14.png) +![Umbraco Documents](images/umbraco-documents-v16.png) ## SQL Database -You can provide the following details in the **Details** section: - Connect to a OleDB compatible database table and construct a prevalue source from it. Once selected, it will be editable from the Forms interface. -The following configurations need to be set in the **Details** section: +Configure the following options in the **Details** section: * Connection string (either choose one from your web.config or add another from a textfield). * Connection String from configuration @@ -40,7 +39,7 @@ The following configurations need to be set in the **Details** section: * Caption Column * Select your preferred **Cache option** for caching the list of prevalues when rendering in a form. -![SQL Database](images/SQLdatabase-v14.png) +![SQL Database](images/SQLdatabase-v16.png) ## Umbraco Data Type Prevalues diff --git a/16/umbraco-forms/editor/defining-and-attaching-prevaluesources/README.md b/16/umbraco-forms/editor/defining-and-attaching-prevaluesources/README.md index 464237b07e3..5592c0ea01d 100644 --- a/16/umbraco-forms/editor/defining-and-attaching-prevaluesources/README.md +++ b/16/umbraco-forms/editor/defining-and-attaching-prevaluesources/README.md @@ -79,7 +79,7 @@ Once a prevalue source has been created, it can be used while building Forms in If there is at least one prevalue source defined in the project, the Prevalues source will contain a dropdown from where you can choose the predefined value. -![Prevalue source](images/FieldPrevalueSource-v14.png) +![Prevalue source](images/FieldPrevalueSource-v16.png) Once you have selected the prevalue source, the values are rendered in the Forms designer from the attached source. diff --git a/16/umbraco-forms/editor/defining-and-attaching-prevaluesources/images/FieldPrevalueSource-v16.png b/16/umbraco-forms/editor/defining-and-attaching-prevaluesources/images/FieldPrevalueSource-v16.png new file mode 100644 index 00000000000..99840e59d7a Binary files /dev/null and b/16/umbraco-forms/editor/defining-and-attaching-prevaluesources/images/FieldPrevalueSource-v16.png differ diff --git a/16/umbraco-forms/editor/defining-and-attaching-prevaluesources/images/SQLdatabase-v16.png b/16/umbraco-forms/editor/defining-and-attaching-prevaluesources/images/SQLdatabase-v16.png new file mode 100644 index 00000000000..7cfdf02ae49 Binary files /dev/null and b/16/umbraco-forms/editor/defining-and-attaching-prevaluesources/images/SQLdatabase-v16.png differ diff --git a/16/umbraco-forms/editor/defining-and-attaching-prevaluesources/images/umbraco-documents-v16.png b/16/umbraco-forms/editor/defining-and-attaching-prevaluesources/images/umbraco-documents-v16.png new file mode 100644 index 00000000000..98135a6a5a9 Binary files /dev/null and b/16/umbraco-forms/editor/defining-and-attaching-prevaluesources/images/umbraco-documents-v16.png differ diff --git a/16/umbraco-forms/editor/defining-and-attaching-prevaluesources/prevalue-source-types.md b/16/umbraco-forms/editor/defining-and-attaching-prevaluesources/prevalue-source-types.md index 7b40c18766a..1573b5361c7 100644 --- a/16/umbraco-forms/editor/defining-and-attaching-prevaluesources/prevalue-source-types.md +++ b/16/umbraco-forms/editor/defining-and-attaching-prevaluesources/prevalue-source-types.md @@ -10,27 +10,26 @@ Upload a textfile that contains the prevalues. Each prevalue should have its own ## Umbraco Documents -Allows to use content nodes from a specific source as prevalues. You can apply the following settings in the **Details** section: - -* Select which **Value field** should be used for the value of the prevalue. -* You can define the root node by either - * Choosing a node directly from the Content tree or - * Using XPath -* Enable **Use current page as root** instead of choosing a specific root node. _The preview is not available when this setting is enabled._ -* Select a specific **Document type**, if the selected root node contains a different Document Type. -* Enable **List all Descendants** of the selected root node to list all levels of descendants. -* Select **Order by** from the drop-down list to display how the prevalue list should be ordered. +Allows you to use content nodes from a specific source as prevalues. Configure the following options in the **Details** section: + +* Define the root node by either: + * Selecting the type of item the picker should target such as **Content**, **Media**, or **Members**, or + * Specifying a dynamic root. +* Enable **Use current page as root** instead of choosing a specific root node. _Preview is not available when this setting is enabled._ +* Choose a specific **Document type**, if the selected root node contains a different Document Type. +* Select the **Value field** to define the value stored for the prevalue. +* Select the **Caption field** to define the label shown in the list. +* Enable **List all Descendants** of the selected root node to include all child nodes beneath the root. +* Select **Order by** from the drop-down list to display how the prevalue list is sorted. * Select your preferred **Cache option** for caching the list of prevalues when rendering in a form. -![Umbraco Documents](images/umbraco-documents-v14.png) +![Umbraco Documents](images/umbraco-documents-v16.png) ## SQL Database -You can provide the following details in the **Details** section: - Connect to a OleDB compatible database table and construct a prevalue source from it. Once selected, it will be editable from the Forms interface. -The following configurations need to be set in the **Details** section: +Configure the following options in the **Details** section: * Connection string (either choose one from your web.config or add another from a textfield). * Connection String from configuration @@ -40,7 +39,7 @@ The following configurations need to be set in the **Details** section: * Caption Column * Select your preferred **Cache option** for caching the list of prevalues when rendering in a form. -![SQL Database](images/SQLdatabase-v14.png) +![SQL Database](images/SQLdatabase-v16.png) ## Umbraco Data Type Prevalues