<?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: Additional field type - text only</title>
		<link>https://legacy.forums.gravityhelp.com/topic/additional-field-type-text-only</link>
		<description>Gravity Support Forums Topic: Additional field type - text only</description>
		<language>en-US</language>
		<pubDate>Wed, 15 Apr 2026 03:01:21 +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/additional-field-type-text-only" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Additional field type - text only"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/additional-field-type-text-only#post-6094</link>
			<pubDate>Fri, 04 Jun 2010 17:58:17 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">6094@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the suggestions.&#60;/p&#62;
&#60;p&#62;I agree that some things should be added to the core. There are lots of features we plan to add as we go along, but for now, the jQuery solutions get the job done. You have to remember that Gravity Forms isn't even a year old so there's lots more to do and features to add as it matures.&#60;/p&#62;
&#60;p&#62;Personally, I've never met anyone who browses with Javascript disabled so I'm not sure that's really a concern for about 97% of users. If they've disabled JS, then other core form functionality like conditional logic and the datepicker wouldn't work either.&#60;/p&#62;
&#60;p&#62;As you've noted, we have already discussed adding a freeform text section that will allow you to add any HTML markup you want inline in the form. I'm not sure exactly what release that will be in, but it won't be too far down the line.&#60;/p&#62;
&#60;p&#62;As far as a WYSIWYG editor, we may add support for that at some time as well. For now, it's easy enough to add something like NiceEdit (just 2 lines of script) to your page and enable that kind of functionality.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://nicedit.com/&#34; rel=&#34;nofollow&#34;&#62;http://nicedit.com/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dbone on "Additional field type - text only"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/additional-field-type-text-only#post-6093</link>
			<pubDate>Fri, 04 Jun 2010 17:17:22 +0000</pubDate>
			<dc:creator>dbone</dc:creator>
			<guid isPermaLink="false">6093@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;New to GF but I am noticing that jQuery is being used a lot to fix items that should be added to core. jQuery solutions are great as long as JS is enabled on the browser.&#60;/p&#62;
&#60;p&#62;Another vote for an open text region with full HTML support. TinyMCE support added would be best.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Additional field type - text only"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/additional-field-type-text-only#post-5554</link>
			<pubDate>Tue, 18 May 2010 16:59:25 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">5554@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@gringojason, you can always use a single, required checkbox field for the terms of service.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/grabs/73036b0db0332ecaf0e1556fd4f49a71.png&#34; rel=&#34;nofollow&#34;&#62;admin setup&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and to keep the form tidy, you can use a little jQuery to link your label to the TOS on another page.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
	jQuery(document).ready(function() {
 		jQuery(&#38;quot;.gchoice_5_1 label&#38;quot;).html(&#38;#39;I have read and agree to the &#38;lt;a href=&#38;quot;http://www.google.com/accounts/TOS&#38;quot; name=&#38;quot;terms&#38;quot; target=&#38;quot;_blank&#38;quot;&#38;gt;terms and conditions&#38;lt;/a&#38;gt;&#38;#39;);
	});
 &#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;just replace &#34;gchoice_5_1&#34; with your your actual input class name.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/grabs/33961d8ff57912f992b94b2925ef431a.png&#34; rel=&#34;nofollow&#34;&#62;screenshot 1&#60;/a&#62;, &#60;a href=&#34;http://grab.by/grabs/e8689fe05d672ccdaaba0cf0f85fb8a3.png&#34; rel=&#34;nofollow&#34;&#62;screenshot 2&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gringojason on "Additional field type - text only"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/additional-field-type-text-only#post-5548</link>
			<pubDate>Tue, 18 May 2010 15:05:51 +0000</pubDate>
			<dc:creator>gringojason</dc:creator>
			<guid isPermaLink="false">5548@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ditto - that would be very useful for Terms of Service. Trying to figure out the best workaround to get a decent TOS up using Gravity Forms...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JoeTorma on "Additional field type - text only"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/additional-field-type-text-only#post-2174</link>
			<pubDate>Mon, 14 Dec 2009 23:12:07 +0000</pubDate>
			<dc:creator>JoeTorma</dc:creator>
			<guid isPermaLink="false">2174@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ditto - need a read only or custom text field as described for use in Terms of Service inclusion in the form logic.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Joe
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RichardBest on "Additional field type - text only"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/additional-field-type-text-only#post-2143</link>
			<pubDate>Sat, 12 Dec 2009 04:10:57 +0000</pubDate>
			<dc:creator>RichardBest</dc:creator>
			<guid isPermaLink="false">2143@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Cool. I could do with that too, thanks. Would be an excellent feature.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Additional field type - text only"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/additional-field-type-text-only#post-2141</link>
			<pubDate>Sat, 12 Dec 2009 00:57:41 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">2141@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We've had a some discussions lately about this same type of field, even earlier today. It's probably going to make one of the next releases.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fred Romano on "Additional field type - text only"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/additional-field-type-text-only#post-2140</link>
			<pubDate>Sat, 12 Dec 2009 00:32:27 +0000</pubDate>
			<dc:creator>Fred Romano</dc:creator>
			<guid isPermaLink="false">2140@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I agree this would be a good feature (I too used to use cforms).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Josh on "Additional field type - text only"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/additional-field-type-text-only#post-2133</link>
			<pubDate>Fri, 11 Dec 2009 16:12:51 +0000</pubDate>
			<dc:creator>Josh</dc:creator>
			<guid isPermaLink="false">2133@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm in need of a text-only &#34;field&#34; type. The purpose would be to insert additional instructions, html, etc. into the form in a way not specifically related to another field or section break. There's a similar field type in cforms, just for reference.&#60;/p&#62;
&#60;p&#62;For formatting purposes, it wouldn't require a title like the section break does, and the text can be styled differently.&#60;/p&#62;
&#60;p&#62;One thing I'd like to be able to do with this is have an actual field for use with conditional logic that will allow the contents of the text field to be emailed to the user.&#60;/p&#62;
&#60;p&#62;Example: A yes/no drill-down scenario where the end result is a set of instructions (in the text field) that the user can choose to have emailed to them if they enter their email address and hit submit. At it stands right now, if I use sections to hold the instruction text, the email sends all the section headers (regardless of what's shown per the conditions) and none of the section content to the end user.&#60;/p&#62;
&#60;p&#62;A textbox doesn't work for my purpose because I can't put links in it.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
