<?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 Tag: fields - Recent Topics</title>
		<link>https://legacy.forums.gravityhelp.com/tags/fields</link>
		<description>Gravity Support Forums Tag: fields - Recent Topics</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:32:48 +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/tags/fields/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>MMI.Interactive on "Zip code field wrapped around span element with  element. HTML output?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/zip-code-field-wrapped-around-span-element-with-element-html-output#post-317623</link>
			<pubDate>Tue, 11 Jun 2013 17:58:05 +0000</pubDate>
			<dc:creator>MMI.Interactive</dc:creator>
			<guid isPermaLink="false">317623@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey guys,&#60;/p&#62;
&#60;p&#62;Using Gravity Forms 1.6.4.3 I ran into a issue using the address field. Currently the address field is being displayed on the page but somehow the span element for the zip code is being thrown just outside the select element that's being used for the state selection. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;li id=&#38;#39;field_11_3&#38;#39; class=&#38;#39;gfield gfield_contains_required&#38;#39; &#38;gt;
	&#38;lt;label class=&#38;#39;gfield_label&#38;#39; for=&#38;#39;input_11_3_1&#38;#39;&#38;gt;Address&#38;lt;span class=&#38;#39;gfield_required&#38;#39;&#38;gt;*&#38;lt;/span&#38;gt;&#38;lt;/label&#38;gt;
		&#38;lt;div class=&#38;#39;ginput_complex ginput_container&#38;#39; id=&#38;#39;input_11_3&#38;#39;&#38;gt;
			&#38;lt;span class=&#38;#39;ginput_full&#38;#39; id=&#38;#39;input_11_3_1_container&#38;#39;&#38;gt;&#38;lt;br /&#38;gt;
				&#38;lt;input type=&#38;#39;text&#38;#39; name=&#38;#39;input_3.1&#38;#39; id=&#38;#39;input_11_3_1&#38;#39; value=&#38;#39;&#38;#39; tabindex=&#38;#39;3&#38;#39; /&#38;gt;
				&#38;lt;label for=&#38;#39;input_11_3_1&#38;#39; id=&#38;#39;input_11_3_1_label&#38;#39;&#38;gt;Street Address&#38;lt;/label&#38;gt;
			&#38;lt;/span&#38;gt;
			&#38;lt;span class=&#38;#39;ginput_full&#38;#39; id=&#38;#39;input_11_3_2_container&#38;#39; &#38;gt;&#38;lt;br /&#38;gt;
				&#38;lt;input type=&#38;#39;text&#38;#39; name=&#38;#39;input_3.2&#38;#39; id=&#38;#39;input_11_3_2&#38;#39; value=&#38;#39;&#38;#39; tabindex=&#38;#39;4&#38;#39; /&#38;gt;
				&#38;lt;label for=&#38;#39;input_11_3_2&#38;#39; id=&#38;#39;input_11_3_2_label&#38;#39;&#38;gt;Address Line 2&#38;lt;/label&#38;gt;
			&#38;lt;/span&#38;gt;
			&#38;lt;span class=&#38;#39;ginput_left&#38;#39; id=&#38;#39;input_11_3_3_container&#38;#39;&#38;gt;&#38;lt;br /&#38;gt;
				&#38;lt;input type=&#38;#39;text&#38;#39; name=&#38;#39;input_3.3&#38;#39; id=&#38;#39;input_11_3_3&#38;#39; value=&#38;#39;&#38;#39; tabindex=&#38;#39;5&#38;#39; /&#38;gt;
				&#38;lt;label for=&#38;#39;input_11_3_3&#38;#39; id=&#38;#39;input_11_3.3_label&#38;#39;&#38;gt;City&#38;lt;/label&#38;gt;
			&#38;lt;/span&#38;gt;
			&#38;lt;span class=&#38;#39;ginput_right&#38;#39; id=&#38;#39;input_11_3_4_container&#38;#39; &#38;gt;&#38;lt;br /&#38;gt;
				&#38;lt;select name=&#38;#39;input_3.4&#38;#39; id=&#38;#39;input_11_3_4&#38;#39; tabindex=&#38;#39;6&#38;#39;   &#38;gt;
				&#38;lt;option value=&#38;#39;&#38;#39; selected=&#38;#39;selected&#38;#39;&#38;gt;&#38;lt;/option&#38;gt;
			&#38;lt;/select&#38;gt;
			&#38;lt;p&#38;gt;&#38;lt;label for=&#38;#39;input_11_3_4&#38;#39; id=&#38;#39;input_11_3_4_label&#38;#39;&#38;gt;State&#38;lt;/label&#38;gt;
			&#38;lt;/span&#38;gt;
