<?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: jfarsen</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/jfarsen'>jfarsen</a></link>
		<description>Gravity Support Forums User Favorites: jfarsen</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:45:00 +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>whershfeld on "Posting Data to External Script/URL"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/posting-data-to-external-scripturl#post-62728</link>
			<pubDate>Fri, 15 Jun 2012 17:02:21 +0000</pubDate>
			<dc:creator>whershfeld</dc:creator>
			<guid isPermaLink="false">62728@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Bump ++ Very interested to know if GF can post to a custom PHP script....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jcole on "Posting Data to External Script/URL"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/posting-data-to-external-scripturl#post-59758</link>
			<pubDate>Mon, 21 May 2012 19:37:07 +0000</pubDate>
			<dc:creator>jcole</dc:creator>
			<guid isPermaLink="false">59758@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a similar issue where I need to post to a PHP script on the server (ie. not external) which takes form values and generates a PDF.  &#60;/p&#62;
&#60;p&#62;Is there a recommended method for doing this?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
John
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yannibmbr on "Posting Data to External Script/URL"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/posting-data-to-external-scripturl#post-57189</link>
			<pubDate>Tue, 01 May 2012 13:15:35 +0000</pubDate>
			<dc:creator>yannibmbr</dc:creator>
			<guid isPermaLink="false">57189@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Bump. =)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yannibmbr on "Posting Data to External Script/URL"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/posting-data-to-external-scripturl#post-56573</link>
			<pubDate>Wed, 25 Apr 2012 18:07:17 +0000</pubDate>
			<dc:creator>yannibmbr</dc:creator>
			<guid isPermaLink="false">56573@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey David,&#60;br /&#62;
Thanks for the reply.&#60;/p&#62;
&#60;p&#62;There's a site I'm moving over to WordPress. They have a newsletter subscription form they use, currently. They get a lot of bogus signups. So I thought I could use Gravity Forms to submit the data to the form script using Post Method, while providing a verification process (recaptcha).&#60;/p&#62;
&#60;p&#62;Does that make sense?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Posting Data to External Script/URL"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/posting-data-to-external-scripturl#post-56530</link>
			<pubDate>Wed, 25 Apr 2012 14:04:01 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">56530@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;As it is currently, no that wouldn't work. You'll have to customize it a bit more to make it work. First, the form ID, then removing the note, and putting in the field ID numbers into the echo statements you have prepared. &#60;/p&#62;
&#60;p&#62;Can you tell me more about what you are trying to accomplish and why? I might be able to help you with an easier/better solution if I had a better understanding of what your goal is.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yannibmbr on "Posting Data to External Script/URL"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/posting-data-to-external-scripturl#post-56528</link>
			<pubDate>Wed, 25 Apr 2012 13:31:34 +0000</pubDate>
			<dc:creator>yannibmbr</dc:creator>
			<guid isPermaLink="false">56528@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'd like to use Gravity Forms to post data to an external PHP script, located here: &#60;a href=&#34;http://www.foothillunitycenter.org/forms/emaillistform/emailform.php&#34; rel=&#34;nofollow&#34;&#62;http://www.foothillunitycenter.org/forms/emaillistform/emailform.php&#60;/a&#62;, rather than use the existing form, because I do want to include some form validation here.&#60;/p&#62;
&#60;p&#62;I found this discussion on the topic: &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/cant-find-any-instructions-to-post-form-data-to-external-url&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/cant-find-any-instructions-to-post-form-data-to-external-url&#60;/a&#62; - which I think would pretty much resolve my issue, but I haven't been able to get it to work yet.&#60;/p&#62;
&#60;p&#62;For what I want to accomplish, do I need to add any code to functions.php? IF so, would this code work:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_action(&#38;quot;gform_post_submission&#38;quot;, &#38;quot;post_to_newsletter&#38;quot;, 10, 2);

function post_to_newsletter($entry, $form){
    if($form[&#38;quot;id&#38;quot;] != 3) //NOTE: replace 3 with your form id
        return;
    ?&#38;gt;
        &#38;lt;form method=&#38;quot;post&#38;quot; action=&#38;quot;http://www.foothillunitycenter.org/forms/emaillistform/emailform.php&#38;quot; name=&#38;quot;post_to_newsletter&#38;quot; id=&#38;quot;post_to_newsletter&#38;quot;&#38;gt;
            &#38;lt;input type=&#38;quot;text&#38;quot; id=&#38;quot;name&#38;quot; name=&#38;quot;Name&#38;quot; value=&#38;quot;&#38;lt;?php echo $entry[&#38;quot;name&#38;quot;] ?&#38;gt;&#38;quot; /&#38;gt;
            &#38;lt;input type=&#38;quot;text&#38;quot; id=&#38;quot;email&#38;quot; name=&#38;quot;Email&#38;quot; value=&#38;quot;&#38;lt;?php echo $entry[&#38;quot;email&#38;quot;] ?&#38;gt;&#38;quot; /&#38;gt;

            NOTE: $entry[&#38;quot;1&#38;quot;] will return field with ID=1. You can view the field ID by inspecting that input&#38;#39;s markup
            .... add your other fields here

        &#38;lt;/form&#38;gt;
        &#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
            document.getElementById(&#38;quot;post_to_newsletter&#38;quot;).submit();
        &#38;lt;/script&#38;gt;
    &#38;lt;?php
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I did try it, and it didn't seem to do anything.&#60;/p&#62;
&#60;p&#62;The other thing I tried was to setup a redirect in form settings. Under the confirmation tab, I entered the URL to the php form and then added teh following merge tags: name={Name:1}&#38;amp;email{Email:2} and that didn't seem to do the trick either.&#60;/p&#62;
&#60;p&#62;If anyone could guide me to the right path, that would be rad.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
