function uwp_init_recaptcha(){if(jQuery('.uwp-captcha-render').length){jQuery('.uwp-captcha-render').each(function(){if(jQuery(this).html()==''){var container=jQuery(this).attr('id');if(container){try{eval(container+'()')}catch(err){console.log(err)}}}})}}
function uwp_reset_captcha(element){if(uwp_recaptcha_data.captcha_version=='v3'){if(typeof grecaptcha!='undefined'){holderId=grecaptcha.execute(uwp_recaptcha_data.site_key,{action:'uwp_captcha'}).then(function(token){document.getElementById(element).value=token})}}else{if(typeof grecaptcha!='undefined'){grecaptcha.reset()}}}