getFieldName($block) . ']'; $fieldValidation = $this->getInputValidation($block); $automationId = ($block['id'] == 'status') ? 'data-automation-id="form_status"' : ''; $html .= '

'; $html .= $this->renderLabel($block); $html .= ''; $html .= '

'; return $html; } }