<?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: Form action customization</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-action-customization</link>
		<description>Gravity Support Forums Topic: Form action customization</description>
		<language>en-US</language>
		<pubDate>Thu, 16 Apr 2026 14:04:44 +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/form-action-customization" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Form action customization"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-action-customization#post-65569</link>
			<pubDate>Tue, 10 Jul 2012 12:32:24 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">65569@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gravity Forms doesn't let you change where a form is submitted. The easiest way to do this with no coding would be to use conditional logic. You could have images in HTML blocks remain hidden until an option is selected. So someone selects pink, and the pink image html block shows. You could use absolute positioning to stack transparent PNG's. &#60;/p&#62;
&#60;p&#62;That would probably be the easiest way to do this. As for query strings, if you go to your form, click on the title and go to confirmation, you can see you can select Redirect. You can choose to redirect it to another page, or to the same page, and then check off Pass Field Data Via Query String. Then you can do your name={name:8} or whatever the field name is.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>awennerlind on "Form action customization"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-action-customization#post-65543</link>
			<pubDate>Tue, 10 Jul 2012 11:19:23 +0000</pubDate>
			<dc:creator>awennerlind</dc:creator>
			<guid isPermaLink="false">65543@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Also, I guess it would help if you knew that I am trying to use the GD Library and ImageMagick to return a final composite image using the form's inputted data. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>awennerlind on "Form action customization"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-action-customization#post-65356</link>
			<pubDate>Mon, 09 Jul 2012 11:47:32 +0000</pubDate>
			<dc:creator>awennerlind</dc:creator>
			<guid isPermaLink="false">65356@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;David,&#60;/p&#62;
&#60;p&#62;You lost me at query strings. Haha. I'm a bit of a newbie to all of this, but what I think is going on on the site I linked to is that they are somehow using your forms to easily make forms with a different form actions for each one. For example, in the code below I am trying to use $GET to pass the data entered in the form through code on the page index.php. I have assigned each option a variable ie &#34;TextColor,&#34; &#34;FIrstLine&#34; &#34;SecondLine&#34; etc using name=&#34;&#34;. I would want the ability to edit these names in the form and the form action for each form I just wasn't sure to go about doing that.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;form enctype=&#38;quot;multipart/form-data&#38;quot; form action=&#38;quot;index.php&#38;quot; method=&#38;quot;get&#38;quot;&#38;gt;
&#38;lt;/select&#38;gt;Text Color&#38;lt;select name=&#38;quot;TextColor&#38;quot;&#38;gt;
	&#38;lt;option value=&#38;quot;Pink&#38;quot;&#38;gt;Pink&#38;lt;/option&#38;gt;
	&#38;lt;option value=&#38;quot;LightPink&#38;quot;&#38;gt;Light Pink&#38;lt;/option&#38;gt;
	&#38;lt;option value=&#38;quot;Yellow&#38;quot;&#38;gt;Yellow&#38;lt;/option&#38;gt;
	&#38;lt;option value=&#38;quot;Blue&#38;quot;&#38;gt;Blue&#38;lt;/option&#38;gt;
&#38;lt;/select&#38;gt;
First Line &#38;lt;input type=&#38;quot;text&#38;quot; name=&#38;quot;FirstLine&#38;quot; /&#38;gt;
Second Line &#38;lt;input type=&#38;quot;text&#38;quot; name=&#38;quot;SecondLine&#38;quot; /&#38;gt;
Third Line &#38;lt;textarea rows=&#38;quot;10&#38;quot; cols=&#38;quot;30&#38;quot; name=&#38;quot;ThirdLine&#38;quot; /&#38;gt;
&#38;lt;/textarea&#38;gt;
&#38;lt;input type=&#38;quot;submit&#38;quot; value=&#38;quot;Submit&#38;quot; /&#38;gt;
&#38;lt;/form&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Form action customization"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-action-customization#post-65323</link>
			<pubDate>Mon, 09 Jul 2012 08:29:37 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">65323@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;awennerlind - Can you give me more information? You are using Gravity Forms redirect with query strings to another form and then using $_GET to pull date from the URL in another Gravity Form?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>awennerlind on "Form action customization"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-action-customization#post-65274</link>
			<pubDate>Sun, 08 Jul 2012 18:20:30 +0000</pubDate>
			<dc:creator>awennerlind</dc:creator>
			<guid isPermaLink="false">65274@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey David,&#60;/p&#62;
&#60;p&#62;I have a similar question. I am using different $_GET urls for each form. To give you an idea of what I am trying to accomplish, it is an action very similar to what is going on here: &#60;a href=&#34;http://www.weddingchicks.com/freebies/invitation-suites/mason-jar-invitation-suite/&#34; rel=&#34;nofollow&#34;&#62;http://www.weddingchicks.com/freebies/invitation-suites/mason-jar-invitation-suite/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Possible with hooks like the ones you linked to?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Form action customization"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-action-customization#post-63080</link>
			<pubDate>Wed, 20 Jun 2012 12:20:09 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">63080@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gravity Forms doesn't allow you to change where it submits information. It has to submit to itself to be able to generate the lead, create notifications, test to make sure requirements and conditions are met. You can extend Gravity Forms using hooks. If you need something custom developed by a PHP programmer, please post the job in our Job Forum.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Form action customization"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-action-customization#post-63079</link>
			<pubDate>Wed, 20 Jun 2012 12:18:56 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">63079@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here is information on where code goes:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Pieter van der Gulik on "Form action customization"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-action-customization#post-63076</link>
			<pubDate>Wed, 20 Jun 2012 12:04:40 +0000</pubDate>
			<dc:creator>Pieter van der Gulik</dc:creator>
			<guid isPermaLink="false">63076@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks David, but do I have to include this code into form_display.php?&#60;br /&#62;
Why can't I write this code in every seperate form setting itself? &#60;/p&#62;
&#60;p&#62;(I'm not a programmer, sorry if this question is silly ;-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Form action customization"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-action-customization#post-63071</link>
			<pubDate>Wed, 20 Jun 2012 11:44:53 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">63071@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The hooks you'll want are:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_after_submission&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_after_submission&#60;/a&#62;&#60;br /&#62;
and/or&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_post_submission&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_post_submission&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Pieter van der Gulik on "Form action customization"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-action-customization#post-63065</link>
			<pubDate>Wed, 20 Jun 2012 11:12:38 +0000</pubDate>
			<dc:creator>Pieter van der Gulik</dc:creator>
			<guid isPermaLink="false">63065@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The user data will be post to an extern website, that is all. Thanks for replying so soon David.&#60;br /&#62;
Greetz, Annet
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
