We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gppa-remove-empty-choices.js
1 parent b670f80 commit 378050aCopy full SHA for 378050a
gp-populate-anything/gppa-remove-empty-choices.js
@@ -5,8 +5,7 @@
5
* 1. Install this snippet with our free Custom JavaScript plugin.
6
* https://gravitywiz.com/gravity-forms-custom-javascript/
7
*/
8
-
9
- var $containers = $( '.gfield--type-choice' );
+var $containers = $( '.gfield--type-choice' );
10
11
// On page load.
12
$containers.each( function() {
0 commit comments