We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe6fa7 commit 9733f87Copy full SHA for 9733f87
gp-copy-cat/gpcc-list-rows-as-new-lines.js
@@ -6,7 +6,7 @@
6
*
7
* Screenshot: https://gwiz.io/3wWlUts
8
*/
9
-gform.addFilter( 'gppc_copied_value', function( value, $targetElem, field, sourceValues ) {
+gform.addFilter( 'gpcc_copied_value', function( value, $targetElem, field, sourceValues ) {
10
// Update "3" to your Paragraph field ID.
11
if ( field.sourceFormId != GFFORMID || field.target != 3 ) {
12
return value;
0 commit comments