<?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: beginner - call a google map with user address</title>
		<link>https://legacy.forums.gravityhelp.com/topic/beginner-call-a-google-map-with-user-address</link>
		<description>Gravity Support Forums Topic: beginner - call a google map with user address</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 00:25:43 +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/beginner-call-a-google-map-with-user-address" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "beginner - call a google map with user address"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/beginner-call-a-google-map-with-user-address#post-35132</link>
			<pubDate>Tue, 13 Sep 2011 02:41:06 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">35132@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can find the JavaScript code highlighter here:&#60;br /&#62;
&#60;a href=&#34;http://code.google.com/p/syntaxhighlighter/wiki/Usage&#34; rel=&#34;nofollow&#34;&#62;http://code.google.com/p/syntaxhighlighter/wiki/Usage&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It's been slightly modified to work with the bbPress forums here.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgason on "beginner - call a google map with user address"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/beginner-call-a-google-map-with-user-address#post-35015</link>
			<pubDate>Sun, 11 Sep 2011 00:14:31 +0000</pubDate>
			<dc:creator>mgason</dc:creator>
			<guid isPermaLink="false">35015@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;on a different not could I ask what you use to display code on these forums?&#60;br /&#62;
I like it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgason on "beginner - call a google map with user address"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/beginner-call-a-google-map-with-user-address#post-34988</link>
			<pubDate>Fri, 09 Sep 2011 20:34:23 +0000</pubDate>
			<dc:creator>mgason</dc:creator>
			<guid isPermaLink="false">34988@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks,&#60;br /&#62;
form stuff is all greek to me, but I puzzled it out, I am amazing, or your product is really cool ;-)&#60;br /&#62;
one last issue, can I have the map open in a new window like the sample code does? I could not get that to work, right now it opens in the same window. I did not want the user to navigate away from the site.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "beginner - call a google map with user address"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/beginner-call-a-google-map-with-user-address#post-34958</link>
			<pubDate>Fri, 09 Sep 2011 16:25:02 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">34958@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would configure your form to use a redirect for it's confirmation. You'd then place the google map's URL as the redirect URL and then use the query string builder to pass form data to Google Maps using the appropriate query string parameters Google wants (ex. saddr, daddr, etc.).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgason on "beginner - call a google map with user address"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/beginner-call-a-google-map-with-user-address#post-34912</link>
			<pubDate>Fri, 09 Sep 2011 07:33:13 +0000</pubDate>
			<dc:creator>mgason</dc:creator>
			<guid isPermaLink="false">34912@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I came across an article that described creating a form in a webpage where the user enters their address and hits submit. This then opens a new browser window at google maps with directions from their address to my location already shown.&#60;br /&#62;
How can I set this up using Gravity Forms?&#60;/p&#62;
&#60;p&#62;the code to do it in a web page is&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;form action=&#38;quot;http://maps.google.com/maps&#38;quot; method=&#38;quot;get&#38;quot; target=&#38;quot;_blank&#38;quot;&#38;gt;
Enter your starting address:
&#38;lt;input type=&#38;quot;text&#38;quot; name=&#38;quot;saddr&#38;quot; /&#38;gt;
&#38;lt;input type=&#38;quot;hidden&#38;quot; name=&#38;quot;daddr&#38;quot; value=&#38;quot;12th &#38;amp; C Street SW, Washington DC&#38;quot; /&#38;gt;
&#38;lt;input type=&#38;quot;submit&#38;quot; value=&#38;quot;get directions&#38;quot; /&#38;gt;
&#38;lt;/form&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
