<?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: Read-only Field Help / Dynamically Populate a Section Break</title>
		<link>https://legacy.forums.gravityhelp.com/topic/read-only-field-help-dynamically-populate-a-section-break</link>
		<description>Gravity Support Forums Topic: Read-only Field Help / Dynamically Populate a Section Break</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Apr 2026 07:50:33 +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/read-only-field-help-dynamically-populate-a-section-break" rel="self" type="application/rss+xml" />

		<item>
			<title>theslink2000 on "Read-only Field Help / Dynamically Populate a Section Break"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/read-only-field-help-dynamically-populate-a-section-break#post-66062</link>
			<pubDate>Fri, 13 Jul 2012 03:05:09 +0000</pubDate>
			<dc:creator>theslink2000</dc:creator>
			<guid isPermaLink="false">66062@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok whilst I never got a reply from an admin I have managed to get a working solution.  &#60;/p&#62;
&#60;p&#62;I couldn't get this to work to start with but after going back to it as a last resort after not getting a response here I have managed to get it functioning this time.&#60;/p&#62;
&#60;p&#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;So combine that with the dynamic population between pages I outlined in my last post I have a working solution.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>theslink2000 on "Read-only Field Help / Dynamically Populate a Section Break"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/read-only-field-help-dynamically-populate-a-section-break#post-65790</link>
			<pubDate>Wed, 11 Jul 2012 12:22:27 +0000</pubDate>
			<dc:creator>theslink2000</dc:creator>
			<guid isPermaLink="false">65790@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kind of a bump but I've got something to add as well.&#60;/p&#62;
&#60;p&#62;I've managed to get my whole form to populate hidden post fields on the same page using this JQuery &#60;a href=&#34;http://pastie.org/4230744&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/4230744&#60;/a&#62; but the field I've described to start with (the textarea, read only field) doesn't work with this.  The reason being it is dependent on the source field being clicked in to fire the script, if you click on the field first it will the populate when you click again (anywhere).  I'm sure there's something I can do with the gform_pre_submission hook but I can't get anywhere with it.&#60;/p&#62;
&#60;p&#62;Anyone got any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>theslink2000 on "Read-only Field Help / Dynamically Populate a Section Break"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/read-only-field-help-dynamically-populate-a-section-break#post-65234</link>
			<pubDate>Sun, 08 Jul 2012 08:57:58 +0000</pubDate>
			<dc:creator>theslink2000</dc:creator>
			<guid isPermaLink="false">65234@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Exactly my thoughts bud, from what I've been reading it's only  a bit of Javascript so to turn it into a check box in the options of a field surely shouldn't be that hard for a skilled developer.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FanaticWeb on "Read-only Field Help / Dynamically Populate a Section Break"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/read-only-field-help-dynamically-populate-a-section-break#post-65183</link>
			<pubDate>Sat, 07 Jul 2012 15:37:54 +0000</pubDate>
			<dc:creator>FanaticWeb</dc:creator>
			<guid isPermaLink="false">65183@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;+1 for the Read only field assignments, this can also be applied to a Members only submissions, kind of silly if they can modify their pre-populated usernames and emails and other related data.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>theslink2000 on "Read-only Field Help / Dynamically Populate a Section Break"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/read-only-field-help-dynamically-populate-a-section-break#post-65171</link>
			<pubDate>Sat, 07 Jul 2012 10:19:29 +0000</pubDate>
			<dc:creator>theslink2000</dc:creator>
			<guid isPermaLink="false">65171@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, apologies in advance for the long post.&#60;/p&#62;
&#60;p&#62;I've been trying to find a simple way to make a GForms fields ready only and visible so simply hiding it through CSS is not an option.  After a LOT of searching the only real solution posted in these forums seems to be to use Javascript, and even when looking at the tutorials I can't make head's or tails of it.&#60;/p&#62;
&#60;p&#62;Basically I want a user to enter their postal address on the first page of a multi-part form and then on the second the form will display their assigned user ID comprising of the postcode and the next available three digit number.  This is simple enough, but making that field read only is proving a nightmare. I assumed it would be a simple built-in feature, or if not I could dynamically populate a label or something of the like (may I suggest adding some functionality along these lines in future, as having labels available for displaying data would be massively helpful.  I know this isn't the main focus of GForms but still, it seems simple and can only strengthen an already great product).&#60;/p&#62;
&#60;p&#62;Eventually I stumbled upon this plugin / tutorial - &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wpsmith.net/2011/plugins/how-to-create-a-custom-form-field-in-gravity-forms-with-a-terms-of-service-form-field-example/&#34; rel=&#34;nofollow&#34;&#62;http://wpsmith.net/2011/plugins/how-to-create-a-custom-form-field-in-gravity-forms-with-a-terms-of-service-form-field-example/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Which seemed to offer the answer, however no matter what I try when I change the field format from a textarea to a single line text box it starts doing weird things such as putting the field data outside of the box or just not appearing at all.  I've tried asking the plugin / tutorial maker but it's been over a month now and nothing.&#60;/p&#62;
&#60;p&#62;So after reading up on how to use a Section Break to create a Terms and Conditions field here -&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/how-do-i-make-a-textarea-field-un-editable&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/how-do-i-make-a-textarea-field-un-editable&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I wondered if the same idea could work to solve my problem.  My form uses the CSS class to know which field to dynamically populate as outlined on these forums (lost the link, sorry) so it makes sense that it should be possible but I can't make it work.&#60;/p&#62;
&#60;p&#62;Does anyone have any solutions to either of these problems, ideally the first I suppose as it seems much easier.&#60;/p&#62;
&#60;p&#62;Many thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
