<?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: Captcha</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Captcha</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 00:06:00 +0000</pubDate>

<item>
<title>yuniar on "[closed] Captcha"</title>
<link>https://www.machform.com/forums/topic/captcha#post-297</link>
<pubDate>Thu, 15 Nov 2007 10:28:22 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">297@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I'm afraid there is no easy way to use another Captcha implementation than the current one.&#60;/p&#62;
&#60;p&#62;We decided to go with reCAPTCHA since it is run by the original creators of CAPTCHA and has the highest security standards. Many other implementations of CAPTCHAs can be easily broken.&#60;/p&#62;
&#60;p&#62;Other implementation also requires GD image library, which not all hosting support it.&#60;br /&#62;
However, I do realized that reCaptcha won't be perfect for everybody.&#60;/p&#62;
&#60;p&#62;Regarding the looks and feel of the CAPTCHA, actually you could customize it to suit your site.&#60;/p&#62;
&#60;p&#62;The default color is red, but you could change it to 'white','blackglass','clean' and 'custom'.&#60;/p&#62;
&#60;p&#62;I haven't put any documentation regarding this yet, but here's how:&#60;/p&#62;
&#60;p&#62;Open your &#60;strong&#62;hooks/custom_hooks.php&#60;/strong&#62; file, you'll see sample hooks code. Particularly this one:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function form2_hook_pre_captcha(){
		$capthca_theme =&#38;lt;&#38;lt;&#38;lt;EOT
&#38;lt;script&#38;gt;
var RecaptchaOptions = {
   theme : &#38;#39;blackglass&#38;#39;
};
&#38;lt;/script&#38;gt;
EOT;
		return $capthca_theme;
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
This function is being used to customize your captcha color.&#60;br /&#62;
Uncomment that function and change the &#60;strong&#62;themes&#60;/strong&#62; with the value I mentioned above.&#60;/p&#62;
&#60;p&#62;Also, change the fuction name to use your form id.&#60;br /&#62;
So for example this form &#60;a href=&#34;http://www.appnitro.com/demo/view.php?id=7&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/demo/view.php?id=7&#60;/a&#62; has form id &#60;strong&#62;7&#60;/strong&#62;. The code would be:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function form7_hook_pre_captcha(){
		$capthca_theme =&#38;lt;&#38;lt;&#38;lt;EOT
&#38;lt;script&#38;gt;
var RecaptchaOptions = {
   theme : &#38;#39;blackglass&#38;#39;
};
&#38;lt;/script&#38;gt;
EOT;
		return $capthca_theme;
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
I hope I'm being clear for you. Otherwise feel free to ask.
&#60;/p&#62;</description>
</item>
<item>
<title>chickc on "[closed] Captcha"</title>
<link>https://www.machform.com/forums/topic/captcha#post-293</link>
<pubDate>Thu, 15 Nov 2007 00:42:27 +0000</pubDate>
<dc:creator>chickc</dc:creator>
<guid isPermaLink="false">293@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Is there a way to use another for of Captcha that the default??&#60;/p&#62;
&#60;p&#62;The existing one makes your beautiful forms look very ugly, not to mention its a bit of a pain in the butt to work with and slows the process down having to type two words or trying to listen to the very weird audio version/&#60;/p&#62;
&#60;p&#62;Love this application. Will have more questions as I am getting used to it..
&#60;/p&#62;</description>
</item>

</channel>
</rss>
