Hello trying to connect wordpress bit it fails and i think its down to Google recaptcha which is built in to the domain
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://www.google.com/recaptcha/api.js?render=6LdZXJwUAAAAAE1ERIs8cDyw2wNhHNuMxBJWG0Aa"></script>
<title>Bot Verification</title>
<script>
function stackProtect() {
grecaptcha.ready(function() {
grecaptcha.execute('6LdZXJwUAAAAAE1ERIs8cDyw2wNhHNuMxBJWG0Aa', {}).then(function(token) {
document.getElementById('token').value = token
document.getElementById('stackprotectform').submit()
});
});
}
setInterval(stackProtect, 5000);
</script>
</head>
<body>
<div class="text-center">
<br><br>
<p>To help us keep this website secure, please wait while we verify you're not a robot! It will only take a few seconds...</p>
<div class="spinner-border m-5" role="status">
<span class="sr-only">Loading...</span>
</div>
<form action="" method="post" id="stackprotectform">
<input type="hidden" id="token" name="g-recaptcha-response" value="">
</form>
</div>
</body>
</html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://www.google.com/recaptcha/api.js?render=6LdZXJwUAAAAAE1ERIs8cDyw2wNhHNuMxBJWG0Aa"></script>
<title>Bot Verification</title>
<script>
function stackProtect() {
grecaptcha.ready(function() {
grecaptcha.execute('6LdZXJwUAAAAAE1ERIs8cDyw2wNhHNuMxBJWG0Aa', {}).then(function(token) {
document.getElementById('token').value = token
document.getElementById('stackprotectform').submit()
});
});
}
setInterval(stackProtect, 5000);
</script>
</head>
<body>
<div class="text-center">
<br><br>
<p>To help us keep this website secure, please wait while we verify you're not a robot! It will only take a few seconds...</p>
<div class="spinner-border m-5" role="status">
<span class="sr-only">Loading...</span>
</div>
<form action="" method="post" id="stackprotectform">
<input type="hidden" id="token" name="g-recaptcha-response" value="">
</form>
</div>
</body>
</html>