<?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: How do i change the default form text? (&#34;We would love to hear from you!&#34;)</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-change-the-default-form-text-we-would-love-to-hear-from-you</link>
		<description>Gravity Support Forums Topic: How do i change the default form text? (&quot;We would love to hear from you!&quot;)</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 16:23:29 +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/how-do-i-change-the-default-form-text-we-would-love-to-hear-from-you" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "How do i change the default form text? (&#34;We would love to hear from you!&#34;)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-change-the-default-form-text-we-would-love-to-hear-from-you#post-308170</link>
			<pubDate>Fri, 07 Jun 2013 07:20:41 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">308170@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Bart,&#60;/p&#62;
&#60;p&#62;To change the multi select fields data-placeholder attribute you would have to use the &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_multiselect_placeholder&#34; rel=&#34;nofollow&#34;&#62;gform_multiselect_placeholder&#60;/a&#62; filter in your theme's functions.php file, the following example targets form 185 but if you want to apply it to all forms then you would remove _185 from the end of the filter name&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_multiselect_placeholder_185&#38;quot;, &#38;quot;set_multiselect_placeholder&#38;quot;, 10, 2);
function set_multiselect_placeholder($placeholder, $form_id){
    return &#38;quot;Click to select your options...&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bartvh99 on "How do i change the default form text? (&#34;We would love to hear from you!&#34;)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-change-the-default-form-text-we-would-love-to-hear-from-you#post-308089</link>
			<pubDate>Fri, 07 Jun 2013 06:42:01 +0000</pubDate>
			<dc:creator>bartvh99</dc:creator>
			<guid isPermaLink="false">308089@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I am looking into the same problem, although one year later. &#60;/p&#62;
&#60;p&#62;I have the latest version of GF and made a Multiselect field. In enhanced mode the placeholder for the fields says 'Click here...' I have no idea how to translate this using the suggested form description. The only option for now seems to be PHP coding, not my cup of tea. Pleace advice.&#60;/p&#62;
&#60;p&#62;Bart
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "How do i change the default form text? (&#34;We would love to hear from you!&#34;)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-change-the-default-form-text-we-would-love-to-hear-from-you#post-32041</link>
			<pubDate>Mon, 08 Aug 2011 15:56:06 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">32041@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, you could edit the core PHP but I wouldn't recommend it.  It will be get overwritten when we release an update and we always recommend users run the latest version.  But you could certainly search the plugin for that line of code and change it there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jorge ocampo on "How do i change the default form text? (&#34;We would love to hear from you!&#34;)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-change-the-default-form-text-we-would-love-to-hear-from-you#post-32037</link>
			<pubDate>Mon, 08 Aug 2011 15:21:23 +0000</pubDate>
			<dc:creator>jorge ocampo</dc:creator>
			<guid isPermaLink="false">32037@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Edit some PHP file isnt an option?&#60;br /&#62;
is this placeholder there?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "How do i change the default form text? (&#34;We would love to hear from you!&#34;)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-change-the-default-form-text-we-would-love-to-hear-from-you#post-32030</link>
			<pubDate>Mon, 08 Aug 2011 15:09:13 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">32030@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is placeholder text when you create a new form.  Currently this isn't translated via language files, you would edit the form settings and change the form description which is what this is.  I can see about having it added to the translation file, but currently it's designed to always be edited and changed when you create a new form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jorge ocampo on "How do i change the default form text? (&#34;We would love to hear from you!&#34;)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-do-i-change-the-default-form-text-we-would-love-to-hear-from-you#post-32011</link>
			<pubDate>Mon, 08 Aug 2011 14:12:00 +0000</pubDate>
			<dc:creator>jorge ocampo</dc:creator>
			<guid isPermaLink="false">32011@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How do i change the default form text? (&#34;We would love to hear from you! Please fill out this form and we will get in touch with you shortly.&#34;)&#60;/p&#62;
&#60;p&#62;It is not on the language files
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
