id}'
class='ff-el-recaptcha g-recaptcha'
data-callback='fluentFormrecaptchaSuccessCallback'>";
$label = '';
if (!empty($data['settings']['label'])) {
$label = "
";
}
$el = "";
$atts = $this->buildAttributes(
\FluentForm\Framework\Helpers\ArrayHelper::except($data['attributes'], 'name')
);
$html = "{$label}{$el}
";
echo apply_filters('fluenform_rendering_field_html_'.$elementName, $html, $data, $form);
}
}