<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Captcha</title>
		<link>https://legacy.forums.gravityhelp.com/topic/captcha-1</link>
		<description>Gravity Support Forums Topic: Captcha</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 18:58:57 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/captcha-1" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Captcha"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/captcha-1#post-137349</link>
			<pubDate>Thu, 31 Jan 2013 08:23:44 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">137349@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for posting your solution.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aash1010 on "Captcha"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/captcha-1#post-136345</link>
			<pubDate>Wed, 30 Jan 2013 10:04:40 +0000</pubDate>
			<dc:creator>aash1010</dc:creator>
			<guid isPermaLink="false">136345@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;thanks for the answer;&#60;/p&#62;
&#60;p&#62;i have added a simple jquery code, no need of plugin etc. just add a numeric field activated required checkbox;&#60;/p&#62;
&#60;p&#62;name it e.g. &#34;2+2=? enter answer to prevent spam&#34;&#60;/p&#62;
&#60;p&#62;then add following code to header in document.ready function to achieve this.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;jQuery(&#38;quot;#gform_submit_button_1&#38;quot;).click(function(){
			var fval = $(&#38;quot;#input_1_6&#38;quot;).val();   //check out field id in my case its input_1_6
			if(fval == 4 )                           //if value is 4 simple submit
				gform_1.submit();
			else
			{
				$(&#38;quot;#input_1_6&#38;quot;).val(&#38;quot;&#38;quot;); //if other input just empty the field and submit it
				gform_1.submit();       //provide the error &#38;#39;Invalid answer&#38;#39;
			}
		return false;
		});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and you are done with 2+2=4 captcha....chill :-)&#60;/p&#62;
&#60;p&#62;thanks admin...i think this small hack will be helpful for those who don't want to use plugin...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Captcha"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/captcha-1#post-136213</link>
			<pubDate>Wed, 30 Jan 2013 08:10:59 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">136213@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The Really Simple Captcha plugin includes a math challenge (simple 2+2) - why are you unable to use it?&#60;/p&#62;
&#60;p&#62;We have a picatcha add-on as well, which was developed after this topic was started:&#60;/p&#62;
&#60;p&#62;Learn more: &#60;a href=&#34;http://picatcha.com/&#34; rel=&#34;nofollow&#34;&#62;http://picatcha.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Our add-on: &#60;a href=&#34;http://www.gravityforms.com/add-ons/picatcha/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityforms.com/add-ons/picatcha/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;We also have an anti-spam honeypot built in, and if your site uses Akismet, Gravity Forms can filter entries with Akismet as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aash1010 on "Captcha"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/captcha-1#post-136038</link>
			<pubDate>Wed, 30 Jan 2013 05:20:33 +0000</pubDate>
			<dc:creator>aash1010</dc:creator>
			<guid isPermaLink="false">136038@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;repeating jessiemary question i need a simple 2+2 simple question to ask to avoid spam...&#60;br /&#62;
the two answers;&#60;/p&#62;
&#60;p&#62;1) conditional logic (not feasible)&#60;br /&#62;
2) Really Simple Captcha plugin is not useful either moreover i am unable to use it.&#60;/p&#62;
&#60;p&#62;is there any simple chunk of code that i place in the plugin to achieve the goal?&#60;/p&#62;
&#60;p&#62;otherwise it will be difficult for me.&#60;/p&#62;
&#60;p&#62;looking for best answer. thanks in advance&#60;/p&#62;
&#60;p&#62;best regards,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Captcha"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/captcha-1#post-56252</link>
			<pubDate>Mon, 23 Apr 2012 16:12:16 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">56252@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you have the Really Simple Captcha plugin installed, you'll see that as an option to the reCaptcha field in Gravity Forms. Part of that is a random &#34;math challenge&#34; option that will do what you're asking.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/really-simple-captcha/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/really-simple-captcha/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>satish730 on "Captcha"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/captcha-1#post-56239</link>
			<pubDate>Mon, 23 Apr 2012 15:36:18 +0000</pubDate>
			<dc:creator>satish730</dc:creator>
			<guid isPermaLink="false">56239@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We are in conversation with Gravity Forms folks on the possibility of making our image-identification CAPTCHAs be available as an Add-On.&#60;br /&#62;
Demo - &#60;a href=&#34;http://www.picatcha.com/pixcaptcha&#34; rel=&#34;nofollow&#34;&#62;http://www.picatcha.com/pixcaptcha&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You could try our version of the plugin here - &#60;a href=&#34;http://wordpress.org/extend/plugins/picatcha-for-gravity-forms/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/picatcha-for-gravity-forms/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Captcha"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/captcha-1#post-55713</link>
			<pubDate>Wed, 18 Apr 2012 15:14:21 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">55713@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could actually setup the 1+1 piece on your own using conditional logic on the submit button. So you could have a number field with a description (instructions 1+1=?) and then set the conditional logic to not show the submit button unless the value of that field is 2.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jessiemary on "Captcha"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/captcha-1#post-55712</link>
			<pubDate>Wed, 18 Apr 2012 15:06:06 +0000</pubDate>
			<dc:creator>jessiemary</dc:creator>
			<guid isPermaLink="false">55712@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Do you offer offer options for type of Captcha?  I hate the scrambled word type and want to find a form program that offers an alternative, either 1+1= question type, or really anything.  Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
