diff --git a/js/main.js b/js/main.js index ead4351..c51770a 100644 --- a/js/main.js +++ b/js/main.js @@ -26,7 +26,8 @@ jQuery(function($) { var $this = $(this); // add a tab head link for each tab - tabsHead.append('' + $this.find('.gsection_title').html() + ''); + // add the id as well so gf conditional sections still works + tabsHead.append('' + $this.find('.gsection_title').html() + ''); // move the corresponding fields to their tab body var gformFields = $('