<?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: Auto-submitting form data from a query string</title>
		<link>https://legacy.forums.gravityhelp.com/topic/auto-submitting-form-data-from-a-query-string</link>
		<description>Gravity Support Forums Topic: Auto-submitting form data from a query string</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 02:01:26 +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/auto-submitting-form-data-from-a-query-string" rel="self" type="application/rss+xml" />

		<item>
			<title>jckpalmer on "Auto-submitting form data from a query string"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/auto-submitting-form-data-from-a-query-string#post-24866</link>
			<pubDate>Thu, 05 May 2011 13:15:04 +0000</pubDate>
			<dc:creator>jckpalmer</dc:creator>
			<guid isPermaLink="false">24866@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Did you get any where with this, it's interesting as it seems like the perfect solution the the problem I have with including my form in Facebook iFrame and posting the data string to InfusionSoft.&#60;/p&#62;
&#60;p&#62;So here's the set-up:&#60;/p&#62;
&#60;p&#62;(My word press site) &#38;gt; Gravity Form &#38;gt; Facebook iFrame &#38;gt; InfusionSoft&#60;/p&#62;
&#60;p&#62;Of course I expect the gravity forms data to populate my InfusionSoft database from my word press site AND the Facebook iFrame.&#60;/p&#62;
&#60;p&#62;Should I put this in a  new post? Shall I add more details. Let me know guys if this has been done or discussed, I couldn't find it anywhere.&#60;/p&#62;
&#60;p&#62;The guys at infusion soft seem to think that as long as I inject the right $POST data into the Gravity Form it should work. I'm testing currently here: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://seattlemortgageadvice.com/infusion-gravity-form/&#34; rel=&#34;nofollow&#34;&#62;http://seattlemortgageadvice.com/infusion-gravity-form/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Here's my Gravity Form:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://seattlemortgageadvice.com/purchase-builder/&#34; rel=&#34;nofollow&#34;&#62;http://seattlemortgageadvice.com/purchase-builder/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Many thanks for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>orangeapple on "Auto-submitting form data from a query string"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/auto-submitting-form-data-from-a-query-string#post-10014</link>
			<pubDate>Fri, 17 Sep 2010 20:45:04 +0000</pubDate>
			<dc:creator>orangeapple</dc:creator>
			<guid isPermaLink="false">10014@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ha. If you email me I'll show you a working code example (minus the form submitting, of course). &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;mailto:jmw@orangeapple.com&#34;&#62;jmw@orangeapple.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Auto-submitting form data from a query string"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/auto-submitting-form-data-from-a-query-string#post-10011</link>
			<pubDate>Fri, 17 Sep 2010 19:43:51 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">10011@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;And then I realized that I lied. The above does not working on external URLs which kind of defeats the purpose. I'll revisit as time allows.&#60;/p&#62;
&#60;p&#62;Haha, sorry for the burst of false hope.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Auto-submitting form data from a query string"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/auto-submitting-form-data-from-a-query-string#post-10010</link>
			<pubDate>Fri, 17 Sep 2010 19:25:45 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">10010@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Orange,&#60;/p&#62;
&#60;p&#62;So... I had never made a bookmarklet before so that was step one. It sounds like you've got the gist of the bookmarklet, so all you really need is this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$.post(&#38;#39;http://gravityforms.ounceoftalent.com/boom/&#38;#39;, { &#38;quot;input_1_3&#38;quot; : &#38;quot;David&#38;quot;, &#38;quot;input_1_6&#38;quot; : &#38;quot;Smith&#38;quot;, &#38;quot;input_2&#38;quot; : &#38;quot;spivurno@gmail.com&#38;quot;, &#38;quot;input_3&#38;quot; : &#38;quot;Just a little content.&#38;quot;, &#38;quot;is_submit_8&#38;quot; : &#38;quot;1&#38;quot;});&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;You'll want to run this in your bookmarklet code wherever you are trying to submit the Gravity Form. This assumes that you are loading jQuery through your bookmarklet, otherwise you'll have to do the ajax the old fashioned way (gross!). You'll want to update &#60;strong&#62;&#60;a href=&#34;http://gravityforms.ounceoftalent.com/boom/&#34; rel=&#34;nofollow&#34;&#62;http://gravityforms.ounceoftalent.com/boom/&#60;/a&#62;&#60;/strong&#62; to the URL of your form and each &#60;strong&#62;&#34;input_1_?&#34;&#60;/strong&#62; based on the corresponding field id's in your form. The last value you'll want to update is &#34;is_submit_8&#34;, replacing &#34;8&#34; with the ID of your form.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Update:&#60;/strong&#62; the forum parser strips out the bookmarklet link so... I just took that out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>orangeapple on "Auto-submitting form data from a query string"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/auto-submitting-form-data-from-a-query-string#post-10005</link>
			<pubDate>Fri, 17 Sep 2010 17:12:07 +0000</pubDate>
			<dc:creator>orangeapple</dc:creator>
			<guid isPermaLink="false">10005@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;They won't actually see the page at all. They'll be clicking the bookmarklet from another page (any site on the Internet). From their POV a box pops up and let's them click a few options... The JS sends the whole string to the form. &#60;/p&#62;
&#60;p&#62;I'll just get an email with their results and later turn it in to a blog post. &#60;/p&#62;
&#60;p&#62;Need more?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Auto-submitting form data from a query string"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/auto-submitting-form-data-from-a-query-string#post-10004</link>
			<pubDate>Fri, 17 Sep 2010 17:00:42 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">10004@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Orange,&#60;/p&#62;
&#60;p&#62;Could you walk me through this from the end user perspective? After clicking the bookmarklet, should the user see the form at all or only the confirmation?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>orangeapple on "Auto-submitting form data from a query string"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/auto-submitting-form-data-from-a-query-string#post-10000</link>
			<pubDate>Fri, 17 Sep 2010 16:29:31 +0000</pubDate>
			<dc:creator>orangeapple</dc:creator>
			<guid isPermaLink="false">10000@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Form guru's:&#60;/p&#62;
&#60;p&#62;I'm working on a bookmarklet and would like to use the Gravity form as the receiver of the requests. Is it possible to have a form auto-post/submit just by loading that page?&#60;/p&#62;
&#60;p&#62;Example:&#60;br /&#62;
Can I go to domain.com/pagewithform?var1=asdf&#38;amp;var2=hjkl&#38;amp;var3=etc&#60;/p&#62;
&#60;p&#62;..and have the form submitted without the user hitting the submit button?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
