<?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: input - Recent Posts</title>
		<link>https://legacy.forums.gravityhelp.com/tags/input</link>
		<description>Gravity Support Forums Tag: input - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:16:38 +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/input" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Review Website"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/review-website-1#post-376171</link>
			<pubDate>Wed, 07 Aug 2013 11:21:46 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">376171@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Unfortunately we don't have any plans to switch to a numbered list.  If you require any further assistance please open a new &#60;a href=&#34;http://www.gravityhelp.com/request-support/&#34; rel=&#34;nofollow&#34;&#62;support ticket&#60;/a&#62;. Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saturnus on "Review Website"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/review-website-1#post-376170</link>
			<pubDate>Tue, 06 Aug 2013 15:18:14 +0000</pubDate>
			<dc:creator>saturnus</dc:creator>
			<guid isPermaLink="false">376170@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;is there any plans to add numbered lists in the future instead of having to hack the form with html manually? :/
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Add class to input using php - not client side"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-class-to-input-using-php-not-client-side#post-376164</link>
			<pubDate>Sun, 28 Jul 2013 09:36:30 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">376164@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you still require assistance with this please open a new &#60;a href=&#34;http://www.gravityhelp.com/request-support/&#34; rel=&#34;nofollow&#34;&#62;support ticket&#60;/a&#62; or a &#60;a href=&#34;http://www.gravityhelp.com/priority-support/&#34; rel=&#34;nofollow&#34;&#62;priority support ticket&#60;/a&#62; if you are a developer license holder. Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Josh on "Add class to input using php - not client side"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-class-to-input-using-php-not-client-side#post-342108</link>
			<pubDate>Mon, 24 Jun 2013 10:01:36 +0000</pubDate>
			<dc:creator>Josh</dc:creator>
			<guid isPermaLink="false">342108@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I am trying to simple add class to input element so I can use bootstrap classes etc. But I don't want to use javascript because it takes to long to fire depending on the page load.&#60;/p&#62;
&#60;p&#62;So I am trying to achieve it with php. But I can only seem to add classes to the input container. Which is not helping my bootstrap integration.&#60;/p&#62;
&#60;p&#62;I am using less for all the style adjustments that work beautifully with gravity forms.&#60;/p&#62;
&#60;p&#62;It's just that I would like to customise the input size across different forms, and add classes to the inputs. I know I could use this code below and add another style to the bootstrap.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// ADD CLASS TO SIDEBAR INPUTS
add_action(&#38;quot;gform_field_css_class&#38;quot;, &#38;quot;sidebar_custom_class&#38;quot;, 10, 3);
function sidebar_custom_class($classes, $field, $form){
	if($form[&#38;quot;id&#38;quot;] == 2 &#38;amp;&#38;amp; $field[&#38;quot;type&#38;quot;] == &#38;quot;text&#38;quot;){
		$classes .= &#38;quot; input-block-level&#38;quot;;
	}
    return $classes;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I'm curious if I can add classes to inputs directly to save the hassle of adding more styles.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saturnus on "Review Website"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/review-website-1#post-332634</link>
			<pubDate>Wed, 19 Jun 2013 17:58:56 +0000</pubDate>
			<dc:creator>saturnus</dc:creator>
			<guid isPermaLink="false">332634@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;how can i make the &#34;list&#34; numbered, and also enable WSYWIG editor?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Review Website"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/review-website-1#post-332025</link>
			<pubDate>Wed, 19 Jun 2013 09:58:21 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">332025@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Take a look at this tutorial here:&#60;br /&#62;
&#60;a href=&#34;http://gravitywiz.com/use-gravity-forms-to-create-user-submitted-posts/&#34; rel=&#34;nofollow&#34;&#62;http://gravitywiz.com/use-gravity-forms-to-create-user-submitted-posts/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can either enable the create content template option on the post body fields to insert and format your fields accordingly or you could collect the data via post custom fields and format that data how you'd like at the theme level.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saturnus on "Review Website"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/review-website-1#post-330800</link>
			<pubDate>Tue, 18 Jun 2013 20:25:09 +0000</pubDate>
			<dc:creator>saturnus</dc:creator>
			<guid isPermaLink="false">330800@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So I want to use gravity forms + custom post type to make an &#34;Album Review&#34; post. The input would be an image resized to medium aligned to the left, with 3 lines to the right of it (release date, genre, record label). Then the review below it.&#60;/p&#62;
&#60;p&#62;Then the tracklisting, band links and buy the album below. &#60;/p&#62;
&#60;p&#62;Example: &#60;a href=&#34;http://www.thealtreview.net/2013/06/17/miles-kane-dont-forget-who-you-are/&#34; rel=&#34;nofollow&#34;&#62;http://www.thealtreview.net/2013/06/17/miles-kane-dont-forget-who-you-are/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;So of course I want to be able to use image upload, text, text area, WSYWIG editor, numbered list, etc.&#60;/p&#62;
&#60;p&#62;I have Contributors (so they would be the author of the post) submitting posts with Editors/Admins editing and publishing the post.  Of course Contributors consistently mess up the formatting so I want this to stop happening and have every review post look exactly the same and I want to make posting reviews simple which is why I want an input form that will become a post (the review).&#60;/p&#62;
&#60;p&#62;How would I go about acheiving this and is it possible? Obviously I want to be able to keep the way the album reviews look as they currently do.&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Surbma on "input type=number : set min and max"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/input-typenumber-set-min-and-max#post-297184</link>
			<pubDate>Sun, 02 Jun 2013 18:26:37 +0000</pubDate>
			<dc:creator>Surbma</dc:creator>
			<guid isPermaLink="false">297184@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;+1 for this. I just wanted to write the same post. It is something you have to fix asap.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Etic on "Possible to change name and id attributes of input fields??"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possible-to-change-name-and-id-attributes-of-input-fields#post-285042</link>
			<pubDate>Wed, 29 May 2013 00:10:56 +0000</pubDate>
			<dc:creator>Etic</dc:creator>
			<guid isPermaLink="false">285042@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have an issue like this one and I must find a way; my form is generating this name for a checkbox:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;input name=&#38;quot;input_2.1&#38;quot; type=&#38;quot;checkbox&#38;quot; ...&#38;quot; id=&#38;quot;choice_2_1&#38;quot; ...&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I understand we cannot change the name of the input, but the dot ( . ) in the name is causing some issue with a third party framework: &#34;Uncaught Error: Syntax error, unrecognized expression: input[name=input_2.1]&#34;&#60;/p&#62;
&#60;p&#62;I have tested and there is no error when using the input field name without the dot.&#60;br /&#62;
Is there any workaround, like always naming without using the dot?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chicharito on "input type=number : set min and max"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/input-typenumber-set-min-and-max#post-253717</link>
			<pubDate>Wed, 15 May 2013 03:54:59 +0000</pubDate>
			<dc:creator>chicharito</dc:creator>
			<guid isPermaLink="false">253717@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looking for this too
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
