From 5a4ea5b3c470522a9124cf85b8134ee15276203b Mon Sep 17 00:00:00 2001 From: Samuel Bassah Date: Thu, 4 Aug 2022 14:16:23 +0000 Subject: [PATCH 1/2] Added Instructions --- gp-copy-cat/gpcc-list-rows-as-new-lines.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gp-copy-cat/gpcc-list-rows-as-new-lines.js b/gp-copy-cat/gpcc-list-rows-as-new-lines.js index 2176c6518..8e67f48ea 100644 --- a/gp-copy-cat/gpcc-list-rows-as-new-lines.js +++ b/gp-copy-cat/gpcc-list-rows-as-new-lines.js @@ -5,6 +5,11 @@ * Use this snippet to copy List field rows as new lines into a Paragraph field. * * Screenshot: https://gwiz.io/3wWlUts + * + * Instructions: + * + * 1. Install this snippet with our free Custom JavaScript plugin. + * https://gravitywiz.com/gravity-forms-custom-javascript/ */ gform.addFilter( 'gpcc_copied_value', function( value, $targetElem, field, sourceValues ) { // Update "3" to your Paragraph field ID. From 64aa37174ac87be4d52d87de8f81bb8da83dc61d Mon Sep 17 00:00:00 2001 From: David Smith Date: Fri, 10 Jan 2025 06:38:24 -0500 Subject: [PATCH 2/2] `gpcc-list-rows-as-new-lines.js`: Updated instructions. --- gp-copy-cat/gpcc-list-rows-as-new-lines.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gp-copy-cat/gpcc-list-rows-as-new-lines.js b/gp-copy-cat/gpcc-list-rows-as-new-lines.js index 8e67f48ea..19556f45b 100644 --- a/gp-copy-cat/gpcc-list-rows-as-new-lines.js +++ b/gp-copy-cat/gpcc-list-rows-as-new-lines.js @@ -8,8 +8,8 @@ * * Instructions: * - * 1. Install this snippet with our free Custom JavaScript plugin. - * https://gravitywiz.com/gravity-forms-custom-javascript/ + * 1. Install this snippet with our free Code Chest plugin. + * https://gravitywiz.com/gravity-forms-code-chest/ */ gform.addFilter( 'gpcc_copied_value', function( value, $targetElem, field, sourceValues ) { // Update "3" to your Paragraph field ID.