From a6caad2a1e817c308262276311e24da604b022a0 Mon Sep 17 00:00:00 2001 From: Samuel Bassah Date: Fri, 10 Jan 2025 11:38:43 +0000 Subject: [PATCH] `gpcc-list-rows-as-new-lines.js`: Updated 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..19556f45b 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 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.