<?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 Tag: dev - Recent Posts</title>
		<link>https://legacy.forums.gravityhelp.com/tags/dev</link>
		<description>Gravity Support Forums Tag: dev - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 19:52:12 +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/tags/dev" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Exporting entries with checkboxes grouped"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/exporting-entries-with-checkboxes-grouped#post-376071</link>
			<pubDate>Thu, 25 Jul 2013 08:53:17 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">376071@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am afraid there isn't any news on this, when there is news about new features we will post it on our blog &#60;a href=&#34;http://www.gravityhelp.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Notes autoresponder"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notes-autoresponder#post-375989</link>
			<pubDate>Thu, 11 Jul 2013 20:57:52 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">375989@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could do something like this example: &#60;a href=&#34;http://pastie.org/8132836&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/8132836&#60;/a&#62; .&#60;/p&#62;
&#60;p&#62;Because we don't have any hooks specific to notes, you could use the gform_admin_pre_render hook (  &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_admin_pre_render&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_admin_pre_render&#60;/a&#62; ) to add some JQuery to the page. The JQuery is triggered when the add note button is clicked and takes the user entered text and adds on custom text to it so that the field has all that text before the data is POSTed. It also sets the subject.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>curtismchale on "Notes autoresponder"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notes-autoresponder#post-375781</link>
			<pubDate>Thu, 11 Jul 2013 12:27:57 +0000</pubDate>
			<dc:creator>curtismchale</dc:creator>
			<guid isPermaLink="false">375781@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It happens, thanks for updating now. I'll wait for an answer.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Notes autoresponder"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notes-autoresponder#post-374172</link>
			<pubDate>Wed, 10 Jul 2013 20:29:11 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">374172@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Curtis, we sent to the development team for their thoughts. Sorry we did not update this topic with that information.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>curtismchale on "Notes autoresponder"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notes-autoresponder#post-373518</link>
			<pubDate>Wed, 10 Jul 2013 13:10:09 +0000</pubDate>
			<dc:creator>curtismchale</dc:creator>
			<guid isPermaLink="false">373518@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Just thought I'd bump this since it was added during the holidays.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "1.7.6 - conditional logic, verified, causing jquery &#34;too much recursion&#34; error"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/176-conditional-logic-verified-causing-jquery-too-much-recursion-error#post-371374</link>
			<pubDate>Tue, 09 Jul 2013 14:07:27 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">371374@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Leo,&#60;/p&#62;
&#60;p&#62;As you're probably aware the jQuery &#34;too much recursion&#34; error is being caused by the deadlock cycle in the conditional logic setup of that form.&#60;/p&#62;
&#60;p&#62;Field 1 depends on fields 2, 3 and 4&#60;br /&#62;
Field 2 depends on fields 1, 3 and 4&#60;br /&#62;
Field 3 depends on fields 1, 2 and 4&#60;br /&#62;
Filed 4 depends on fields 1, 2 and 3&#60;/p&#62;
&#60;p&#62;At this time all we can suggest is you adjust your conditional logic to avoid the deadlock cycle.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chobson on "Upon update 1.5 you cannot use the email field to populate the username field!"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/upon-update-15-you-cannot-use-the-email-field-to-populate-the-username-field#post-366766</link>
			<pubDate>Sun, 07 Jul 2013 17:53:56 +0000</pubDate>
			<dc:creator>chobson</dc:creator>
			<guid isPermaLink="false">366766@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome! Thanks, that worked nicely.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kmtrent on "Exporting entries with checkboxes grouped"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/exporting-entries-with-checkboxes-grouped#post-362438</link>
			<pubDate>Thu, 04 Jul 2013 23:53:14 +0000</pubDate>
			<dc:creator>kmtrent</dc:creator>
			<guid isPermaLink="false">362438@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am also having an issue with this!  I use the values to calculate a total of checkboxes, but I need the information from the checkbox label for the entry.  Currently, I am only getting the value when an entry is submitted.   Please make this feature possible!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>curtismchale on "Notes autoresponder"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notes-autoresponder#post-362037</link>
			<pubDate>Thu, 04 Jul 2013 19:09:06 +0000</pubDate>
			<dc:creator>curtismchale</dc:creator>
			<guid isPermaLink="false">362037@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;My client would like to predefine the subject (and message) when they update the notes in the WordPress admin.&#60;/p&#62;
&#60;p&#62;It's a gardening site and they want to have a bunch of boiler plate text (predefined) then the custom notes text then some more boilerplate.&#60;/p&#62;
&#60;p&#62;I've looked at a bunch of hooks (gfrom_notification, gform_pre_submission) that look promising but they don't actually seem to run on the admin side. At least I'm not seeing any changes in the subject and messages that are getting sent.&#60;/p&#62;
&#60;p&#62;Here are a few code examples.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter( &#38;#39;gform_pre_submission_filter&#38;#39;, array( $this, &#38;#39;change&#38;#39; ) );

	public function change( $form ){
		$form[&#38;#39;autoResponder&#38;#39;][&#38;#39;subject&#38;#39;] = &#38;#39;custom subject&#38;#39;;

		return $form;
	} // change&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter( &#38;#39;gform_notification&#38;#39;, array( $this, &#38;#39;change&#38;#39; ), 10, 3 );

	public function change( $notification, $form, $entry ){

		$notification[&#38;#39;message&#38;#39;] = &#38;#39;custom message&#38;#39;;

		return $notification;

	} // change&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Obviously I'm using both inside a Class calling the filter inside the __construct.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "1.7.6 - conditional logic, verified, causing jquery &#34;too much recursion&#34; error"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/176-conditional-logic-verified-causing-jquery-too-much-recursion-error#post-361939</link>
			<pubDate>Thu, 04 Jul 2013 16:09:20 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">361939@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I will ask the developers to take a look at this when they return on Monday.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
