<?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: Disable Textbox</title>
		<link>https://legacy.forums.gravityhelp.com/topic/disable-textbox</link>
		<description>Gravity Support Forums Topic: Disable Textbox</description>
		<language>en-US</language>
		<pubDate>Tue, 07 Apr 2026 12:14:22 +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/disable-textbox" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Disable Textbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/disable-textbox#post-61096</link>
			<pubDate>Fri, 01 Jun 2012 08:55:33 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">61096@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I will pass your note on to the developers. Glad you were able to find an acceptable workaround.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>digitsoft on "Disable Textbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/disable-textbox#post-61059</link>
			<pubDate>Thu, 31 May 2012 20:37:14 +0000</pubDate>
			<dc:creator>digitsoft</dc:creator>
			<guid isPermaLink="false">61059@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It needs to be dynamic - I need to display a variable that's passed in the url AND save it to the database.&#60;/p&#62;
&#60;p&#62;I just gave up trying to do it easily...added a hidden field that's self populated from the post and grabbed that info in the page directly via php so I could display it too.&#60;/p&#62;
&#60;p&#62;I still think there's a use for having a field type that allows text to be passed and saved in the db without allowing users the ability to edit it.&#60;/p&#62;
&#60;p&#62;Here's what we had to accomplish:&#60;br /&#62;
1. Pass a member id via url&#60;br /&#62;
2. Add text to the beginning of it&#60;br /&#62;
3. Display it on screen&#60;br /&#62;
4. Save that same info to the db&#60;/p&#62;
&#60;p&#62;URL sent:  &#60;a href=&#34;http://gravityhelp.com/?ref=123456&#34; rel=&#34;nofollow&#34;&#62;http://gravityhelp.com/?ref=123456&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Form:&#60;br /&#62;
Please either call 888-888-8888 and provide them with your customer number: MYID123456 or fill out the form below.&#60;/p&#62;
&#60;p&#62;(field with admin view only) - stores 123456 in the db
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Disable Textbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/disable-textbox#post-61054</link>
			<pubDate>Thu, 31 May 2012 18:47:11 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">61054@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What about a blank HTML field that you then pre-populate with whatever information you want? Would that be a workable solution for you? HTML fields by default aren't input fields and are for display only.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>digitsoft on "Disable Textbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/disable-textbox#post-61053</link>
			<pubDate>Thu, 31 May 2012 18:45:14 +0000</pubDate>
			<dc:creator>digitsoft</dc:creator>
			<guid isPermaLink="false">61053@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey David...&#60;/p&#62;
&#60;p&#62;I get that it's about collecting info, but it seems like a simple thing to add and there have been plenty of people interested.&#60;/p&#62;
&#60;p&#62;If I knew why it hasn't worked, I could've fixed it ;)  The short answer is this - any field I try to disable still allows editing.  Even the source shows that the css is set to disabled, but the fields remain unchanged.&#60;/p&#62;
&#60;p&#62;Unfortunately I can't post a link to it publicly, but here's what I tried:&#60;br /&#62;
1. Adding the filters (1 at a time) to the theme's function file and setting the input field's css to readonly or disabled (whatever the filter called for)&#60;/p&#62;
&#60;p&#62;2. Followed another David's post here: &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/make-a-readonly-field#post-7034&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/make-a-readonly-field#post-7034&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'll keep working on a solution, but any ideas as to how to disable a field would be helpful.&#60;/p&#62;
&#60;p&#62;Thanks...&#60;/p&#62;
&#60;p&#62;Rob
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Disable Textbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/disable-textbox#post-61035</link>
			<pubDate>Thu, 31 May 2012 15:34:44 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">61035@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gravity Forms focuses on collecting user data, and as such, a form field that doesn't allow the collection of user data hasn't been a priority. You don't mention why none of these have worked for you. Can you link to your form and let me know what exactly you've done so far, and why it hasn't worked?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>digitsoft on "Disable Textbox"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/disable-textbox#post-61031</link>
			<pubDate>Thu, 31 May 2012 15:06:55 +0000</pubDate>
			<dc:creator>digitsoft</dc:creator>
			<guid isPermaLink="false">61031@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have tested every solution shown in the forums from these posts and none work:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/make-a-readonly-field#post-7034&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/make-a-readonly-field#post-7034&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/read-only-fields-1&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/read-only-fields-1&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/terms-and-conditions-text-record-in-form-entries-database#post-25225&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/terms-and-conditions-text-record-in-form-entries-database#post-25225&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I need to be able to pass a variable in the url, display it in a field, make it readonly, and store it in the db.&#60;/p&#62;
&#60;p&#62;I really don't know why setting a field to readonly isn't an included option...like a simple checkbox...seriously...
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
