<?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: Data from currently displayed page (Photo Gallery)</title>
		<link>https://legacy.forums.gravityhelp.com/topic/data-from-currently-displayed-page-photo-gallery</link>
		<description>Gravity Support Forums Topic: Data from currently displayed page (Photo Gallery)</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 14:00:00 +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/data-from-currently-displayed-page-photo-gallery" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Data from currently displayed page (Photo Gallery)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/data-from-currently-displayed-page-photo-gallery#post-119786</link>
			<pubDate>Fri, 11 Jan 2013 22:18:42 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">119786@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;DK, if tdiaz1 does not show up, please feel free to ask your question here and state what you would like to do and let us know the URL of the page on your site where your form and gallery are.  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tenwebstreet on "Data from currently displayed page (Photo Gallery)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/data-from-currently-displayed-page-photo-gallery#post-119581</link>
			<pubDate>Fri, 11 Jan 2013 14:01:34 +0000</pubDate>
			<dc:creator>tenwebstreet</dc:creator>
			<guid isPermaLink="false">119581@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello!&#60;/p&#62;
&#60;p&#62;tdiaz1 - thanks for pasiting your PasteBin, it looks like I am trying to accomplish the same thing as yourself.  I checked your link but it is not available.  How are you setting up your form?&#60;/p&#62;
&#60;p&#62;Thanks.&#60;/p&#62;
&#60;p&#62;-DK
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tdiaz1 on "Data from currently displayed page (Photo Gallery)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/data-from-currently-displayed-page-photo-gallery#post-47106</link>
			<pubDate>Mon, 23 Jan 2012 01:42:32 +0000</pubDate>
			<dc:creator>tdiaz1</dc:creator>
			<guid isPermaLink="false">47106@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry for the post 'n run- I had some other issues with the project that this is for, and have passed that now, so I can move on.&#60;/p&#62;
&#60;p&#62;The intent is for corrections to be submitted on images, for example:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://sq47.org/photo-gallery/2013-activities&#34; rel=&#34;nofollow&#34;&#62;http://sq47.org/photo-gallery/2013-activities&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If someone knows who that is, or wants to submit any other information about the photo being viewed, I want to have a GF that is pre-populated with the image filename, caption/title/description that is there now. The entries would either be displayed as a read only fields, or perhaps editable, I have not decided. If one is read only, I'll just have a blank below it. Some fields, like the event name will be static so that it's referenced the same on the local image library, where updates can be made and then the site updated. &#60;/p&#62;
&#60;p&#62;The things I'd like to integrate into the form that would be linked to from that gallery page would be: (What / it's variable) IE: &#38;lt;?php echo $meta['filename'] ?&#38;gt;&#60;/p&#62;
&#60;p&#62;page url (Get the Permalink to the referred page?)&#60;br /&#62;
file name:  $meta['filename']&#60;br /&#62;
description $iptc['description']&#60;br /&#62;
headline $iptc['headline']&#60;/p&#62;
&#60;p&#62;I tried putting the &#38;lt;?php echo $variable ..statement into the field for filling dynamically, I didn't expect it to work but ...   &#60;/p&#62;
&#60;p&#62;The Gallery page is a template, with the form embedded in it:&#60;br /&#62;
&#60;a href=&#34;http://pastebin.com/kPBdHS8U&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/kPBdHS8U&#60;/a&#62; - I may turn that into a link so that the fields are not visible unless the user logs in, or specifically clicks the link to view that image with the form present, as I don't really want it to have it all there on every link. For now, this is a 'hidden' page, for sandboxing.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Data from currently displayed page (Photo Gallery)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/data-from-currently-displayed-page-photo-gallery#post-44995</link>
			<pubDate>Tue, 27 Dec 2011 13:07:50 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">44995@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can populate any of your form fields with any variables that are available in the php $_POST.  So, yes, you can do this.  You would use the &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_render&#34; rel=&#34;nofollow&#34;&#62;gform_pre_render&#60;/a&#62; filter to do it.&#60;/p&#62;
&#60;p&#62;If the form is embedded in the page, you will handle it differently than if you send them to the form FROM the page.  Do you have an example in use where we can see how this works now?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tdiaz1 on "Data from currently displayed page (Photo Gallery)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/data-from-currently-displayed-page-photo-gallery#post-44981</link>
			<pubDate>Tue, 27 Dec 2011 06:49:41 +0000</pubDate>
			<dc:creator>tdiaz1</dc:creator>
			<guid isPermaLink="false">44981@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm using Nextgen Gallery on a project where I'm placing 10 years of photos up and want to have a form available from the page that when selected opens in a new window and is pre-populated with the referring URL and photo name at least. The photo name is available via variable (echo $image-&#38;gt;filename) as are other variables (title, description, etc.) &#60;/p&#62;
&#60;p&#62;I want to have that so corrections can be submitted and the filename/description text can be captured so that they don't have to figure that out themselves (and we get correct information), and the user can edit the existing text and submit it. &#60;/p&#62;
&#60;p&#62;Would I be able to populate form data with php variables as such, ( $iptc['location'], $image-&#38;gt;filename, etc.)? &#60;/p&#62;
&#60;p&#62;Since the form would be short coded from the portion of the page that is generated when the variables are active.. at least that part of the problem would be solved, I'd think. :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
