<?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: Re-captcha not working with gform_field_value_ filter.</title>
		<link>https://legacy.forums.gravityhelp.com/topic/re-captcha-not-working-with-gform_field_value_-filter</link>
		<description>Gravity Support Forums Topic: Re-captcha not working with gform_field_value_ filter.</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 21:02:34 +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/re-captcha-not-working-with-gform_field_value_-filter" rel="self" type="application/rss+xml" />

		<item>
			<title>Dana Cobb on "Re-captcha not working with gform_field_value_ filter."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/re-captcha-not-working-with-gform_field_value_-filter#post-66922</link>
			<pubDate>Wed, 18 Jul 2012 15:02:21 +0000</pubDate>
			<dc:creator>Dana Cobb</dc:creator>
			<guid isPermaLink="false">66922@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, Miramedia,&#60;/p&#62;
&#60;p&#62;Were you able to figure out your issue? If not, can you provide us with the information David requested, or even a WP admin login so we can check out the form setup ourselves? I would like to try and reproduce the issue you are having, but I am flying blind here with not knowing the form setup and the functions in use.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Re-captcha not working with gform_field_value_ filter."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/re-captcha-not-working-with-gform_field_value_-filter#post-65954</link>
			<pubDate>Thu, 12 Jul 2012 10:40:38 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">65954@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've sent a note to the developers. Which versions of WordPress and Gravity Forms are you using and can you send an XML export of your form and your functions.php file to &#60;a href=&#34;mailto:peralty@rocketgenius.com&#34;&#62;peralty@rocketgenius.com&#60;/a&#62; ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Miramedia on "Re-captcha not working with gform_field_value_ filter."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/re-captcha-not-working-with-gform_field_value_-filter#post-65953</link>
			<pubDate>Thu, 12 Jul 2012 10:32:50 +0000</pubDate>
			<dc:creator>Miramedia</dc:creator>
			<guid isPermaLink="false">65953@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a form set up to replace the multisite registration process, fairly standard. It has a re-captcha field. The one thing it does that deviates from the norm, is that it generates the username randomly with a filter much like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter( &#38;#39;gform_field_value_my_custom_field_name&#38;#39;, &#38;#39;gform_field_value_my_custom_field_name&#38;#39; );
function gform_field_value_my_custom_field_name( $value ){
  error_log( &#38;quot;GForm Filter Triggered&#38;quot; );
  while( !$value ) :
    $value = &#38;#39;textstring&#38;#39; . sprintf( &#38;quot;%05d&#38;quot;, rand(0,99999) );
  endwhile;
  return $value;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This works without the re-captcha. However, with it on, the filter does not run.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
