<?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: single line text max length</title>
		<link>https://legacy.forums.gravityhelp.com/topic/single-line-text-max-length</link>
		<description>Gravity Support Forums Topic: single line text max length</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:51:55 +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/single-line-text-max-length" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "single line text max length"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/single-line-text-max-length#post-4373</link>
			<pubDate>Tue, 30 Mar 2010 14:57:26 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">4373@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There isn't a way to set a maxlength right now but you can set a custom class per field and should just have to declare the attributes for the class once in the jQuery snippet
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Web Business Freedom on "single line text max length"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/single-line-text-max-length#post-4372</link>
			<pubDate>Tue, 30 Mar 2010 14:22:48 +0000</pubDate>
			<dc:creator>Web Business Freedom</dc:creator>
			<guid isPermaLink="false">4372@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hopefully there is a better way to identify the input field but this is what I have in my custom programming plugin:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;var $j = jQuery.noConflict();
$j(document).ready(function(){
  // max length for tag fields&#38;lt;br /&#38;gt;
  $j(&#38;quot;#input_1_9&#38;quot;).attr({maxlength:4});
  $j(&#38;quot;#input_1_20&#38;quot;).attr({maxlength:4});
  $j(&#38;quot;#input_1_22&#38;quot;).attr({maxlength:4});
});&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Web Business Freedom on "single line text max length"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/single-line-text-max-length#post-4370</link>
			<pubDate>Tue, 30 Mar 2010 13:56:33 +0000</pubDate>
			<dc:creator>Web Business Freedom</dc:creator>
			<guid isPermaLink="false">4370@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How can I set the max length of a single line of text? I am looking maybe with some jquery, but I can't set a custom id on the field either
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
