• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

  • Due to Diwali and Bhai Dooj celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed. Normal operations will resume on Friday, 24th October 2025.

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

Pabblymember11

Guest
Hey @DFY

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

1681113090468.png
 
Top