diff --git a/includes/webform.components.inc b/includes/webform.components.inc index 18e74bd..37b5a44 100644 --- a/includes/webform.components.inc +++ b/includes/webform.components.inc @@ -506,8 +506,8 @@ function webform_component_edit_form($form, $form_state, $node, $component, $clo } if (webform_component_feature($test_component['type'], 'conditional')) { $conditional_components[$cid] = $test_component; + $counter++; } - $counter++; } if ($component['type'] != 'pagebreak') { $fieldset_description = t('Create a rule to control whether or not to skip this page.');