We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gpcc-copy-label.js
1 parent 8b8264a commit c0a399cCopy full SHA for c0a399c
gp-copy-cat/gpcc-copy-label.js
@@ -19,7 +19,7 @@ gform.addFilter( 'gppc_copied_value', function( value, $elem, data ) {
19
} else if( $source.is( '.gfield_radio' ) ) {
20
value = $( '.gfield-choice-input:checked + label' ).text();
21
} else if ( $source.is( '.gfield_checkbox') ) {
22
- $inputs= $source.find( 'input:checked' );
+ $inputs = $source.find( 'input:checked' );
23
var checkedLabels = [];
24
$inputs.each( function () {
25
var label = $(this).next('label').text();
0 commit comments