From 5a4ea5b3c470522a9124cf85b8134ee15276203b Mon Sep 17 00:00:00 2001 From: Samuel Bassah Date: Thu, 4 Aug 2022 14:16:23 +0000 Subject: [PATCH] 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.