<?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: Pass data from form to external URL via a Web Service call</title>
		<link>https://legacy.forums.gravityhelp.com/topic/pass-data-from-form-to-external-url-via-a-web-service-call</link>
		<description>Gravity Support Forums Topic: Pass data from form to external URL via a Web Service call</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:40:03 +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/pass-data-from-form-to-external-url-via-a-web-service-call" rel="self" type="application/rss+xml" />

		<item>
			<title>daniebroz on "Pass data from form to external URL via a Web Service call"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-data-from-form-to-external-url-via-a-web-service-call#post-88489</link>
			<pubDate>Wed, 07 Nov 2012 16:27:21 +0000</pubDate>
			<dc:creator>daniebroz</dc:creator>
			<guid isPermaLink="false">88489@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I figured out another way to approach this by using the product fielid instead.  Thanks for your hellp!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daniebroz on "Pass data from form to external URL via a Web Service call"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-data-from-form-to-external-url-via-a-web-service-call#post-88097</link>
			<pubDate>Tue, 06 Nov 2012 19:42:49 +0000</pubDate>
			<dc:creator>daniebroz</dc:creator>
			<guid isPermaLink="false">88097@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I figured out the unique numbering by using this post&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/guid-entry-id#post-1491&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/guid-entry-id#post-1491&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I am writing the code for the gform_after_submission&#60;br /&#62;
I have a product field that uses radio button options, how can I pull the chosen options Price into my&#60;br /&#62;
  $body = array (&#60;br /&#62;
        'Amount' =&#38;gt; $entry{}&#60;/p&#62;
&#60;p&#62;It seems I need a if...else statement.  Will this accomplish what I need?  &#60;a href=&#34;http://pastie.org/5337585&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/5337585&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daniebroz on "Pass data from form to external URL via a Web Service call"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-data-from-form-to-external-url-via-a-web-service-call#post-88043</link>
			<pubDate>Tue, 06 Nov 2012 16:41:18 +0000</pubDate>
			<dc:creator>daniebroz</dc:creator>
			<guid isPermaLink="false">88043@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It is working now, thanks.&#60;/p&#62;
&#60;p&#62;How would I add the entry ID to this code to send as a unique invoice number.  After reading some post on creating unique number is seems that would be easiest.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Pass data from form to external URL via a Web Service call"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-data-from-form-to-external-url-via-a-web-service-call#post-88029</link>
			<pubDate>Tue, 06 Nov 2012 15:57:38 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">88029@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It does go into your theme's functions.php file, and what error are you getting when you use this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daniebroz on "Pass data from form to external URL via a Web Service call"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-data-from-form-to-external-url-via-a-web-service-call#post-88026</link>
			<pubDate>Tue, 06 Nov 2012 15:39:52 +0000</pubDate>
			<dc:creator>daniebroz</dc:creator>
			<guid isPermaLink="false">88026@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;this is what I created to test &#60;a href=&#34;http://pastie.org/5336518.js&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/5336518.js&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;when I inserted into my functions.php, I get an error
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daniebroz on "Pass data from form to external URL via a Web Service call"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-data-from-form-to-external-url-via-a-web-service-call#post-88023</link>
			<pubDate>Tue, 06 Nov 2012 15:35:37 +0000</pubDate>
			<dc:creator>daniebroz</dc:creator>
			<guid isPermaLink="false">88023@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Also do I place this code in my themes functions.php?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daniebroz on "Pass data from form to external URL via a Web Service call"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-data-from-form-to-external-url-via-a-web-service-call#post-88018</link>
			<pubDate>Tue, 06 Nov 2012 15:24:07 +0000</pubDate>
			<dc:creator>daniebroz</dc:creator>
			<guid isPermaLink="false">88018@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, I did look at that post also.   So if I am understanding it correctly it would look like:&#60;/p&#62;
&#60;p&#62;'first_name' =&#38;gt; $entry['1.3'],       -   the 1.3 is the input name of the field on the form?&#60;/p&#62;
&#60;p&#62;Would I replace this:&#60;br /&#62;
 $response = $request-&#38;gt;post($post_url, array('body' =&#38;gt; $body));&#60;/p&#62;
&#60;p&#62;with: $response = $request-&#38;gt;post($post_url, array('CreditCharge' =&#38;gt; $body));
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Pass data from form to external URL via a Web Service call"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-data-from-form-to-external-url-via-a-web-service-call#post-87947</link>
			<pubDate>Tue, 06 Nov 2012 10:49:04 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">87947@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Have you had a look at the following?&#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;/p&#62;
&#60;p&#62;This might help you pass details to your script.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daniebroz on "Pass data from form to external URL via a Web Service call"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pass-data-from-form-to-external-url-via-a-web-service-call#post-87711</link>
			<pubDate>Mon, 05 Nov 2012 20:49:49 +0000</pubDate>
			<dc:creator>daniebroz</dc:creator>
			<guid isPermaLink="false">87711@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I need to create a form that collects data and then will pass it on to this Web Service&#60;br /&#62;
&#60;a href=&#34;https://weblogin.newbenefits.com/WLAuthNET/WLAuthNET.asmx&#34; rel=&#34;nofollow&#34;&#62;https://weblogin.newbenefits.com/WLAuthNET/WLAuthNET.asmx&#60;/a&#62;  (only using the CreditCharge call)&#60;/p&#62;
&#60;p&#62;I have started creating the form &#60;a href=&#34;http://www.fundraisingmidwest.com/?gf_page=preview&#38;amp;id=9&#34; rel=&#34;nofollow&#34;&#62;http://www.fundraisingmidwest.com/?gf_page=preview&#38;amp;id=9&#60;/a&#62;&#60;br /&#62;
but need to figure out how to pass the data.&#60;/p&#62;
&#60;p&#62;I am still new to web service calls and have been researching, it seems that it can be accomplished using Gravity Forms but the best approach is where I am stuck.&#60;/p&#62;
&#60;p&#62;I came across this post  &#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 is helpful but I am still learning all of this and have some questions:&#60;/p&#62;
&#60;p&#62;I think I will need to create additional PHP to POST the data.  But I might be making it more complicated.  Would it be possible to just use the Confirmation redirect?&#60;/p&#62;
&#60;p&#62;I have also read another post on using a before Submission Hook.   It will be collecting credit card information which I really do not want them stored on my site I would rather it just be passed through.  &#60;/p&#62;
&#60;p&#62;Thoughts?  Your help is greatly appreciated!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
