';
echo '
';
echo '
';
echo \Altum\Alerts::output_field_error('captcha');
echo '
';
if(!\Altum\Event::exists_content_type_key('javascript', 'captcha')) {
ob_start();
echo '';
\Altum\Event::add_content(ob_get_clean(), 'javascript', 'captcha');
}
}
else if(settings()->captcha->type == 'hcaptcha' && settings()->captcha->hcaptcha_site_key && settings()->captcha->hcaptcha_secret_key) {
echo '';
echo '';
echo '
';
echo '
';
echo \Altum\Alerts::output_field_error('captcha');
echo '
';
if(!\Altum\Event::exists_content_type_key('javascript', 'captcha')) {
ob_start();
echo '';
\Altum\Event::add_content(ob_get_clean(), 'javascript', 'captcha');
}
}
else if(settings()->captcha->type == 'turnstile' && settings()->captcha->turnstile_site_key && settings()->captcha->turnstile_secret_key) {
echo '