&#38;lt;!--Problem starts here--&#38;gt;
&#38;lt;!--This should be outside span element input_11_3_4_container--&#38;gt;
			&#38;lt;span class=&#38;#39;ginput_left&#38;#39; id=&#38;#39;input_11_3_5_container&#38;#39;&#38;gt;&#38;lt;br /&#38;gt;
				&#38;lt;input type=&#38;#39;text&#38;#39; name=&#38;#39;input_3.5&#38;#39; id=&#38;#39;input_11_3_5&#38;#39; value=&#38;#39;&#38;#39; tabindex=&#38;#39;8&#38;#39; /&#38;gt;
				&#38;lt;label for=&#38;#39;input_11_3_5&#38;#39; id=&#38;#39;input_11_3_5_label&#38;#39;&#38;gt;Zip Code&#38;lt;/label&#38;gt;
			&#38;lt;/span&#38;gt;&#38;lt;br /&#38;gt;
				&#38;lt;input type=&#38;#39;hidden&#38;#39; class=&#38;#39;gform_hidden&#38;#39; name=&#38;#39;input_3.6&#38;#39; id=&#38;#39;input_11_3_6&#38;#39; value=&#38;#39;United States&#38;#39;/&#38;gt;
			&#38;lt;/div&#38;gt;
&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;When it should look like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;li id=&#38;quot;field_1_1&#38;quot;&#38;gt;
&#38;lt;label&#38;gt;label here&#38;lt;/label&#38;gt;
&#38;lt;div class=&#38;quot;ginput_complex&#38;quot;&#38;gt;
&#38;lt;span class=&#38;quot;ginput_full&#38;quot;&#38;gt;Street Address Field&#38;lt;/span&#38;gt;
&#38;lt;span class=&#38;quot;ginput_full&#38;quot;&#38;gt;Street Address 2 Field&#38;lt;/span&#38;gt;
&#38;lt;span class=&#38;quot;ginput_full&#38;quot;&#38;gt;City field&#38;lt;/span&#38;gt;
&#38;lt;span class=&#38;quot;ginput_full&#38;quot;&#38;gt;Select dropdown field&#38;lt;/span&#38;gt;
&#38;lt;span class=&#38;quot;ginput_full&#38;quot;&#38;gt;Zip code field&#38;lt;/span&#38;gt;
&#38;lt;/div&#38;gt;
&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Of course I simplified the code, but just to give you an idea.&#60;/p&#62;
&#60;p&#62;Any idea as to why it renders that way?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>peterluit on "adding a &#039;number&#039; field to the &#039;option field&#039; for the Price fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-a-number-field-to-the-option-field-for-the-price-fields#post-373066</link>
			<pubDate>Wed, 10 Jul 2013 08:13:58 +0000</pubDate>
			<dc:creator>peterluit</dc:creator>
			<guid isPermaLink="false">373066@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I do use an option field to have a customer select an extra article to be added to a product selection made before. I do use the GravityForms add-on in WooCommerce to integrate this form in WooCommerce.&#60;/p&#62;
