diff --git a/js/webform.js b/js/webform.js
index da41e22..7daacef 100644
--- a/js/webform.js
+++ b/js/webform.js
@@ -100,7 +100,7 @@
         $currentForm.bind('change', {'settings': settings}, Drupal.webform.conditionalCheck);
 
         // Trigger all the elements that cause conditionals on this form.
-        Drupal.webform.doConditions($form, settings);
+        Drupal.webform.doConditions($currentForm, settings);
       });
     });
   };
