<?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 User Favorites: lkraav</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/lkraav'>lkraav</a></link>
		<description>Gravity Support Forums User Favorites: lkraav</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 14:16:29 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>alexleonard on "Advanced Form Settings: Custom Action URL"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/advanced-form-settings-custom-action-url#post-71618</link>
			<pubDate>Sun, 19 Aug 2012 15:20:20 +0000</pubDate>
			<dc:creator>alexleonard</dc:creator>
			<guid isPermaLink="false">71618@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry to re-awaken this one but I've just encountered a problem with this approach..&#60;/p&#62;
&#60;p&#62;So I added a custom action to one specific form on the site and it worked great - sends the data along to a custom URL so I can do some very custom processing of that data.&#60;/p&#62;
&#60;p&#62;However a couple of things are broken as a result of this - gravity forms &#34;page breaks&#34; and validation of &#34;required&#34; or special fields.&#60;/p&#62;
&#60;p&#62;When I put in any &#34;page breaks&#34; and click the 'next' button it instantly takes me to the form's custom action URL.&#60;/p&#62;
&#60;p&#62;Any suggestions? The main reason I decided to stick with Gravity Forms on this particular form on the website was to get the paging functionality and validation and not have to worry about those items myself.&#60;/p&#62;
&#60;p&#62;Unfortunately I really need the custom action url because I need to check the submitted data against the database and if the user has previously submitted a form then I append details to their previous record, but if they haven't then I create a new record for them.&#60;/p&#62;
&#60;p&#62;Cheers!&#60;br /&#62;
Alex
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexleonard on "Advanced Form Settings: Custom Action URL"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/advanced-form-settings-custom-action-url#post-68066</link>
			<pubDate>Thu, 26 Jul 2012 11:34:01 +0000</pubDate>
			<dc:creator>alexleonard</dc:creator>
			<guid isPermaLink="false">68066@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sweet! Thanks David. I think that might help me comprehend the dev tags a lot better as well :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Advanced Form Settings: Custom Action URL"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/advanced-form-settings-custom-action-url#post-68064</link>
			<pubDate>Thu, 26 Jul 2012 11:16:11 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">68064@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can do a test early on like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($form[&#38;quot;id&#38;quot;] != 5)
       return $form;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That way it will only process the rest of your code if the form ID is 5.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexleonard on "Advanced Form Settings: Custom Action URL"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/advanced-form-settings-custom-action-url#post-68063</link>
			<pubDate>Thu, 26 Jul 2012 11:12:02 +0000</pubDate>
			<dc:creator>alexleonard</dc:creator>
			<guid isPermaLink="false">68063@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I've been reading through this and the gform_form_tag docs (&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_form_tag&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_form_tag&#60;/a&#62;) and I'm failing to understand one thing.. I want to only implement this on one of my 12 gravity forms on my site.&#60;/p&#62;
&#60;p&#62;I'm trying to do something extremely complex with one particular form and I've come to the decision that I really need to write a custom script to process the form but I don't want to manually create the form as I'll lose all the useful multi paging etc.&#60;/p&#62;
&#60;p&#62;How do I apply this filter to only affect the action of a form of a particular ID?&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Alex
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lkraav on "List required fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/list-required-fields#post-62128</link>
			<pubDate>Mon, 11 Jun 2012 12:19:30 +0000</pubDate>
			<dc:creator>lkraav</dc:creator>
			<guid isPermaLink="false">62128@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://gravitywiz.com/2012/06/03/set-number-of-list-field-rows-by-field-value/&#34; rel=&#34;nofollow&#34;&#62;http://gravitywiz.com/2012/06/03/set-number-of-list-field-rows-by-field-value/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Here Gravity Wiz has promised to come up with something for exactly this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>All on "List required fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/list-required-fields#post-62127</link>
			<pubDate>Mon, 11 Jun 2012 12:15:11 +0000</pubDate>
			<dc:creator>All</dc:creator>
			<guid isPermaLink="false">62127@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;i was talking about required fields in the rows/columns which is the similar concern you have of not having true validation in the fields.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Pre-populated values are lost when toggling conditional logic (demo available)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pre-populated-values-are-lost-when-toggling-conditional-logic-demo-available#post-62081</link>
			<pubDate>Mon, 11 Jun 2012 08:29:02 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">62081@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad to help out!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lkraav on "gform_post_paging parameters don&#039;t match $form[ &#34;pagination&#34; ][ &#34;pages&#34; ], "</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform_post_paging-parameters-dont-match-form-pagination-pages-why#post-61992</link>
			<pubDate>Sat, 09 Jun 2012 09:18:26 +0000</pubDate>
			<dc:creator>lkraav</dc:creator>
			<guid isPermaLink="false">61992@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;pre&#62;&#60;code&#62;pages (Array, 4 elements)
    0 (String, 10 characters ) Konverents
    1 (String, 7 characters ) Majutus
    2 (String, 13 characters ) Kontaktandmed
    3 (String, 11 characters ) Kinnitamine&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;OK, we have zero-based indexing.&#60;/p&#62;
&#60;p&#62;But inside gform_post_paging:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$coming_from == (String, 1 characters ) 3
$current_page == (String, 1 characters ) 4&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Why one-based indexing?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lkraav on "Pre-populated values are lost when toggling conditional logic (demo available)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pre-populated-values-are-lost-when-toggling-conditional-logic-demo-available#post-61991</link>
			<pubDate>Sat, 09 Jun 2012 09:01:18 +0000</pubDate>
			<dc:creator>lkraav</dc:creator>
			<guid isPermaLink="false">61991@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It seems this is going to be fixed with 1.6.4.5.1 release. Thanks, Rob.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lkraav on "List required fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/list-required-fields#post-61966</link>
			<pubDate>Fri, 08 Jun 2012 16:12:56 +0000</pubDate>
			<dc:creator>lkraav</dc:creator>
			<guid isPermaLink="false">61966@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Are you talking about required rows or columns?&#60;/p&#62;
&#60;p&#62;I'm wondering how come by default multi column *Required List control passes validation when you only fill out the first field.&#60;/p&#62;
&#60;p&#62;Is this supposed to be left for custom validation hooks? Seems doubtful.&#60;/p&#62;
&#60;p&#62;v1.6.4.5
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
