<?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: html-input-field without</title>
		<link>https://legacy.forums.gravityhelp.com/topic/html-input-field-without</link>
		<description>Gravity Support Forums Topic: html-input-field without</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Apr 2026 04:06:26 +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/html-input-field-without" rel="self" type="application/rss+xml" />

		<item>
			<title>ZeehDesign on "html-input-field without"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/html-input-field-without#post-42098</link>
			<pubDate>Thu, 24 Nov 2011 07:06:27 +0000</pubDate>
			<dc:creator>ZeehDesign</dc:creator>
			<guid isPermaLink="false">42098@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hei Kevin!&#60;/p&#62;
&#60;p&#62;Thanks for your anwer. The problem is that i need a html-markup like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;li&#38;gt;...&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;...
    &#38;lt;ul class=&#38;quot;upload&#38;quot;&#38;gt;
       &#38;lt;li&#38;gt;file-upload&#38;lt;/li&#38;gt;
       &#38;lt;li&#38;gt;file-upload&#38;lt;/li&#38;gt;
       &#38;lt;li&#38;gt;file-upload&#38;lt;/li&#38;gt;
       &#38;lt;li&#38;gt;file-upload&#38;lt;/li&#38;gt;
    &#38;lt;/ul&#38;gt;
&#38;lt;/li&#38;gt;
&#38;lt;li&#38;gt;...&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That is no solutin to add a &#60;code&#62;&#38;lt;ul class=&#38;quot;upload&#38;quot;&#38;gt;&#60;/code&#62; into my page and style with css. I need to add markup and i need to add this where i need the markup (ok, i can use a jquery-based solution to add html-markup, but thats not so perfom).&#60;/p&#62;
&#60;p&#62;So, i like to follow your given markup with &#60;code&#62;&#38;lt;ul&#38;gt; &#38;lt;li&#38;gt;&#60;/code&#62; and its possible. But to close manuell list and work with emty &#60;code&#62;&#38;lt;li&#38;gt;&#60;/code&#62; and hack with &#60;code&#62;display=&#38;quot;none&#38;quot;&#60;/code&#62; is bad an blows up the html-markup. Thats the reason why gravityform need to add html without a  &#60;code&#62;&#38;lt;li&#38;gt; ... &#38;lt;/li&#38;gt;&#60;/code&#62; wrapper.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "html-input-field without"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/html-input-field-without#post-41227</link>
			<pubDate>Tue, 15 Nov 2011 22:50:09 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">41227@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You figured it out. The HTML block is meant to be contained inline with the rest of the form structure. It's treated as a &#34;node&#34; if you will in the structure just like any other form element. That's how the form builder works.&#60;/p&#62;
&#60;p&#62;If you want to break the parent list, you have to manually close the parent list, then re-open the list after whatever markup you introduce. If you need to add other freeform HTML, you might be better served to add that into your page template and style/position with CSS as needed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ZeehDesign on "html-input-field without"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/html-input-field-without#post-41003</link>
			<pubDate>Mon, 14 Nov 2011 09:15:03 +0000</pubDate>
			<dc:creator>ZeehDesign</dc:creator>
			<guid isPermaLink="false">41003@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I just found a &#34;hack&#34; to work with emty lists &#60;code&#62;&#38;lt;li&#38;gt; ... &#38;lt;/li&#38;gt;&#60;/code&#62;:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;/li&#38;gt;&#38;lt;li&#38;gt;&#38;lt;ul class=&#38;quot;upload&#38;quot;&#38;gt;&#38;lt;li style=&#38;quot;display: none&#38;quot;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;But its not prof to work with emty li and display none. So a feature to add html with own controll will be nice.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ZeehDesign on "html-input-field without"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/html-input-field-without#post-41000</link>
			<pubDate>Mon, 14 Nov 2011 08:35:04 +0000</pubDate>
			<dc:creator>ZeehDesign</dc:creator>
			<guid isPermaLink="false">41000@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;I use the html input-field to style, rewrite and group the form. Feks. befor a upload-file-list  i add a &#38;lt;ul class&#34;=fileupload&#34;&#38;gt; &#60;/p&#62;
&#60;p&#62;But: the html-output is &#38;lt;li id='field_1_82' class='gfield      gfield_html  gfield_no_follows_desc' &#38;gt;&#38;lt;ul class=&#34;upload&#34;&#38;gt; and this code doesn´t work on IE. Is there any way to disable&#60;br /&#62;
&#60;code&#62;&#38;lt;li&#38;gt;...&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;br /&#62;
 arround the html-input?&#60;/p&#62;
&#60;p&#62;Thanks for help!&#60;br /&#62;
Markus
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
