Skip to content

Commit 9733f87

Browse files
authored
Update gpcc-list-rows-as-new-lines.js
1 parent 4fe6fa7 commit 9733f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gp-copy-cat/gpcc-list-rows-as-new-lines.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Screenshot: https://gwiz.io/3wWlUts
88
*/
9-
gform.addFilter( 'gppc_copied_value', function( value, $targetElem, field, sourceValues ) {
9+
gform.addFilter( 'gpcc_copied_value', function( value, $targetElem, field, sourceValues ) {
1010
// Update "3" to your Paragraph field ID.
1111
if ( field.sourceFormId != GFFORMID || field.target != 3 ) {
1212
return value;

0 commit comments

Comments
 (0)