function dGvalidateEmail(email) {var re=/\S+@\S+\.\S+/;return re.test(email);} (function($){var go=true;$(document).ready(function(){if($(".dpn-zvc-sidebar-box").length&&go){var check=setInterval(function(){console.log("check");if($(".vczapi-pro-registration-form").length){var html="
";$(".vczapi-pro-registration-form input[type='email']").after(html);clearInterval(check);}},500);$(".dpn-zvc-sidebar-box").on("click",".vczapi-pro-registration-form .custom-blocker",function(){var first_name=$("#first_name").val();var last_name=$("#last_name").val();var email_address=$("#email_address").val();var re=/\S+@\S+\.\S+/;var email=dGvalidateEmail(email_address)&&email_address;var newsletter=$('.newsletter').is(":checked");if(!first_name||!last_name||!email||!newsletter){$(".btn-vczapi-pro-registration").trigger("click");}else{$(".btn-vczapi-pro-registration").val("loading...");var data_for_ajax={action:'webinarToZoho',nonce:dg_nonce,first_name:first_name,last_name:last_name,email_address:email_address};$.ajax({type:"post",dataType:'html',url:dg_admin_url,data:data_for_ajax,async:false,success:function(data){$(".btn-vczapi-pro-registration").trigger("click");},error:function(data){$(".btn-vczapi-pro-registration").trigger("click");}});}});}})})(jQuery)