<?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: Field data into an HTML field?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/field-data-into-an-html-field</link>
		<description>Gravity Support Forums Topic: Field data into an HTML field?</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 09:29:57 +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/field-data-into-an-html-field" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Field data into an HTML field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-data-into-an-html-field#post-25279</link>
			<pubDate>Wed, 11 May 2011 11:06:45 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">25279@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Currently variables can't be used in the HTML block.  It doesn't support HTML.  It does support shortcodes.  So you may be able to write a custom shortcode that does what you want it to do.  Write a custom shortcode that reads the query string for the value you want and have it output the value.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Scott Hack on "Field data into an HTML field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-data-into-an-html-field#post-25262</link>
			<pubDate>Wed, 11 May 2011 01:46:24 +0000</pubDate>
			<dc:creator>Scott Hack</dc:creator>
			<guid isPermaLink="false">25262@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Along the same lines of this question -- I am passing some data to the form, and I can have it auto populate one of the questions of the form, but I'd like to include that info in an html block instead.  Can those variables be used in the html block?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Field data into an HTML field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-data-into-an-html-field#post-13419</link>
			<pubDate>Fri, 26 Nov 2010 16:57:04 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">13419@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Form field variables don't work in HTML blocks because the values don't exist until the form is submitted.  So there is nothing to render in the HTML blocks.  HTML blocks are part of the form, and until the form is submitted the values don't exist.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rsigler on "Field data into an HTML field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-data-into-an-html-field#post-13417</link>
			<pubDate>Fri, 26 Nov 2010 16:44:47 +0000</pubDate>
			<dc:creator>rsigler</dc:creator>
			<guid isPermaLink="false">13417@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yikes...this looks a little complex for me.  :)  Is there a way I can just insert the field data into an HTML block (like the last page of the contact form?)&#60;/p&#62;
&#60;p&#62;Rob
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Field data into an HTML field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-data-into-an-html-field#post-13408</link>
			<pubDate>Fri, 26 Nov 2010 15:50:39 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">13408@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Currently, email notifications aren't conditional. They're either sent to the user or not dependent on the form notification settings. So, the checkbox suggestion wouldn't work without additional customization.&#60;/p&#62;
&#60;p&#62;The easiest method is to simply compose the contract in the notification section of the form and populate the appropriate sections with the field values. That would be sent to the recipient automatically. The same goes for the confirmation message.. use the basic message function to display the contract with the field values plugged in the appropriate locations.&#60;/p&#62;
&#60;p&#62;There are a couple of ways to do it, it just depends on how complex you want it to be.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>urmedia on "Field data into an HTML field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-data-into-an-html-field#post-13404</link>
			<pubDate>Fri, 26 Nov 2010 15:40:15 +0000</pubDate>
			<dc:creator>urmedia</dc:creator>
			<guid isPermaLink="false">13404@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Edited - posted the same time as Kevin.  He is wiser in the force...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Field data into an HTML field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-data-into-an-html-field#post-13403</link>
			<pubDate>Fri, 26 Nov 2010 15:38:11 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">13403@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would need to pass the field values in a query string to a custom confirmation page. That page would have the basic contract, and then use PHP GET to populate the name, date, etc. with the variables passed from the form.&#60;/p&#62;
&#60;p&#62;ex: firstname={My Field:ID}&#38;amp;secondname={My Field:ID}&#38;amp;reservationdate={My Field:ID}&#60;/p&#62;
&#60;p&#62;It's not something that's really difficult, but you will need some basic PHP knowledge to put it together and make it work.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://discomoose.org/2005/10/19/how-to-use-the-query-string-in-php/&#34; rel=&#34;nofollow&#34;&#62;http://discomoose.org/2005/10/19/how-to-use-the-query-string-in-php/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.keithjbrown.co.uk/vworks/php/php_p2.php&#34; rel=&#34;nofollow&#34;&#62;http://www.keithjbrown.co.uk/vworks/php/php_p2.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you need a good developer to help out, we'd be happy to suggest one for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rsigler on "Field data into an HTML field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-data-into-an-html-field#post-13400</link>
			<pubDate>Fri, 26 Nov 2010 15:28:10 +0000</pubDate>
			<dc:creator>rsigler</dc:creator>
			<guid isPermaLink="false">13400@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Gang,&#60;/p&#62;
&#60;p&#62;Just bought GF...it's awesome!  Here is my question...&#60;/p&#62;
&#60;p&#62;I am a photographer.  I would like to use GF so users can create a &#34;custom&#34; contract. (A bride for example)&#60;/p&#62;
&#60;p&#62;So...I would like a bride to answer a number of questions, then on the final page of the form will be a custom contract with all of the data she just filled out in the contract.  I would like to have an &#34;email me this contract&#34; button.&#60;/p&#62;
&#60;p&#62;Not sure how to do this...any advice?&#60;/p&#62;
&#60;p&#62;Rob :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
