Viewing 7 replies - 16 through 22 (of 22 total)
  • I am still having the problem. I have made the change you suggested in the simple captcha php, but I still get the spinning arrow. The email goes if the form is filled out correctly, but the user doesn’t know. My client is getting very upset. What else can I do?

    Oh I should mention that it doesn’t work when I disable captcha either.

    @ddapson I’m on the same exact page… Although now I am starting to think that it is more than just this plugin. I have tried using a completely different form plugin with it’s own captcha function with pretty much the same results. What version of WordPress are you running ddapson?

    @tderouindesign Running 3.5.1. I had a programmer come in and look at it and he disabled Ajax and it fixed the problem. Apparently there is a bug in Contact Form 7 and this is the fix. Unfortunately, I’m just a designer, so I don’t really understand exactly what this means,and if you’re having problems with other form plugins, I don’t know if this will even help you, but that is what we did.

    @ddapson Thanks for the quick response! Within 10 minutes!!

    I did some research and attempted to disable Ajax in the wp-config.php file but it did not help me with anything. I re-installed WordPress, disabled all other plugins and still no luck. I also installed my theme and contact form plugins on another website (hosted through GoDaddy) and it worked perfectly. I am wondering if it is an outgoing mail issue with Dreamhost, which is the host for the website with the issue. I ended up coding my own form and at least that is working instantly. The only issue is that the person who submits the form doesn’t receive an email and I no longer have a csv export option but it works!

    @caljos – thanks for that info – changing the permissions worked for me (GoDaddy servers)

    in wp-content/plugins/really-simple-captcha.really-simple-captcha.php

    /* Mode of temporary image files */
    $this->file_mode = 0777;

    /* Mode of temporary answer text files */
    $this->answer_file_mode = 0770;

    Cheers!
    Patrick

    Works perfect for me. Any chance of an update from the plugin author?

    Cheers,

    Chris.

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘[Plugin: Really Simple CAPTCHA] Submit Appears to Be Timing Out But It's Really Working’ is closed to new replies.