DMXzone reCAPTCHA Support Product Page

Solved

ReCAPTCHA doesn't work

Reported 09 Apr 2012 19:28:23
1
has this problem
09 Apr 2012 19:28:23 Mike Hicks posted:
After 4 months, I must say that the reCAPTCHA extension doesn't work.....period. I have never gotten it to work on any of the pages I created.

The last page I made sure I used NO OTHER company's extensions with reCAPTCHA.....no WebAssist...no Extend Studios. The other extensions used on the page were CSS Navigation Menu and Universal Form Validator PHP and Smart Mailer PHP.....all from DMX Zone.

I made sure the method used was POST and made sure the page posted back to itself. I also add the code below


if($_SERVER['REQUEST_METHOD'] == "POST" { // if form is submitted
if (!isset($mm_abort_edit) || !$mm_abort_edit) { // and validation is fine
$GoTo = "thank_you.php"; // redirect to a new page
if (isset($HTTP_SERVER_VARS['QUERY_STRING'])) {
$GoTo .= (strpos($GoTo, '?')) ? "&" : "?";
$GoTo .= $HTTP_SERVER_VARS['QUERY_STRING'];
}
header(sprintf("Location: %s", $GoTo));
}
}

I put this code between <?PHP ?> tags

I even corrected the path to the ScriptLibrary/dmxReCaptcha.php page by removng the leading \ to fix a require_once error.

Finally in frustration (I have been working on this page for DAYS now) and no longer want to spend time trying to make this work. I need to get my client's site up without anymore delays. I removed the behavior from the page and will use CAPTCHA. I feel that I should be refunded the money I spent on this extension.

Replies

Replied 10 Apr 2012 05:41:35
10 Apr 2012 05:41:35 Teodor Kuduschiev replied:
Hello Mike,

Please send me your page to: .There must be something you are doing wrong as both of the extensions are working just fine on the following demo i made:
www.dmxzone.com/demo/php/reCAPTCHA/index.php
Replied 10 Apr 2012 18:12:06
10 Apr 2012 18:12:06 Mike Hicks replied:
Hello Teodor. You demo is almost exactly like what I was trying to do. I had just three text fields and one text area. If you can explain what I am doing wrong, I would appreciate it. I really do want to use reCAPTCHA....it is why I bought it in January. But I have never gotten it to work....even on the "pure" DMX Zone site I am currrently creating..it is just a site using no extension not found on your site.
Unfortunately, I removed the reCAPTCHA extension and added CAPTCHA. I need to secure the form because this is a site that I am building for a new client.
I can re-create the form. As I said, it is a smiple form. I will then send you the form and you can examine it. If you are successful in telling me how to get reCAPTCHA working, I can always replace the current form with the one using reCAPTCHA, but I need to get my site online, this problem has been hold up progress. I will send the form to you my the end of today.
Replied 12 Apr 2012 07:00:54
12 Apr 2012 07:00:54 Teodor Kuduschiev replied:
Hello Mike,

I received your page, but nowhere on it i see the www.dmxzone.com/go?19400 code
Replied 14 Apr 2012 18:50:05
14 Apr 2012 18:50:05 Mike Hicks replied:
Did you receive the page re-send?
Replied 25 Sep 2015 20:59:13
25 Sep 2015 20:59:13 Steve Skinner replied:
Was there ever a solution to this? It seems like the problems that plagued this extension 3 years ago are still the same problems today. That's pretty pathetic.

I'm in here looking for solutions on how to get reCaptcha working on a classic ASP page that uses a simple mail form and the Smart Mailer extension. I've already followed the steps in DMXzone's video for doing this, but I can still submit the form without entering anything into the reCaptcha.

What's the solution to getting this working??
Replied 09 Mar 2016 16:26:34
09 Mar 2016 16:26:34 Teodor Kuduschiev replied:
Hello,
A new version of reCAPTCHA has been released. It is updated and it is now based on the latest google API version. You can check it here: www.dmxzone.com/go/32330/dmxzone-recaptcha-2

Reply to this topic