<?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: Geo Mashup Tabbed box, each tab new map</title>
		<link>https://legacy.forums.gravityhelp.com/topic/geo-mashup-tabbed-box-each-tab-new-map</link>
		<description>Gravity Support Forums Topic: Geo Mashup Tabbed box, each tab new map</description>
		<language>en-US</language>
		<pubDate>Fri, 24 Apr 2026 11:22:24 +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/geo-mashup-tabbed-box-each-tab-new-map" rel="self" type="application/rss+xml" />

		<item>
			<title>acastro917 on "Geo Mashup Tabbed box, each tab new map"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/geo-mashup-tabbed-box-each-tab-new-map#post-20567</link>
			<pubDate>Mon, 14 Mar 2011 17:57:35 +0000</pubDate>
			<dc:creator>acastro917</dc:creator>
			<guid isPermaLink="false">20567@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I has search the forums and haven't find anything I could understand, I have no Idea how to start doing this hooks or else. &#60;/p&#62;
&#60;p&#62;Could you direct me how to star or where to put the hooks, I when to setup the first form and find hide field there is a option of choosing existing fields there appear several that are related to the autor-geolocation so I should make a post field for each of the field I need?  what should I put in the dinamic field? the truth is that Im lose and need some jump start.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>acastro917 on "Geo Mashup Tabbed box, each tab new map"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/geo-mashup-tabbed-box-each-tab-new-map#post-20560</link>
			<pubDate>Mon, 14 Mar 2011 17:01:46 +0000</pubDate>
			<dc:creator>acastro917</dc:creator>
			<guid isPermaLink="false">20560@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks will look around and update...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Geo Mashup Tabbed box, each tab new map"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/geo-mashup-tabbed-box-each-tab-new-map#post-20510</link>
			<pubDate>Mon, 14 Mar 2011 11:44:46 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">20510@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, it's possible.  You could populate a hidden field with whatever information you want using API hooks and then if you need to insert that information into the post content you can use the Content Template functionality of the Post Body field to insert the value of that hidden field into the Post Content Template.&#60;/p&#62;
&#60;p&#62;Try searching the forums for populating hidden fields, there are plenty of examples for how to do so using the available API hooks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>acastro917 on "Geo Mashup Tabbed box, each tab new map"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/geo-mashup-tabbed-box-each-tab-new-map#post-20472</link>
			<pubDate>Sun, 13 Mar 2011 10:42:41 +0000</pubDate>
			<dc:creator>acastro917</dc:creator>
			<guid isPermaLink="false">20472@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Im not using Geo Mashup but  actually using a autor-geolocation plugin for my post and would like to know if I can hook it to my front end form so when create a new post in gravityform it grab the geo information and paste in my post as it happen if I where posting from back end
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Geo Mashup Tabbed box, each tab new map"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/geo-mashup-tabbed-box-each-tab-new-map#post-20043</link>
			<pubDate>Mon, 07 Mar 2011 12:56:50 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">20043@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How does this relate to Gravity Forms?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nvassos on "Geo Mashup Tabbed box, each tab new map"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/geo-mashup-tabbed-box-each-tab-new-map#post-20009</link>
			<pubDate>Sun, 06 Mar 2011 17:23:02 +0000</pubDate>
			<dc:creator>nvassos</dc:creator>
			<guid isPermaLink="false">20009@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Guys, I am using Geo-Mashup on a wordpress project. I have this code:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastie.org/1640897&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/1640897&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I am loading this script at the beginning of the page&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function tabSwitch_2(active, number, tab_prefix, content_prefix) {  

    for (var i=1; i &#38;lt; number+1; i++) {
       document.getElementById(content_prefix+i).style.display = &#38;#39;none&#38;#39;;
       document.getElementById(tab_prefix+i).className = &#38;#39;&#38;#39;;
     }
     document.getElementById(content_prefix+active).style.display = &#38;#39;block&#38;#39;;
     document.getElementById(tab_prefix+active).className = &#38;#39;active&#38;#39;;      

 }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;My problem is the content it doesn't query again clicked. I want each click to load different map category pretty much. any help appreciated.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
