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

		<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>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>Spinal on "input type=number : set min and max"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/input-typenumber-set-min-and-max#post-242641</link>
			<pubDate>Wed, 08 May 2013 08:35:53 +0000</pubDate>
			<dc:creator>Spinal</dc:creator>
			<guid isPermaLink="false">242641@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Number fields in GF are HTML5 &#38;lt;input type=&#34;number&#34;&#38;gt; elements. However, it does not take full benefit of HTML5: the min and max values are not set.&#60;br /&#62;
In other words, if I make a number field in GF and set the minimum value to 1 and the maximum value to 100, GF should create the element as such: &#38;lt;input type=&#34;number&#34; min=1 max=100&#38;gt; which means HTML5-enabled browsers don't allow you to input numbers lower than 1 or higher than 100. Right now, GF does not do this (instead it outputs a text below the input explaining this), so please add this.&#60;/p&#62;
&#60;p&#62;-edit-&#60;br /&#62;
For your convenience :) I think this should be added to common.php around line 3000
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bemarketing 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-77136</link>
			<pubDate>Mon, 24 Sep 2012 11:00:53 +0000</pubDate>
			<dc:creator>bemarketing</dc:creator>
			<guid isPermaLink="false">77136@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;(I already read the topic from 2010 by the way, but I wasn't sure if there were any updates)..&#60;/p&#62;
&#60;p&#62;I'm trying to use Gravity Forms to display my form correctly with validation and everything, however, I need to change the name and id attributes in order to integrate it with Bullhorn Staffing's API correctly.. so I was wondering if there was any way to do this.. &#60;/p&#62;
&#60;p&#62;Also, all my PHP code for actually handling the form is in the template, so I'm assuming there shouldn't be any issues with the form action being the same page, correct? (If not, is there any way to change the action as well?)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>magoo on "Time field not displaying in firefox correctly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-field-not-displaying-in-firefox-correctly#post-225872</link>
			<pubDate>Fri, 26 Apr 2013 17:15:48 +0000</pubDate>
			<dc:creator>magoo</dc:creator>
			<guid isPermaLink="false">225872@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I just bought Gravity Forms and the time field is not displaying correctly in firefox. It works in explorer and chrome. Will you please help me?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://img825.imageshack.us/img825/8133/formm.jpg&#34; rel=&#34;nofollow&#34;&#62;http://img825.imageshack.us/img825/8133/formm.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
Magoo
&#60;/p&#62;</description>
		</item>
		<item>
			<title>karen_barnett@rocketmail.com on "Size of Font on Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/size-of-font-on-form#post-207660</link>
			<pubDate>Fri, 12 Apr 2013 23:27:01 +0000</pubDate>
			<dc:creator>karen_barnett@rocketmail.com</dc:creator>
			<guid isPermaLink="false">207660@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I am trying to increase the size of the fonts on the form, only in the boxes, could you let me know how to do it?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://redwagonphotography.com.au/orderform/&#34; rel=&#34;nofollow&#34;&#62;http://redwagonphotography.com.au/orderform/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any help would be great!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ian Rogers on "Input Fields Not Working in Firefox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/input-fields-not-working-in-firefox#post-207377</link>
			<pubDate>Fri, 12 Apr 2013 16:21:58 +0000</pubDate>
			<dc:creator>Ian Rogers</dc:creator>
			<guid isPermaLink="false">207377@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Look at the form on the home page of this website:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://weeklydesigngrind.com/&#34; rel=&#34;nofollow&#34;&#62;http://weeklydesigngrind.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The two fields next to each other are not working properly. I have look into the CSS but I'm not sure what is going on. Any help would be great appreciated. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Edson Cruz on "I can not see more fields to fill"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/i-can-not-see-more-fields-to-fill#post-204409</link>
			<pubDate>Wed, 10 Apr 2013 20:43:20 +0000</pubDate>
			<dc:creator>Edson Cruz</dc:creator>
			<guid isPermaLink="false">204409@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I made a form, I can not see more fields to fill.&#60;br /&#62;
Can you help me, what is wrong?&#60;br /&#62;
&#60;a href=&#34;http://smsdescontos.com.br/register-form/&#34; rel=&#34;nofollow&#34;&#62;http://smsdescontos.com.br/register-form/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;thank you&#60;br /&#62;
Edson
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mandncreative on "Send email response to user based on location selection"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/send-email-response-to-user-based-on-location-selection#post-195763</link>
			<pubDate>Wed, 03 Apr 2013 17:49:38 +0000</pubDate>
			<dc:creator>mandncreative</dc:creator>
			<guid isPermaLink="false">195763@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Making form to request info from company.  User will select location - let's say location A &#38;amp; location B - and whether they want to get info via usps mail or email.  &#60;/p&#62;
&#60;p&#62;If they choose usps mail want them to get response specific to their location.&#60;br /&#62;
If they choose via email, want them to get response for specific location with attachment of .pdf file with info for that location.&#60;/p&#62;
&#60;p&#62;Any help on best way to set this up would be greatly appreciated.&#60;/p&#62;
&#60;p&#62;Thanks, &#60;/p&#62;
&#60;p&#62;Matt
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Vin Thomas on "Can&#039;t type in text inputs in Firefox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cant-type-in-text-inputs-in-firefox#post-179520</link>
			<pubDate>Thu, 21 Mar 2013 11:35:43 +0000</pubDate>
			<dc:creator>Vin Thomas</dc:creator>
			<guid isPermaLink="false">179520@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm dealing with an odd bug in Firefox where I can't type into the text input fields. Here's the page in question: &#60;a href=&#34;http://www.greyowlinspections.com/contact/&#34; rel=&#34;nofollow&#34;&#62;http://www.greyowlinspections.com/contact/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The textarea works fine, and the inputs show the focused style when I click on them or tab into them, but there's no cursor and it doesn't record anything I type. There's no javascript errors in the console, I'm not using any weird CSS hacks, and my google-fu didn't turn up anything relevant. Is this a browser bug? I haven't seen this on any of the other contact forms I've done. But it might be site-specific, because I created another form with just one input and it's doing the same thing: &#60;a href=&#34;http://www.greyowlinspections.com/form/&#34; rel=&#34;nofollow&#34;&#62;http://www.greyowlinspections.com/form/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
