We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91364c2 commit aa01a1dCopy full SHA for aa01a1d
js/scripts.js.php
@@ -636,8 +636,10 @@ function formcreatorShowFields(form) {
636
if (!isNaN(sectionId)) {
637
if (sectionToShow[sectionId]) {
638
$('div[data-section-id="' + sectionId+ '"]').css('visibility', '');
639
+ $('div[data-section-id="' + sectionId+ '"]').css('height', '');
640
} else {
641
$('div[data-section-id="' + sectionId+ '"]').css('visibility', 'hidden');
642
+ $('div[data-section-id="' + sectionId+ '"]').css('height', '0');
643
}
644
645
0 commit comments