<?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: Can I Pass values from fields in a post (from a submitted form)?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/can-i-pass-values-from-fields-in-a-post-from-a-submitted-form</link>
		<description>Gravity Support Forums Topic: Can I Pass values from fields in a post (from a submitted form)?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:40:03 +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/can-i-pass-values-from-fields-in-a-post-from-a-submitted-form" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Can I Pass values from fields in a post (from a submitted form)?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-i-pass-values-from-fields-in-a-post-from-a-submitted-form#post-93003</link>
			<pubDate>Mon, 19 Nov 2012 11:13:16 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">93003@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could definitely do this, but you would have to create PHP relating to grabbing the details from the WordPress post, and building your URL to your second form with query strings that the second form could pick up on. For example, if you wanted to pass the post ID number, you would do something like&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$posttitle = //whatever function WordPress Post titles can be accessed by
$redirurl = &#38;quot;http://secondform.com/formurl.php?title=&#38;quot;&#38;#39;. $posttitle .&#38;#39;&#38;quot;&#38;amp;...&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then in your second form, you would have a field that can be Dynamically Populated with the name of title. &#60;/p&#62;
&#60;p&#62;Hope it helps!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>NancyB on "Can I Pass values from fields in a post (from a submitted form)?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-i-pass-values-from-fields-in-a-post-from-a-submitted-form#post-92947</link>
			<pubDate>Mon, 19 Nov 2012 09:39:48 +0000</pubDate>
			<dc:creator>NancyB</dc:creator>
			<guid isPermaLink="false">92947@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
I want an editor to fill out a form with some options for a meeting. The post from the form will be viewable by members. I would like to have a link in the post to a second form where the member may respond. The second form should contain the values from the options in form 1.&#60;br /&#62;
Is this possible? I have been reading about the hooks and pre-render techniques and have not seen this.&#60;br /&#62;
Thank you for any clarity on this.&#60;br /&#62;
Nancy
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
