<?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: Allowing specific HTML markup in a User submited field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/allowing-specific-html-markup-in-a-user-submited-field</link>
		<description>Gravity Support Forums Topic: Allowing specific HTML markup in a User submited field</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:16: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/allowing-specific-html-markup-in-a-user-submited-field" rel="self" type="application/rss+xml" />

		<item>
			<title>David Smith on "Allowing specific HTML markup in a User submited field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/allowing-specific-html-markup-in-a-user-submited-field#post-35339</link>
			<pubDate>Wed, 14 Sep 2011 16:58:09 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">35339@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Just sent you an email. New hook has been added to support this with version 1.6.beta2.6.&#60;/p&#62;
&#60;p&#62;Documentation: &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_allowable_tags&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_allowable_tags&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Allowing specific HTML markup in a User submited field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/allowing-specific-html-markup-in-a-user-submited-field#post-35213</link>
			<pubDate>Tue, 13 Sep 2011 17:48:49 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">35213@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm going to bring this thread to the attention of one of our developers to see if he has any suggestions on how you could accomplish this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>100marketers on "Allowing specific HTML markup in a User submited field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/allowing-specific-html-markup-in-a-user-submited-field#post-35174</link>
			<pubDate>Tue, 13 Sep 2011 12:37:59 +0000</pubDate>
			<dc:creator>100marketers</dc:creator>
			<guid isPermaLink="false">35174@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for the response,&#60;/p&#62;
&#60;p&#62;Yes--I am actually aware of the plugin to which you were referring. The referrer data is just one example and was perhaps miss-leading. I am also sending additional dynamic data (approx 6 or 7 other fields) and have already written the hooks to include this as appropriate.&#60;/p&#62;
&#60;p&#62;My question was more directly related to formatting then the need for a plugin.&#60;/p&#62;
&#60;p&#62;Is it possible to have &#34;allowed markup&#34; for specific fields and if so, how? I am trying to accomplish essentially the same thing that RocketGenius is performing in this very &#34;Leave a Reply&#34; box.&#60;/p&#62;
&#60;p&#62;Best.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Allowing specific HTML markup in a User submited field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/allowing-specific-html-markup-in-a-user-submited-field#post-34961</link>
			<pubDate>Fri, 09 Sep 2011 16:29:49 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">34961@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Joost de Valk has already created an add-on for this which adds the users &#34;trail&#34; to the notification email.  You can download it here: &#60;a href=&#34;http://cdn.yoast.com/downloads/gravity-forms-referrer.zip&#34; rel=&#34;nofollow&#34;&#62;http://cdn.yoast.com/downloads/gravity-forms-referrer.zip&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It doesn't store the trail with the entry data, it only adds it to the notification.  &#60;/p&#62;
&#60;p&#62;User tracking and referrer information is a feature we plan on adding in Gravity Forms v1.7.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>100marketers on "Allowing specific HTML markup in a User submited field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/allowing-specific-html-markup-in-a-user-submited-field#post-34938</link>
			<pubDate>Fri, 09 Sep 2011 11:42:59 +0000</pubDate>
			<dc:creator>100marketers</dc:creator>
			<guid isPermaLink="false">34938@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;SYNOPSIS:&#60;br /&#62;
I'm attempting to wrap data being passed to a dynamic hidden field with &#60;code&#62;&#38;lt;li&#38;gt; ... &#38;lt;/li&#38;gt;&#60;/code&#62; tags, but these tags keep getting stripped (rightfully so) by Gravity forms. How to allow just these tags?&#60;/p&#62;
&#60;p&#62;IN DETAIL:&#60;br /&#62;
Essentially, in my functions.php file, I am storing pages the user visited in a sessions array and passing this data to a dynamic hidden field in Gravity Forms so that it can be sent along with the notification email sent to the administrator. &#60;/p&#62;
&#60;p&#62;I want to wrap each of these fields with &#60;code&#62;&#38;lt;li&#38;gt; &#38;lt;/li&#38;gt;&#60;/code&#62; to insure proper formatting in the notification.&#60;/p&#62;
&#60;p&#62;The email (in short) is formatted as:&#60;/p&#62;
&#60;ul&#62;
  {Browsed:1}
&#60;/ul&#62;
&#60;p&#62;Where the browsed value you would have the list tags.&#60;/p&#62;
&#60;p&#62;...suggestions?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
