<?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: Change Appearance of Read only Number Field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/change-appearance-of-read-only-number-field</link>
		<description>Gravity Support Forums Topic: Change Appearance of Read only Number Field</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:54:24 +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/change-appearance-of-read-only-number-field" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Change Appearance of Read only Number Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-appearance-of-read-only-number-field#post-239817</link>
			<pubDate>Mon, 06 May 2013 10:00:12 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">239817@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you got it sorted out. I'll mention it to Dave at GravityWiz. All my best!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rickcd on "Change Appearance of Read only Number Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-appearance-of-read-only-number-field#post-239420</link>
			<pubDate>Mon, 06 May 2013 03:30:20 +0000</pubDate>
			<dc:creator>rickcd</dc:creator>
			<guid isPermaLink="false">239420@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the post semyou, was having a nightmare with it and I'm afraid that I didn't get any further with your snippet.&#60;/p&#62;
&#60;p&#62;However, I have finally found that if there is any conditional logic in the form, the snippet will not work as expected. Bit annoying that the form isn't as dynamic as it was before, but glad to have it working and looking right.&#60;/p&#62;
&#60;p&#62;Would be great if you gravity forms guys could come up with a fix for the snippet when conditional logic is used. For forms that are sold as being good for pricing and purchases, a subtotal is a pretty crucial field.&#60;/p&#62;
&#60;p&#62;For anyone that is interested, the final form is here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://warwickstudentstorage.co.uk/book-storage/&#34; rel=&#34;nofollow&#34;&#62;http://warwickstudentstorage.co.uk/book-storage/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks again
&#60;/p&#62;</description>
		</item>
		<item>
			<title>semyou on "Change Appearance of Read only Number Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-appearance-of-read-only-number-field#post-238801</link>
			<pubDate>Sun, 05 May 2013 17:16:34 +0000</pubDate>
			<dc:creator>semyou</dc:creator>
			<guid isPermaLink="false">238801@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry. Posted twice. Deleting this one.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>semyou on "Change Appearance of Read only Number Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-appearance-of-read-only-number-field#post-238802</link>
			<pubDate>Sun, 05 May 2013 17:16:31 +0000</pubDate>
			<dc:creator>semyou</dc:creator>
			<guid isPermaLink="false">238802@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I had a crash also as soon I installed it too. But it was due to the ' and &#34; problems. Here is the fix I did on line 2. Let me know if it fixes yours.&#60;/p&#62;
&#60;p&#62; $script = '(function($){' .&#60;br /&#62;
        &#34;$('.gf_money input').each(function(){&#34; .&#60;br /&#62;
        '$(this).val(gformFormatMoney($(this).val()));' .&#60;br /&#62;
        '}).change(function(){' .&#60;br /&#62;
        '$(this).val(gformFormatMoney($(this).val()));' .&#60;br /&#62;
        '});' .&#60;br /&#62;
        '})(jQuery);';
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rickcd on "Change Appearance of Read only Number Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-appearance-of-read-only-number-field#post-238633</link>
			<pubDate>Sun, 05 May 2013 14:14:46 +0000</pubDate>
			<dc:creator>rickcd</dc:creator>
			<guid isPermaLink="false">238633@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If it is any help, I'm getting a jquery conflict error with this &#34;jquery.js?ver=1.8.3:2&#34; when the snippet is installed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rickcd on "Change Appearance of Read only Number Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-appearance-of-read-only-number-field#post-238309</link>
			<pubDate>Sun, 05 May 2013 09:35:54 +0000</pubDate>
			<dc:creator>rickcd</dc:creator>
			<guid isPermaLink="false">238309@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the reply, here is a link to my themes function php &#60;a href=&#34;http://pastebin.com/DwjUWQ06&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/DwjUWQ06&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Change Appearance of Read only Number Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-appearance-of-read-only-number-field#post-232060</link>
			<pubDate>Wed, 01 May 2013 09:38:36 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">232060@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you post your full functions.php file on pastebin so we can take a look at it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rickcd on "Change Appearance of Read only Number Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-appearance-of-read-only-number-field#post-231996</link>
			<pubDate>Wed, 01 May 2013 08:02:58 +0000</pubDate>
			<dc:creator>rickcd</dc:creator>
			<guid isPermaLink="false">231996@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So is that as far as a $199 developer licence gets you in terms of support? A link to a snippet which at worst crashes the site, and at best removes the form?&#60;/p&#62;
&#60;p&#62;Not too impressive guys.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rickcd on "Change Appearance of Read only Number Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-appearance-of-read-only-number-field#post-228676</link>
			<pubDate>Sun, 28 Apr 2013 12:49:23 +0000</pubDate>
			<dc:creator>rickcd</dc:creator>
			<guid isPermaLink="false">228676@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Have been playing around with the snippet and have got as far as it not causing the entire site to crash, but now the form no longer displays. Could this be something to do with the recent update? I know there have been a few other issues knocking around.&#60;/p&#62;
&#60;p&#62;I've since moved on to changing the appearance of the number field, to look like a total field: basically no border, green text and a bit larger than the rest of the text.&#60;/p&#62;
&#60;p&#62;I'm completely stumped. This is the final hurdle to getting this site live and it is doing my head in!&#60;/p&#62;
&#60;p&#62;Any help is greatly appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rickcd on "Change Appearance of Read only Number Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-appearance-of-read-only-number-field#post-227103</link>
			<pubDate>Sat, 27 Apr 2013 10:24:31 +0000</pubDate>
			<dc:creator>rickcd</dc:creator>
			<guid isPermaLink="false">227103@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Rob and Richard, tried it both with and without the opening &#38;lt;?php tag with the same result each time. The theme is Udesign if that makes any difference at all?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