&#60;p&#62;However my customer wants to insert a number of articles for each option. So the option field should ook like this:&#60;/p&#62;
&#60;p&#62;option name1, fill in the number you want, price per each, total price for this option&#60;br /&#62;
option name2, fill in the number you want, price per each, total price for this option&#60;br /&#62;
etc.&#60;/p&#62;
&#60;p&#62;so: subtotal-per-line=number-per-line * price-per-line&#60;/p&#62;
&#60;p&#62;And all of the 'total price for this option' added together should be added to the base price.&#60;/p&#62;
&#60;p&#62;Is that possible?&#60;br /&#62;
Kind Regards,&#60;/p&#62;
&#60;p&#62;Peter Luit&#60;br /&#62;
Netherlands
&#60;/p&#62;</description>
		</item>
		<item>
			<title>simplycm on "Drag fields into place instead of adding to bottom"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/drag-fields-into-place-instead-of-adding-to-bottom#post-355641</link>
			<pubDate>Mon, 01 Jul 2013 09:56:42 +0000</pubDate>
			<dc:creator>simplycm</dc:creator>
			<guid isPermaLink="false">355641@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've been working on some very long forms and find that I do a lot of scrolling because when a new field is added it is placed at the bottom of the form. It would be great if fields could be dragged into the dished place on the form instead.&#60;/p&#62;
&#60;p&#62;Combine this with the other request I saw to make the field buttons always visible while scrolling and it would eliminate a lot of tedious work when building long forms.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fterheide on "Unable to add fields in form editor"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/unable-to-add-fields-in-form-editor#post-355509</link>
			<pubDate>Mon, 01 Jul 2013 08:36:26 +0000</pubDate>
			<dc:creator>fterheide</dc:creator>
			<guid isPermaLink="false">355509@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Dear all,&#60;/p&#62;
&#60;p&#62;I've just installed Gravity forms and updated to the most recent version.&#60;br /&#62;
WP is version 3.5.2.&#60;/p&#62;
&#60;p&#62;When I create a new form, I can't add any fields. There is just nothing happening when I click on a field to add to the form. I've tried another browser (Firefox, IE, Chrome) and a different computer but I just can't add any fields?!&#60;/p&#62;
&#60;p&#62;The 'first steps' are not dissapearing when I click on flields to add, nothing happends.&#60;/p&#62;
&#60;p&#62;What could be the problem?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jason on "Hide &#039;parts&#039; of a forms email submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-parts-of-a-forms-email-submission#post-196025</link>
			<pubDate>Wed, 03 Apr 2013 22:33:08 +0000</pubDate>
			<dc:creator>Jason</dc:creator>
			<guid isPermaLink="false">196025@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there,&#60;br /&#62;
I have a complex form, which to be totally honest I'd like to keep using the {all_fields} option on for notifications.&#60;br /&#62;
But (&#38;amp; I know you are going to say add each individual form entry/merge tag etc, etc...) I'd like to hide certain form fields from being sent/displayed in the email notification - without having to do that.&#60;br /&#62;
Is there any other way I can somehow group certain fields (credit card details in this case) &#38;amp; have a display:none !important (ok, perhaps not exactly like that) but somehow keep those form fields from being sent/displayed whilst retaining the {all_fields} option?&#60;br /&#62;
You see it seems that if I do that (keep the {all_fields} option) then the fields that aren't filled in by the user aren't displayed in the email (the desired result), but if I start manually adding each individual form field/merge tag to the email notification - then all fields are displayed regardless of whether or not the user has filled in those form fields - making the email notification somewhat harrowing to trawl through for the client.&#60;br /&#62;
See my dilema?&#60;br /&#62;
Granted - I am probably missing something here, hence my question.&#60;br /&#62;
Thanks for listening  :)&#60;br /&#62;
Jas
&#60;/p&#62;</description>
		</item>
		<item>
			<title>germars on "fields with list"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fields-with-list#post-323698</link>
			<pubDate>Fri, 14 Jun 2013 17:08:48 +0000</pubDate>
			<dc:creator>germars</dc:creator>
			<guid isPermaLink="false">323698@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I wonder if there is a way to do the following:&#60;/p&#62;
