• This is a great plugin that is very simple and does exactly as advertised! Also it is really easy to setup with the easy to follow steps and videos.

    I was just wondering if it is possible to integrate this into a contact form I have built in my theme? I was hoping that someone could provide some guidance to how I could implement something such as:

    if(function_exist(“funcaptcha”)){
    do_awesome_funcaptcha_stuff();
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author FunCaptcha

    (@swipeads)

    Hi sebish,

    You might be able to look at the source of FunCaptcha and see how we’ve done it for Contact Form 7 and Gravity Forms, there is currently no PHP call that can be use in the plugin itself. I’d instead recommend you just roll your own solution with our PHP library from here: https://github.com/FunCaptcha/funcaptcha-php-library/archive/master.zip

    Our github page shows how to set it up: https://github.com/FunCaptcha/funcaptcha-php-library

    It’s really easy. You can use the same private/public keys, you will just need to create the FunCaptcha where you’d like and then check the answer. Please contact us at support@funcaptcha.co if you need help beyond the docs.

    Kind regards
    Kevin
    FunCaptcha Developer

    Thread Starter sebish

    (@sebish)

    Thanks Kevin,

    I did try adding it using the PHP libraries already but it was telling me that the service was unavailable. Must have been a configuration problem.

    I will take another look!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Great Plugin, quick question!’ is closed to new replies.