<?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: Google Spreadsheets?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/google-spreadsheets</link>
		<description>Gravity Support Forums Topic: Google Spreadsheets?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 15:07:13 +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/google-spreadsheets" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Google Spreadsheets?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/google-spreadsheets#post-376128</link>
			<pubDate>Sat, 27 Jul 2013 06:51:11 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">376128@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The Zapier add-on is now out and one of the zaps will allow you to save form submissions to Google Spreadsheets: &#60;a href=&#34;https://zapier.com/zapbook/gravity-forms/google-docs/16647/save-gravity-forms-submission-to-google-spreadsheet/&#34; rel=&#34;nofollow&#34;&#62;https://zapier.com/zapbook/gravity-forms/google-docs/16647/save-gravity-forms-submission-to-google-spreadsheet/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityforms.com/add-ons/zapier/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityforms.com/add-ons/zapier/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>NextFab on "Google Spreadsheets?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/google-spreadsheets#post-348463</link>
			<pubDate>Thu, 27 Jun 2013 16:17:52 +0000</pubDate>
			<dc:creator>NextFab</dc:creator>
			<guid isPermaLink="false">348463@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;you can integrate it with google spreadsheet with apps script like this:&#60;/p&#62;
&#60;p&#62;1. follow nstructions here:&#60;br /&#62;
&#60;a href=&#34;http://mashe.hawksey.info/2011/10/google-spreadsheets-as-a-database-insert-with-apps-script-form-postget-submit-method/&#34; rel=&#34;nofollow&#34;&#62;http://mashe.hawksey.info/2011/10/google-spreadsheets-as-a-database-insert-with-apps-script-form-postget-submit-method/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2. create after submission hook&#60;/p&#62;
&#60;p&#62;add_action('gform_after_submission_30', 'post_to_spreadsheet', 10, 2);&#60;br /&#62;
function post_to_spreadsheet($entry, $form) {&#60;br /&#62;
$post_url = 'your google web app URL';&#60;br /&#62;
$body = array(&#60;br /&#62;
'first_name' =&#38;gt; $entry['5.3'],&#60;br /&#62;
'last_name' =&#38;gt; $entry['5.6'],&#60;br /&#62;
'email' =&#38;gt; $entry['7']&#60;br /&#62;
);&#60;br /&#62;
$request = new WP_Http();&#60;br /&#62;
$response = $request-&#38;gt;post($post_url, array('body' =&#38;gt; $body));&#60;/p&#62;
&#60;p&#62;}&#60;/p&#62;
&#60;p&#62;make sure that headers in your google spreadsheet match $body. for example: first_name, last_name etc.&#60;/p&#62;
&#60;p&#62;and done!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mikebrown on "Google Spreadsheets?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/google-spreadsheets#post-214006</link>
			<pubDate>Thu, 18 Apr 2013 04:47:54 +0000</pubDate>
			<dc:creator>mikebrown</dc:creator>
			<guid isPermaLink="false">214006@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Really looking forward to the Gravity Forms and Google Spreadsheets integration.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rhuber on "Google Spreadsheets?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/google-spreadsheets#post-206073</link>
			<pubDate>Thu, 11 Apr 2013 21:00:42 +0000</pubDate>
			<dc:creator>rhuber</dc:creator>
			<guid isPermaLink="false">206073@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Zapier add-on would be sweet!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Google Spreadsheets?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/google-spreadsheets#post-205885</link>
			<pubDate>Thu, 11 Apr 2013 15:13:55 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">205885@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;As far as I know, our development team has not started work on anything that would bring about a Google Spreadsheets integration at this time, nor do I currently know of a third party project to do so. Our Zapier add-on should be released in the next while (might be weeks or months), and this might help get people able to port Gravity Forms entries to Google Docs Spreadsheets.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rhuber on "Google Spreadsheets?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/google-spreadsheets#post-205868</link>
			<pubDate>Thu, 11 Apr 2013 15:03:42 +0000</pubDate>
			<dc:creator>rhuber</dc:creator>
			<guid isPermaLink="false">205868@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Has this generated any interest from Gravity Forms? The reason that I feel it is so ideal is because many website owners never touch the admin side of wordpress.  And of those who do, it is often very limited.  They don't want to view records on the site or wait for their designated geek to generate a report.  If those &#34;live&#34; records could be found on a google spreadsheet (or anyplace outside of wordpress for that matter), then the usefulness of the forms are compounded x100.&#60;/p&#62;
&#60;p&#62;Just my 2 cents. ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lukescircle on "Google Spreadsheets?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/google-spreadsheets#post-194452</link>
			<pubDate>Tue, 02 Apr 2013 12:31:40 +0000</pubDate>
			<dc:creator>lukescircle</dc:creator>
			<guid isPermaLink="false">194452@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I wish this feature were available as well.  It's my one frustration with GF.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Keith Aldrich on "Google Spreadsheets?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/google-spreadsheets#post-160228</link>
			<pubDate>Mon, 04 Mar 2013 16:57:30 +0000</pubDate>
			<dc:creator>Keith Aldrich</dc:creator>
			<guid isPermaLink="false">160228@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Would like to see this integration as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>talgalili on "Google Spreadsheets?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/google-spreadsheets#post-122776</link>
			<pubDate>Tue, 15 Jan 2013 18:23:18 +0000</pubDate>
			<dc:creator>talgalili</dc:creator>
			<guid isPermaLink="false">122776@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Bump - &#60;/p&#62;
&#60;p&#62;I also would love to have a gravity-forms integration for google spreadsheets.  My client wishes to add notes to entries, and having the output sync with a google doc would be an ideal solution.&#60;/p&#62;
&#60;p&#62;Any chance we will see this feature in the near future?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ZeadsDead on "Google Spreadsheets?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/google-spreadsheets#post-122592</link>
			<pubDate>Tue, 15 Jan 2013 13:08:37 +0000</pubDate>
			<dc:creator>ZeadsDead</dc:creator>
			<guid isPermaLink="false">122592@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I found this plugin: &#60;a href=&#34;http://codecanyon.net/item/gravity-forms-connect-to-google-calendar/3598271&#34; rel=&#34;nofollow&#34;&#62;http://codecanyon.net/item/gravity-forms-connect-to-google-calendar/3598271&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But I need Google spreadsheet integration, not G Calendar integration.&#60;/p&#62;
&#60;p&#62;I also found this: &#60;a href=&#34;https://zapier.com/zapbook/google-docs/gravity-forms/&#34; rel=&#34;nofollow&#34;&#62;https://zapier.com/zapbook/google-docs/gravity-forms/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But the product does not look ready to launch yet. (Put your email down to encourage their dev team to hustle and finish!)&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