&#60;p&#62;I have a form that will be filled out by a coach.  He will list the players that he is registering  - up to ten of them.  But the name also needs to have other information, like the following:&#60;/p&#62;
&#60;p&#62;Name     Reg RC?  Which Club&#60;/p&#62;
&#60;p&#62;So they would fill in:&#60;/p&#62;
&#60;p&#62;Joe Blow  Yes  RT Rugby Club&#60;/p&#62;
&#60;p&#62;Is there a way to set up this sort of thing for ten people?  If it was one, I would just set it up with a name,  a radio button field, and a text field.  But for ten it seems a bit excessive.&#60;/p&#62;
&#60;p&#62;Any suggestion would be welcome.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ethanhinson on "Unable to edit fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/unable-to-edit-fields#post-303912</link>
			<pubDate>Wed, 05 Jun 2013 12:09:20 +0000</pubDate>
			<dc:creator>ethanhinson</dc:creator>
			<guid isPermaLink="false">303912@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have updated to the most up to date version of gravity forms, but I am still unable to edit fields. I am able to add, duplicate, and delete new fields, but when I try to edit them, nothing happens. After doing some investigating I found that it is a javascript error, but I have no idea how to fix it. This is the error that I get: &#60;/p&#62;
&#60;p&#62;Uncaught TypeError: Object function (test_var) {&#60;br /&#62;
 	var r = this.indexOf(test_var, 0);&#60;br /&#62;
    return (r!=undefined &#38;amp;&#38;amp; (r != -1)) ;&#60;br /&#62;
} has no method 'split' &#60;/p&#62;
&#60;p&#62;Any ideas on how to fix this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ultramel123 on "Populate form input text with Dropdown selection"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populate-form-input-text-with-dropdown-selection#post-263529</link>
			<pubDate>Mon, 20 May 2013 15:49:39 +0000</pubDate>
			<dc:creator>ultramel123</dc:creator>
			<guid isPermaLink="false">263529@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there. &#60;/p&#62;
&#60;p&#62;Great plugin first of all :)&#60;/p&#62;
&#60;p&#62;I have a form with different &#34;drop-down&#34; fields where the user chooses a &#34;menu&#34; for their conference.  These are my dropdown values:&#60;/p&#62;
&#60;p&#62;Menu 1 &#124; 90&#60;br /&#62;
Menu 2 &#124;120&#60;br /&#62;
Menu 3 &#124;150&#60;/p&#62;
&#60;p&#62;I would like to have a text field on my form, which displays the actual menu text for the relevant selection made in the dropdown. &#60;/p&#62;
&#60;p&#62;ie if the user selects &#34;Menu 1 &#124;90&#34; - then the text field should populate with the text:&#60;br /&#62;
&#34;Menu1: Rice, Chicken, Vegetables &#38;amp; 1 salad&#34;... (or something like that)&#60;/p&#62;
&#60;p&#62;is this possible?&#60;/p&#62;
&#60;p&#62;Thank you so much for a great plugin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>HarroH on "Conditional logic empties fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-empties-fields#post-270572</link>
			<pubDate>Thu, 23 May 2013 09:15:53 +0000</pubDate>
			<dc:creator>HarroH</dc:creator>
			<guid isPermaLink="false">270572@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi All,&#60;/p&#62;
&#60;p&#62;I have a simple form:&#60;br /&#62;
 - 1 checkbox&#60;br /&#62;
 - 1 field&#60;br /&#62;
There is a conditional logic on the field, that if the checkbox has been checked, it should show.&#60;/p&#62;
&#60;p&#62;problem is that when I check the checkbox, fill in the field and then turn the checkbox OFF and then ON again, the field is emptied. Is there a way to make sure the field is not empties on conditional logic? It is complete inlogic with normal user behavious if fields are empties when they switch form options.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Josh on "Security/SSL options."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/securityssl-options#post-31</link>
			<pubDate>Tue, 25 Aug 2009 19:32:54 +0000</pubDate>
			<dc:creator>Josh</dc:creator>
			<guid isPermaLink="false">31@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Specifically 2 things:&#60;/p&#62;
&#60;p&#62;1) The ability to choose to redirect users to ssl version of the page/form (checkbox option on the form config would work).&#60;/p&#62;
&#60;p&#62;2) The ability to restrict form fields from being emailed.  Absolute Form Processor .NET will encrypt specific fields and not include them on the email. The form admin has to visit the backend to access the encrypted info. This is particularly useful to us as we take SSN and student ID information in forms. Today our admissions application is handled this way and admissions staff log into the backend to get the full student data.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
