Skip to content

Commit

Permalink
Merge pull request #444 from Codeinwp/bugfix/522
Browse files Browse the repository at this point in the history
Fixed collapse menu issue with conditional fields
  • Loading branch information
vytisbulkevicius authored Jan 10, 2025
2 parents 3883c3f + 2e39c6e commit 57ed73f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion classes/form.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ function( $collapse_field ) {
$field_html .= '</div>';

if ( count( $collapse_fields ) === $ppom_collapse_counter && $section_started ) {
$field_html .= '</div>';
$section_started = false;
}

Expand Down

0 comments on commit 57ed73f

Please sign in to comment.