• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

re-captcha is blocking pabbly connecting to wordpress

DFY

Member
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>
 

Supreme

Well-known member
Staff member
Hey @DFY

Can you please check and let us know which connection you were using for the same?

1681113090468.png
 
Top