<?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: Terms and Conditions Text - Record in Form Entries database</title>
		<link>https://legacy.forums.gravityhelp.com/topic/terms-and-conditions-text-record-in-form-entries-database</link>
		<description>Gravity Support Forums Topic: Terms and Conditions Text - Record in Form Entries database</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:40:19 +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/terms-and-conditions-text-record-in-form-entries-database" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Terms and Conditions Text - Record in Form Entries database"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/terms-and-conditions-text-record-in-form-entries-database#post-41631</link>
			<pubDate>Sat, 19 Nov 2011 00:28:08 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">41631@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great.  Thank you for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>j.deutscher on "Terms and Conditions Text - Record in Form Entries database"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/terms-and-conditions-text-record-in-form-entries-database#post-41630</link>
			<pubDate>Fri, 18 Nov 2011 23:48:21 +0000</pubDate>
			<dc:creator>j.deutscher</dc:creator>
			<guid isPermaLink="false">41630@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for that, it works like it should now. Seeing as I had to take the function out of my functions.php and load the actual script on the page, I created a page template to used just by this form, so it works great. Thanks for help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Terms and Conditions Text - Record in Form Entries database"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/terms-and-conditions-text-record-in-form-entries-database#post-41440</link>
			<pubDate>Thu, 17 Nov 2011 16:00:28 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">41440@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is because of how multi-page forms work.  Your code isn't going to trigger on every page load.  You have to tell it to do so.  There is a jQuery hook you can use to do this that triggers code on each page load in a multi-page form.  Documentation for it is here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_page_loaded&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_page_loaded&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>j.deutscher on "Terms and Conditions Text - Record in Form Entries database"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/terms-and-conditions-text-record-in-form-entries-database#post-41393</link>
			<pubDate>Thu, 17 Nov 2011 08:32:35 +0000</pubDate>
			<dc:creator>j.deutscher</dc:creator>
			<guid isPermaLink="false">41393@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, but you should read my post in it's entirety, flauntbooks. But just to rehash,&#60;/p&#62;
&#60;p&#62;I am implementing this code in my functions.php to make a textarea field read only. It works on a textarea on the first page of my multi-page form (put there just for example), but not on the 5th page, where I want the actual read only textarea. Both textareas have the class gf_readonly. Visit the url to have a look.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://mouthhorse.wokabout.net/apply&#34; rel=&#34;nofollow&#34;&#62;http://mouthhorse.wokabout.net/apply&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>flauntbooks on "Terms and Conditions Text - Record in Form Entries database"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/terms-and-conditions-text-record-in-form-entries-database#post-41381</link>
			<pubDate>Thu, 17 Nov 2011 03:37:13 +0000</pubDate>
			<dc:creator>flauntbooks</dc:creator>
			<guid isPermaLink="false">41381@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can easily implement this for input fields by changing this line in the code:&#60;br /&#62;
 jQuery(&#34;li.gf_readonly input&#34;).attr(&#34;readonly&#34;,&#34;readonly&#34;);&#60;/p&#62;
&#60;p&#62;Make sure under Advanced -&#38;gt; you add the css class of gf_readonly to each input you would like as read only....&#60;/p&#62;
&#60;p&#62;That's my 2 cents and works like a charm following the instructions above.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>j.deutscher on "Terms and Conditions Text - Record in Form Entries database"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/terms-and-conditions-text-record-in-form-entries-database#post-41369</link>
			<pubDate>Wed, 16 Nov 2011 23:50:40 +0000</pubDate>
			<dc:creator>j.deutscher</dc:creator>
			<guid isPermaLink="false">41369@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok, I've got a slight problem with this. It doesn't work on a multi-page form.&#60;/p&#62;
&#60;p&#62;I've got a 5 page form (so far), and on the 5th page, I wanted to display some Terms &#38;amp; Conditions, but I could not for the life of me get this to work. So in preparation to post here, I put a textarea on the first page of the form so you wouldn't have to go through all pages, but the funny part is, the new textarea on the first page is not editable whereas on the 5th page it is. Both have the CSS class of gf_readonly.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://mouthhorse.wokabout.net/apply&#34; rel=&#34;nofollow&#34;&#62;http://mouthhorse.wokabout.net/apply&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I've un-required all the fields so you should just be able to click through to get to the last page to see for yourself. Any help or pointers would be appreciated. Oh, and I've gone the route of adding the function to my functions.php, but I've tried the other routes as well i.e. adding to header.php, footer.php.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FanaticWeb on "Terms and Conditions Text - Record in Form Entries database"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/terms-and-conditions-text-record-in-form-entries-database#post-29010</link>
			<pubDate>Sat, 02 Jul 2011 00:38:02 +0000</pubDate>
			<dc:creator>FanaticWeb</dc:creator>
			<guid isPermaLink="false">29010@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Guys, What about single lined text fields or pre-selected checkboxes? I'm trying to apply this code from my end on single lined pre-populated username and email fields for logged in users but its not working.&#60;/p&#62;
&#60;p&#62;Can you pretty please implement this option in the future?? a simple checkbox next to the field indicating it would be &#34;Read-only&#34; would do it.&#60;/p&#62;
&#60;p&#62;Common case scenarios for this feature would be:&#60;br /&#62;
Blog using a the GF Registration add-on, Users create their profiles and log in, pending on their roles, they can post articles to the blog, hence when submitting the post, the Username and Email field would be pre-populated using the &#34;Default Value : Insert variable&#34; approach and right there, a Read-only checkbox can make life easier to block the field from being edited.&#60;/p&#62;
&#60;p&#62;Just a friendly suggestion for the non-programmers out there :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Terms and Conditions Text - Record in Form Entries database"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/terms-and-conditions-text-record-in-form-entries-database#post-25501</link>
			<pubDate>Fri, 13 May 2011 14:17:20 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">25501@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Munman,&#60;/p&#62;
&#60;p&#62;This topic has been added to the list of helpful forum topics in the documentation:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/How_To#Helpful_Snippets_and_Forum_Topics&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/How_To#Helpful_Snippets_and_Forum_Topics&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;In regards to ditching the scroll bar, you can use CSS to adjust the height of the field so that it is tall enough that no scroll bar is required.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WebEndev on "Terms and Conditions Text - Record in Form Entries database"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/terms-and-conditions-text-record-in-form-entries-database#post-25302</link>
			<pubDate>Wed, 11 May 2011 11:57:58 +0000</pubDate>
			<dc:creator>WebEndev</dc:creator>
			<guid isPermaLink="false">25302@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;David -&#60;br /&#62;
That worked!&#60;br /&#62;
THIS should be in the documentation somewhere?&#60;br /&#62;
It would be nice if there was a new feature in future release that would enable an easy option to make a field readonly? &#60;/p&#62;
&#60;p&#62;Last question - since this is a paragraph text field, there is a scroll bar on the right when displaying the form. Not a big deal, but in my case, I would just as soon display all or the text, with no scroll.&#60;br /&#62;
Is this possible?&#60;/p&#62;
&#60;p&#62;Thanks again for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Terms and Conditions Text - Record in Form Entries database"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/terms-and-conditions-text-record-in-form-entries-database#post-25225</link>
			<pubDate>Tue, 10 May 2011 15:40:20 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">25225@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try this: &#60;a href=&#34;http://pastie.org/pastes/1886240/text&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/pastes/1886240/text&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Make sure you do not remove any of the &#38;lt;?php ?&#38;gt; tags.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
