<?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: Custom Meta Boxes text in e-mail</title>
		<link>https://legacy.forums.gravityhelp.com/topic/custom-meta-boxes-text-in-e-mail</link>
		<description>Gravity Support Forums Topic: Custom Meta Boxes text in e-mail</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 21:44:36 +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/custom-meta-boxes-text-in-e-mail" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Custom Meta Boxes text in e-mail"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-meta-boxes-text-in-e-mail#post-334471</link>
			<pubDate>Thu, 20 Jun 2013 10:52:34 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">334471@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What does your function look like? Did you put this in your theme's functions.php file?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Zbysek Nadenik on "Custom Meta Boxes text in e-mail"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-meta-boxes-text-in-e-mail#post-334420</link>
			<pubDate>Thu, 20 Jun 2013 10:15:58 +0000</pubDate>
			<dc:creator>Zbysek Nadenik</dc:creator>
			<guid isPermaLink="false">334420@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks David. &#60;/p&#62;
&#60;p&#62;Step 2: I copied:&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
add_filter(&#34;gform_pre_render&#34;, &#34;pre_render_function&#34;);&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
and placed it in my functions.php&#60;/p&#62;
&#60;p&#62;Then I got error:&#60;br /&#62;
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'pre_render_function' was given in /home/www/zbyseknadenik.cz/subdomeny/projekty/autopatie/web/wp-includes/plugin.php on line 173&#60;br /&#62;
Oops! We could not locate your form.&#60;/p&#62;
&#60;p&#62;Sorry, I'm not a programmer...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Custom Meta Boxes text in e-mail"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-meta-boxes-text-in-e-mail#post-289401</link>
			<pubDate>Thu, 30 May 2013 09:37:10 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">289401@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;To grab custom field values from the post/page you have to use PHP code and our gform_pre_render hook to push the values to those fields.&#60;/p&#62;
&#60;p&#62;1.) Make sure the field have checkmarks in the &#34;allow populate dynamically&#34;&#60;br /&#62;
2.) Add gform_pre_render hook to your theme's functions.php file. &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_render&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_pre_render&#60;/a&#62;&#60;br /&#62;
3.) Get the post meta - &#60;a href=&#34;http://www.wprecipes.com/wordpress-how-to-get-custom-fields-outside-the-loop&#34; rel=&#34;nofollow&#34;&#62;http://www.wprecipes.com/wordpress-how-to-get-custom-fields-outside-the-loop&#60;/a&#62;&#60;br /&#62;
4.) Insert the values into the fields you want them in.&#60;/p&#62;
&#60;p&#62;I hope that helps.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Zbysek Nadenik on "Custom Meta Boxes text in e-mail"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-meta-boxes-text-in-e-mail#post-289339</link>
			<pubDate>Thu, 30 May 2013 09:06:56 +0000</pubDate>
			<dc:creator>Zbysek Nadenik</dc:creator>
			<guid isPermaLink="false">289339@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can anyone help me, please? Do you understand the screenshots with comments?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Zbysek Nadenik on "Custom Meta Boxes text in e-mail"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-meta-boxes-text-in-e-mail#post-244002</link>
			<pubDate>Thu, 09 May 2013 05:07:58 +0000</pubDate>
			<dc:creator>Zbysek Nadenik</dc:creator>
			<guid isPermaLink="false">244002@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi David,&#60;/p&#62;
&#60;p&#62;I created printscreens with description (see link below). I hope it will be more understandable now.&#60;/p&#62;
&#60;p&#62;Link: &#60;a href=&#34;http://bit.ly/1926CzG&#34; rel=&#34;nofollow&#34;&#62;printscreens with description&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Custom Meta Boxes text in e-mail"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-meta-boxes-text-in-e-mail#post-222294</link>
			<pubDate>Wed, 24 Apr 2013 07:19:42 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">222294@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry, I don't understand what you are looking for help with. Can you give me more information please?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Zbysek Nadenik on "Custom Meta Boxes text in e-mail"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-meta-boxes-text-in-e-mail#post-222117</link>
			<pubDate>Wed, 24 Apr 2013 04:47:21 +0000</pubDate>
			<dc:creator>Zbysek Nadenik</dc:creator>
			<guid isPermaLink="false">222117@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Anyone? Is it understandable what I wrote?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Zbysek Nadenik on "Custom Meta Boxes text in e-mail"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-meta-boxes-text-in-e-mail#post-201050</link>
			<pubDate>Mon, 08 Apr 2013 08:08:32 +0000</pubDate>
			<dc:creator>Zbysek Nadenik</dc:creator>
			<guid isPermaLink="false">201050@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I created and use Custom Meta Boxes for date and place in single post. When a user fill in a form in the post, he receives an e-mail with a message and everything he filled in.&#60;/p&#62;
&#60;p&#62;I would like to include in this e-mail also information about the place and date. Is there a chance how to print this into the e-mail?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
