hasConditions($data) ? 'has-conditions ' : ''; $cls = trim($this->getDefaultContainerClass().' '.$hasConditions); $data['attributes']['class'] = $cls .' ff-el-section-break '. $data['attributes']['class']; $data['attributes']['class'] = trim($data['attributes']['class']); $atts = $this->buildAttributes( \FluentForm\Framework\Helpers\ArrayHelper::except($data['attributes'], 'name') ); $html = "
"; $html .= "

{$data['settings']['label']}

"; $html .= "
{$data['settings']['description']}
"; $html .= "
"; $html .= "
"; echo apply_filters('fluenform_rendering_field_html_'.$elementName, $html, $data, $form); } }