<?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: Feature Request: filter to change the usage of ul/li</title>
		<link>https://legacy.forums.gravityhelp.com/topic/feature-request-filter-to-change-the-usage-of-ulli</link>
		<description>Gravity Support Forums Topic: Feature Request: filter to change the usage of ul/li</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:26:43 +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/feature-request-filter-to-change-the-usage-of-ulli" rel="self" type="application/rss+xml" />

		<item>
			<title>Jay on "Feature Request: filter to change the usage of ul/li"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/feature-request-filter-to-change-the-usage-of-ulli#post-40941</link>
			<pubDate>Sun, 13 Nov 2011 12:19:58 +0000</pubDate>
			<dc:creator>Jay</dc:creator>
			<guid isPermaLink="false">40941@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks bjorn. This helped to fix some layout issues, however I found it breaks the admin. Using the following. I modified line ~1713 to the following to correct the admin issue. Its not pretty, but it works. It would be really nice if we had the option to use divs, spans, or list elements on a per item basis.&#60;br /&#62;
note: Removing the &#38;lt; li &#38;gt; element breaks conditional logic&#60;/p&#62;
&#60;p&#62;		if (IS_ADMIN):&#60;br /&#62;
			return &#34;&#38;lt;div id='$field_id' class='$css_class' $style&#38;gt;&#34; .self::get_field_content($field, $value, $force_frontend_label, $form == null ? 0 : $form[&#34;id&#34;]). &#34;&#38;lt;/div&#38;gt;&#34;;&#60;br /&#62;
		else:&#60;br /&#62;
			return self::get_field_content($field, $value, $force_frontend_label, $form == null ? 0 : $form[&#34;id&#34;]);&#60;br /&#62;
		endif;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bjørn Børresen on "Feature Request: filter to change the usage of ul/li"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/feature-request-filter-to-change-the-usage-of-ulli#post-40562</link>
			<pubDate>Wed, 09 Nov 2011 04:21:14 +0000</pubDate>
			<dc:creator>Bjørn Børresen</dc:creator>
			<guid isPermaLink="false">40562@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi guys, first off congrats with an awesome product! :)&#60;/p&#62;
&#60;p&#62;Here's my feature request:&#60;/p&#62;
&#60;p&#62;I'm currently implementing a design which gets broken because of the way GravityForms output the form. The &#34;gform_field_content&#34; field content is great, and I was able to do what I needed with it - however when GravityForm outputs what it gets from there inside a list it would break the layout (my form is a combination of a one and a two column layout based on the width of the fields).&#60;/p&#62;
&#60;p&#62;So, it would be great to be able to modify the ul/li template.&#60;/p&#62;
&#60;p&#62;Right now I have fixed this with a core hack on line 611 in form_display.php where I change the ul to a div tag. Also inside the get_field() function on line 1713 aprox, I'm just retuning get_field_content() without wrapping it inside an li tag.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
