<?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: Complex Form - Not sure the best method</title>
		<link>https://legacy.forums.gravityhelp.com/topic/complex-form-not-sure-the-best-method</link>
		<description>Gravity Support Forums Topic: Complex Form - Not sure the best method</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:35:32 +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/complex-form-not-sure-the-best-method" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Complex Form - Not sure the best method"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/complex-form-not-sure-the-best-method#post-62531</link>
			<pubDate>Thu, 14 Jun 2012 08:55:07 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">62531@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I don't see anything too complex here. You could easily use the standard Gravity Forms fields for most of the data collection. Some single input, some dropdowns, and a paragraph text. I am not sure where your complexity lies in the code snippet you posted. Could you give me more information on the issue you are having?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>idiom on "Complex Form - Not sure the best method"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/complex-form-not-sure-the-best-method#post-62499</link>
			<pubDate>Thu, 14 Jun 2012 01:44:39 +0000</pubDate>
			<dc:creator>idiom</dc:creator>
			<guid isPermaLink="false">62499@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We have a pretty complicated form that has unique styles and formatting in order to make it flexible and responsive. I am a bit lost as to the best method for duplicating the form with Gravity Forms. Any direction would be great appreciated.. &#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;lt;form action=&#34;#&#34; class=&#34;contact-form&#34;&#38;gt;&#60;br /&#62;
						&#38;lt;fieldset&#38;gt;&#60;br /&#62;
							&#38;lt;div class=&#34;columns&#34;&#38;gt;&#60;br /&#62;
								&#38;lt;div class=&#34;column&#34;&#38;gt;&#60;br /&#62;
									&#38;lt;label for=&#34;pack1&#34;&#38;gt;First Name&#38;lt;/label&#38;gt;&#60;br /&#62;
									&#38;lt;span class=&#34;text-input&#34;&#38;gt;&#38;lt;input id=&#34;pack1&#34; class=&#34;text&#34; type=&#34;text&#34; /&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
									&#38;lt;label for=&#34;pack2&#34;&#38;gt;Last Name&#38;lt;/label&#38;gt;&#60;br /&#62;
									&#38;lt;span class=&#34;text-input&#34;&#38;gt;&#38;lt;input id=&#34;pack2&#34; class=&#34;text&#34; type=&#34;text&#34; /&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
									&#38;lt;label for=&#34;pack3&#34;&#38;gt;Email Address&#38;lt;/label&#38;gt;&#60;br /&#62;
									&#38;lt;span class=&#34;text-input&#34;&#38;gt;&#38;lt;input id=&#34;pack3&#34; class=&#34;text&#34; type=&#34;text&#34; /&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
									&#38;lt;div class=&#34;mini&#34;&#38;gt;&#60;br /&#62;
										&#38;lt;label for=&#34;pack20&#34;&#38;gt;Subject&#38;lt;/label&#38;gt;&#60;br /&#62;
										&#38;lt;div class=&#34;select-wrap&#34;&#38;gt;&#60;br /&#62;
											&#38;lt;select name=&#34;#&#34; id=&#34;pack20&#34;&#38;gt;&#60;br /&#62;
												&#38;lt;option&#38;gt;Schedule a Demo&#38;lt;/option&#38;gt;&#60;br /&#62;
												&#38;lt;option&#38;gt;Schedule a Demo&#38;lt;/option&#38;gt;&#60;br /&#62;
												&#38;lt;option&#38;gt;Schedule a Demo&#38;lt;/option&#38;gt;&#60;br /&#62;
											&#38;lt;/select&#38;gt;&#60;br /&#62;
										&#38;lt;/div&#38;gt;&#60;br /&#62;
									&#38;lt;/div&#38;gt;&#60;br /&#62;
								&#38;lt;/div&#38;gt;&#60;br /&#62;
								&#38;lt;div class=&#34;column&#34;&#38;gt;&#60;br /&#62;
									&#38;lt;label for=&#34;pack4&#34;&#38;gt;Title&#38;lt;/label&#38;gt;&#60;br /&#62;
									&#38;lt;span class=&#34;text-input&#34;&#38;gt;&#38;lt;input id=&#34;pack4&#34; class=&#34;text&#34; type=&#34;text&#34; /&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
									&#38;lt;label for=&#34;pack5&#34;&#38;gt;Phone Number&#38;lt;/label&#38;gt;&#60;br /&#62;
									&#38;lt;span class=&#34;text-input&#34;&#38;gt;&#38;lt;input id=&#34;pack5&#34; class=&#34;text&#34; type=&#34;text&#34; /&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
									&#38;lt;label for=&#34;pack6&#34;&#38;gt;Organization Name&#38;lt;/label&#38;gt;&#60;br /&#62;
									&#38;lt;span class=&#34;text-input&#34;&#38;gt;&#38;lt;input id=&#34;pack6&#34; class=&#34;text&#34; type=&#34;text&#34; /&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
									&#38;lt;label for=&#34;pack7&#34;&#38;gt;Select Your Country&#38;lt;/label&#38;gt;&#60;br /&#62;
									&#38;lt;div class=&#34;select-wrap&#34;&#38;gt;&#60;br /&#62;
										&#38;lt;select name=&#34;#&#34; id=&#34;pack7&#34;&#38;gt;&#60;br /&#62;
											&#38;lt;option&#38;gt;U.S.A.&#38;lt;/option&#38;gt;&#60;br /&#62;
											&#38;lt;option&#38;gt;U.S.A.&#38;lt;/option&#38;gt;&#60;br /&#62;
											&#38;lt;option&#38;gt;U.S.A.&#38;lt;/option&#38;gt;&#60;br /&#62;
										&#38;lt;/select&#38;gt;&#60;br /&#62;
									&#38;lt;/div&#38;gt;&#60;br /&#62;
								&#38;lt;/div&#38;gt;&#60;br /&#62;
								&#38;lt;div class=&#34;column column-last&#34;&#38;gt;&#60;br /&#62;
									&#38;lt;label for=&#34;pack8&#34;&#38;gt;Subject&#38;lt;/label&#38;gt;&#60;br /&#62;
									&#38;lt;div class=&#34;select-wrap&#34;&#38;gt;&#60;br /&#62;
										&#38;lt;select name=&#34;#&#34; id=&#34;pack8&#34;&#38;gt;&#60;br /&#62;
											&#38;lt;option&#38;gt;Schedule a Demo&#38;lt;/option&#38;gt;&#60;br /&#62;
											&#38;lt;option&#38;gt;Schedule a Demo&#38;lt;/option&#38;gt;&#60;br /&#62;
											&#38;lt;option&#38;gt;Schedule a Demo&#38;lt;/option&#38;gt;&#60;br /&#62;
										&#38;lt;/select&#38;gt;&#60;br /&#62;
									&#38;lt;/div&#38;gt;&#60;br /&#62;
									&#38;lt;label for=&#34;pack10&#34;&#38;gt;Message&#38;lt;/label&#38;gt;&#60;br /&#62;
									&#38;lt;div class=&#34;textarea&#34;&#38;gt;&#60;br /&#62;
										&#38;lt;textarea id=&#34;pack10&#34; cols=&#34;30&#34; rows=&#34;5&#34;&#38;gt;&#38;lt;/textarea&#38;gt;&#60;br /&#62;
									&#38;lt;/div&#38;gt;&#60;br /&#62;
								&#38;lt;/div&#38;gt;&#60;br /&#62;
							&#38;lt;/div&#38;gt;&#60;br /&#62;
							&#38;lt;div class=&#34;cover&#34;&#38;gt;&#60;br /&#62;
								&#38;lt;label for=&#34;pack21&#34;&#38;gt;Message&#38;lt;/label&#38;gt;&#60;br /&#62;
								&#38;lt;div class=&#34;textarea&#34;&#38;gt;&#60;br /&#62;
									&#38;lt;textarea id=&#34;pack21&#34; cols=&#34;30&#34; rows=&#34;5&#34;&#38;gt;&#38;lt;/textarea&#38;gt;&#60;br /&#62;
								&#38;lt;/div&#38;gt;&#60;br /&#62;
							&#38;lt;/div&#38;gt;&#60;br /&#62;
							&#38;lt;div class=&#34;btn-holder&#34;&#38;gt;&#60;br /&#62;
								&#38;lt;input type=&#34;submit&#34; value=&#34;SUBMIT INQUIRY&#34; title=&#34;SUBMIT INQUIRY&#34; class=&#34;submit gradient&#34; /&#38;gt;&#60;br /&#62;
							&#38;lt;/div&#38;gt;&#60;br /&#62;
						&#38;lt;/fieldset&#38;gt;&#60;br /&#62;
					&#38;lt;/form&#38;gt;&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
