<?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: Make a readonly field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/make-a-readonly-field</link>
		<description>Gravity Support Forums Topic: Make a readonly field</description>
		<language>en-US</language>
		<pubDate>Sun, 10 May 2026 19:09:26 +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/make-a-readonly-field" rel="self" type="application/rss+xml" />

		<item>
			<title>ddd on "Make a readonly field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/make-a-readonly-field#post-7080</link>
			<pubDate>Wed, 07 Jul 2010 03:34:18 +0000</pubDate>
			<dc:creator>ddd</dc:creator>
			<guid isPermaLink="false">7080@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks.. It worked.. only a few moments, i don't know why it doesn't work&#60;br /&#62;
anymore.&#60;br /&#62;
It's really rare...&#60;br /&#62;
Do you know why this is happening?&#60;/p&#62;
&#60;p&#62;Solved, in header.php I have to write &#38;lt; ? php wp_enqueue_script(&#34;jquery&#34;);  ? &#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Make a readonly field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/make-a-readonly-field#post-7034</link>
			<pubDate>Tue, 06 Jul 2010 08:26:24 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">7034@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I took a quick look and didn't see this functionality available by default but it's pretty easy to add yourself.&#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;On the advanced tab for each field add a &#34;disable&#34; class.
&#60;p&#62;This is just a class name that we will use to reference any elements that you want disabled so all though it makes sense to call it &#34;disable&#34; it can actually be anything you want.&#60;/li&#62;
&#60;li&#62;Make sure that you've &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/wp_enqueue_script&#34; rel=&#34;nofollow&#34;&#62;queued&#60;/a&#62; jQuery and add the following to you header.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
		jQuery(document).ready(function($){
			$(&#38;quot;.gform_wrapper .disable input&#38;quot;).attr(&#38;#39;disabled&#38;#39;,&#38;#39;disabled&#38;#39;);
		});
	&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This will disable all Gravity Form fields with the disable class that are inputs. If you need to also disable a select or any other field type, you will need to specify this like so:&#60;br /&#62;
&#60;code&#62;$(&#38;quot;.gform_wrapper .disable input, .gform_wrapper .disable select&#38;quot;).attr(&#38;#39;disabled&#38;#39;,&#38;#39;disabled&#38;#39;);&#60;/code&#62;
&#60;/li&#62;
&#60;p&#62;Hope that helps.&#60;/ol&#62;</description>
		</item>
		<item>
			<title>ddd on "Make a readonly field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/make-a-readonly-field#post-7027</link>
			<pubDate>Tue, 06 Jul 2010 04:00:05 +0000</pubDate>
			<dc:creator>ddd</dc:creator>
			<guid isPermaLink="false">7027@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello, this plugin is as better as i could imagine. But i don't know how to&#60;br /&#62;
solve something:&#60;br /&#62;
I have two forms, the first one is a first step form that pass Field Data&#60;br /&#62;
via query string to the second form. In the second form I get the content&#60;br /&#62;
of the variables and show in some fields. I would like that user can't&#60;br /&#62;
edit this fields.&#60;br /&#62;
There is a way to use the readonly in some fields?&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
