<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: reCaptcha theme</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: reCaptcha theme</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 03:09:55 +0000</pubDate>

<item>
<title>redityo on "reCaptcha theme"</title>
<link>https://www.machform.com/forums/topic/recaptcha-theme#post-13491</link>
<pubDate>Mon, 06 Feb 2012 21:08:14 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">13491@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;is it possible to post your form url in here ?&#60;br /&#62;
or you can send us your hooks file to  mail : customer.service [at] appnitro.com&#60;/p&#62;
&#60;p&#62; we will help you to check the problem.
&#60;/p&#62;</description>
</item>
<item>
<title>masterstanf2k on "reCaptcha theme"</title>
<link>https://www.machform.com/forums/topic/recaptcha-theme#post-13483</link>
<pubDate>Mon, 06 Feb 2012 00:19:13 +0000</pubDate>
<dc:creator>masterstanf2k</dc:creator>
<guid isPermaLink="false">13483@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;having same issue. Any updates?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "reCaptcha theme"</title>
<link>https://www.machform.com/forums/topic/recaptcha-theme#post-11770</link>
<pubDate>Thu, 07 Apr 2011 22:14:24 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">11770@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;That's weird.&#60;br /&#62;
Can you send us your custom_hooks.php file please? Also let me know the URL to your form.&#60;/p&#62;
&#60;p&#62;Please mail to: customer.service [at] appnitro.com&#60;br /&#62;
I'll check it further.
&#60;/p&#62;</description>
</item>
<item>
<title>skyblue on "reCaptcha theme"</title>
<link>https://www.machform.com/forums/topic/recaptcha-theme#post-11762</link>
<pubDate>Thu, 07 Apr 2011 01:17:02 +0000</pubDate>
<dc:creator>skyblue</dc:creator>
<guid isPermaLink="false">11762@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Oops, I apologize. I meant to write custom_hooks.php INSTEAD of config.php. This code is definitely in the hooks/custom_hooks.php file. And I just re-uploaded it again. Still no change to the red theme.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "reCaptcha theme"</title>
<link>https://www.machform.com/forums/topic/recaptcha-theme#post-11759</link>
<pubDate>Wed, 06 Apr 2011 16:31:31 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">11759@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;oh, it shouldn't be the config.php file.&#60;br /&#62;
The code should be within hooks/custom_hooks.php file.
&#60;/p&#62;</description>
</item>
<item>
<title>skyblue on "reCaptcha theme"</title>
<link>https://www.machform.com/forums/topic/recaptcha-theme#post-11755</link>
<pubDate>Wed, 06 Apr 2011 00:04:08 +0000</pubDate>
<dc:creator>skyblue</dc:creator>
<guid isPermaLink="false">11755@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yes. This is exactly what is in the config.php now: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/** Hook samples **
	//sample customizing captcha look and feel
function form1_hook_pre_captcha(){
		$capthca_theme =&#38;lt;&#38;lt;&#38;lt;EOT
&#38;lt;script&#38;gt;
var RecaptchaOptions = {
   theme : &#38;#39;clean&#38;#39;
};
&#38;lt;/script&#38;gt;
EOT;
		return $capthca_theme;
	}

**/&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>redityo on "reCaptcha theme"</title>
<link>https://www.machform.com/forums/topic/recaptcha-theme#post-11754</link>
<pubDate>Tue, 05 Apr 2011 15:04:09 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">11754@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Have you change the form id in name function with yours ? &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;form1_hook_pre_captcha()&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>skyblue on "reCaptcha theme"</title>
<link>https://www.machform.com/forums/topic/recaptcha-theme#post-11751</link>
<pubDate>Tue, 05 Apr 2011 04:28:50 +0000</pubDate>
<dc:creator>skyblue</dc:creator>
<guid isPermaLink="false">11751@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I'm having the same problem. I've also tried deleting it from my server and reuploading it but still, the red theme appears. Was there a solution to this?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "reCaptcha theme"</title>
<link>https://www.machform.com/forums/topic/recaptcha-theme#post-10269</link>
<pubDate>Tue, 24 Aug 2010 15:16:56 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">10269@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Try to delete your &#34;custom_hooks.php&#34; file from your server first.&#60;br /&#62;
Then upload it again from your computer.&#60;/p&#62;
&#60;p&#62;If the problem persist, please contact us directly and let us know your FTP login info.&#60;br /&#62;
We'll check it.
&#60;/p&#62;</description>
</item>
<item>
<title>sweetrobot on "reCaptcha theme"</title>
<link>https://www.machform.com/forums/topic/recaptcha-theme#post-10264</link>
<pubDate>Mon, 23 Aug 2010 15:42:32 +0000</pubDate>
<dc:creator>sweetrobot</dc:creator>
<guid isPermaLink="false">10264@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I have read this: &#60;a href=&#34;http://www.appnitro.com/forums/topic/captcha?replies=2#post-297&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/captcha?replies=2#post-297&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have modified the file accordingly, and have the correct form- since I only have one form, form id 1, my code is as follows inside the custom_hooks.php file:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;`&#60;br /&#62;
function form1_hook_pre_captcha(){&#60;br /&#62;
		$capthca_theme =&#38;lt;&#38;lt;&#38;lt;EOT&#60;br /&#62;
&#38;lt;script&#38;gt;&#60;br /&#62;
var RecaptchaOptions = {&#60;br /&#62;
   theme : 'clean'&#60;br /&#62;
};&#60;br /&#62;
`&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;No matter what, the default, 'red' theme appears..
&#60;/p&#62;</description>
</item>

</channel>
</rss>
