-
AuthorPosts
-
May 24, 2012 at 2:57 am #177479
How do I make anti-spam captcha – recaptch appear in quick contact type JA Quickcontact?
Stork11 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
May 24, 2012 at 9:15 am #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.
May 29, 2012 at 11:33 pm #455413Thank 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);
?>May 31, 2012 at 6:32 pm #455562Hello,
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 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
June 4, 2012 at 4:15 am #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.
-
AuthorPosts
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