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 15ffa00 commit ef003b1Copy full SHA for ef003b1
1 file changed
classes/ColdTrick/Forms/Definition/Field.php
@@ -217,7 +217,7 @@ public function getConditionalSections(bool $apply_section_filter = false): arra
217
218
$this->conditional_sections_objects = [];
219
foreach ($this->conditional_sections as $section) {
220
- $this->conditional_sections_objects[] = new ConditionalSection($section);
+ $this->conditional_sections_objects[] = new ConditionalSection($section, $this->form);
221
}
222
223
return $this->conditional_sections_objects;
0 commit comments