<?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 Form Elements -</title>
		<link>https://legacy.forums.gravityhelp.com/topic/custom-form-elements-</link>
		<description>Gravity Support Forums Topic: Custom Form Elements -</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:31:10 +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-form-elements-" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Custom Form Elements -"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-form-elements-#post-78594</link>
			<pubDate>Tue, 02 Oct 2012 21:58:19 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">78594@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We have discussed it several times, but it is very complex to pull it off given all the moving pieces in Gravity Forms. It is something we would like to support, but we don't have any concrete plans for that feature yet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nomadone on "Custom Form Elements -"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-form-elements-#post-78481</link>
			<pubDate>Tue, 02 Oct 2012 09:22:39 +0000</pubDate>
			<dc:creator>nomadone</dc:creator>
			<guid isPermaLink="false">78481@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think as an &#34;Advanced&#34; forms plugin Fieldsets are an absolute must. So many problems would be solved if this simple and integral part of forms were built into the Gravity Forms functionality.&#60;/p&#62;
&#60;p&#62;Is there any plan to add this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Custom Form Elements -"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-form-elements-#post-71276</link>
			<pubDate>Thu, 16 Aug 2012 07:56:48 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">71276@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You may be able to use some ready classes for some of this:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;However, it's probably easier and quicker to just write some CSS. Each LI has it's own ID so you can easily target them independently, that textarea field for example - you should be able to just float that to the right. Are you experienced with CSS?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>idiom on "Custom Form Elements -"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-form-elements-#post-71207</link>
			<pubDate>Wed, 15 Aug 2012 17:26:08 +0000</pubDate>
			<dc:creator>idiom</dc:creator>
			<guid isPermaLink="false">71207@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Rob! &#60;/p&#62;
&#60;p&#62;Here is the link to the static form: &#60;a href=&#34;http://alturl.com/xx28h&#34; rel=&#34;nofollow&#34;&#62;http://alturl.com/xx28h&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Custom Form Elements -"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-form-elements-#post-71189</link>
			<pubDate>Wed, 15 Aug 2012 14:55:55 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">71189@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Do you have a link to this somewhere, so I can visually look at what you are trying to achieve?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>idiom on "Custom Form Elements -"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-form-elements-#post-71188</link>
			<pubDate>Wed, 15 Aug 2012 14:54:14 +0000</pubDate>
			<dc:creator>idiom</dc:creator>
			<guid isPermaLink="false">71188@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am a bit confused on how to approach a layout similar to the html below. Switching to li  rather than div is fine, but the challenge  added unique html blocks around specific fields, &#60;/p&#62;
&#60;p&#62;Tips and any help would be greatly appreciated! &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;form action=&#38;quot;#&#38;quot; class=&#38;quot;contacts-form&#38;quot;&#38;gt;
  &#38;lt;fieldset&#38;gt;
    &#38;lt;div class=&#38;quot;column&#38;quot;&#38;gt;
      &#38;lt;h3&#38;gt;Your information&#38;lt;/h3&#38;gt;
      &#38;lt;div class=&#38;quot;row&#38;quot;&#38;gt;
        &#38;lt;div class=&#38;quot;text-holder&#38;quot;&#38;gt;
          &#38;lt;label&#38;gt;First Name&#38;lt;/label&#38;gt;
          &#38;lt;div class=&#38;quot;text&#38;quot;&#38;gt;
            &#38;lt;input type=&#38;quot;text&#38;quot; /&#38;gt;
          &#38;lt;/div&#38;gt;
        &#38;lt;/div&#38;gt;

        &#38;lt;div class=&#38;quot;text-holder&#38;quot;&#38;gt;
          &#38;lt;label&#38;gt;Last Name&#38;lt;/label&#38;gt;
          &#38;lt;div class=&#38;quot;text&#38;quot;&#38;gt;
            &#38;lt;input type=&#38;quot;text&#38;quot; /&#38;gt;
          &#38;lt;/div&#38;gt;
        &#38;lt;/div&#38;gt;
      &#38;lt;/div&#38;gt;
      &#38;lt;div class=&#38;quot;row&#38;quot;&#38;gt;
        &#38;lt;div class=&#38;quot;text-holder&#38;quot;&#38;gt;
          &#38;lt;label&#38;gt;Email&#38;lt;/label&#38;gt;
          &#38;lt;div class=&#38;quot;text&#38;quot;&#38;gt;
            &#38;lt;input type=&#38;quot;text&#38;quot;  /&#38;gt;
          &#38;lt;/div&#38;gt;
        &#38;lt;/div&#38;gt;
        &#38;lt;div class=&#38;quot;text-holder&#38;quot;&#38;gt;
          &#38;lt;label&#38;gt;Phone&#38;lt;/label&#38;gt;
          &#38;lt;div class=&#38;quot;text&#38;quot;&#38;gt;
            &#38;lt;input type=&#38;quot;text&#38;quot; /&#38;gt;
          &#38;lt;/div&#38;gt;
        &#38;lt;/div&#38;gt;
      &#38;lt;/div&#38;gt;
      &#38;lt;label&#38;gt;Company&#38;lt;/label&#38;gt;
      &#38;lt;div class=&#38;quot;text&#38;quot;&#38;gt;
        &#38;lt;input type=&#38;quot;text&#38;quot; /&#38;gt;
      &#38;lt;/div&#38;gt;
    &#38;lt;/div&#38;gt;
    &#38;lt;div class=&#38;quot;column&#38;quot;&#38;gt;
      &#38;lt;h3&#38;gt;how can we  help you?&#38;lt;/h3&#38;gt;
      &#38;lt;label&#38;gt;Company&#38;lt;/label&#38;gt;
      &#38;lt;div class=&#38;quot;textarea&#38;quot;&#38;gt;
        &#38;lt;textarea rows=&#38;quot;5&#38;quot; cols=&#38;quot;30&#38;quot;&#38;gt;&#38;lt;/textarea&#38;gt;
      &#38;lt;/div&#38;gt;
      &#38;lt;div class=&#38;quot;btn-holder&#38;quot;&#38;gt;
        &#38;lt;input class=&#38;quot;btn-submit&#38;quot; type=&#38;quot;submit&#38;quot; value=&#38;quot;submit&#38;quot; /&#38;gt;
      &#38;lt;/div&#38;gt;
    &#38;lt;/div&#38;gt;
  &#38;lt;/fieldset&#38;gt;
&#38;lt;/form&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
