Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • ccdkhmer Friend
    #177479

    How do I make anti-spam captcha – recaptch appear in quick contact type JA Quickcontact?

    Stork11 Friend
    #454663

    <em>@ccdkhmer 321762 wrote:</em><blockquote>How do I make anti-spam captcha – recaptch appear in quick contact type JA Quickcontact?</blockquote>
    Hello ccdkhmer,

    You can put recaptcha code as it is guided in JA Quick contact template code. It’s located in “/templates/ja_business/html/mod_jaquickcontact/default.php” file.

    Best regards.

    ccdkhmer Friend
    #455413

    Thank you. I added this code to the file. Now It shows the Captcha, but it does not check it. I can type in any characters and it still takes it. What else could I do?

    <?php
    require_once(‘recaptchalib.php’);
    $publickey = “your_public_key”; // you got this from the signup page
    echo recaptcha_get_html($publickey);
    ?>

    ccdkhmer Friend
    #455562

    Hello,
    Does anybody know how to solve this problem. The guide seems to be super easy. I followed any instruction I possibly find, but it does not work. I change the form action to call out my php file. It never does call my php. It seems it is overriden by some flag that I do not know. I do not know when ‘Send Email’ button, where the contact form send the action to. I feel exhausted seeing the spammers attacking the website.

    Appreciate any help.

    Stork11 Friend
    #455789

    <em>@ccdkhmer 322976 wrote:</em><blockquote>Hello,
    Does anybody know how to solve this problem. The guide seems to be super easy. I followed any instruction I possibly find, but it does not work. I change the form action to call out my php file. It never does call my php. It seems it is overriden by some flag that I do not know. I do not know when ‘Send Email’ button, where the contact form send the action to. I feel exhausted seeing the spammers attacking the website.

    Appreciate any help.</blockquote>
    Hello ccdkhmer,

    After you click on “Send Email” button, the form action will link to “modulesmod_jaquickcontactmod_jaquickcontact.php”. So the checking code of reCaptcha will be placed in “if ($do_submit) {” block in that file.

    Feel free to let me know if you need any further assistance.

    Best regards.

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  Stork11 12 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum