function javascriptCallback(token){//token=1; $("#turnstile_callback").val(token); //console.log("Token:"+ token + ":" + $("#turnstile_callback").val()); } function turnstile_check(){ var turnstile_token = $("#turnstile_callback").val(); if(turnstile_token ==undefined || !turnstile_token){ alert("Please complete the captcha before processing."); return false; } }