<?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 does one set the label on a (programmatically created) custom field?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-does-one-set-the-label-on-a-programmatically-created-custom-field</link>
		<description>Gravity Support Forums Topic: How does one set the label on a (programmatically created) custom field?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 03:25:35 +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-does-one-set-the-label-on-a-programmatically-created-custom-field" rel="self" type="application/rss+xml" />

		<item>
			<title>jackdpeterson on "How does one set the label on a (programmatically created) custom field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-does-one-set-the-label-on-a-programmatically-created-custom-field#post-63106</link>
			<pubDate>Wed, 20 Jun 2012 17:32:36 +0000</pubDate>
			<dc:creator>jackdpeterson</dc:creator>
			<guid isPermaLink="false">63106@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I've set up my custom input using the following action/filter hooks:&#60;br /&#62;
add_filter('gform_add_field_buttons',&#60;br /&#62;
        array(&#60;br /&#62;
                'someClass',&#60;br /&#62;
                'gravityCreateAdminElement'&#60;br /&#62;
        ));&#60;/p&#62;
&#60;p&#62;// Title the button&#60;br /&#62;
add_filter('gform_field_type_title',&#60;br /&#62;
        array(&#60;br /&#62;
                'someClass',&#60;br /&#62;
                'gravitySetAdminElementTitle'&#60;br /&#62;
        ));&#60;br /&#62;
add_action(&#34;gform_field_input&#34;,&#60;br /&#62;
        array(&#60;br /&#62;
                'someClass',&#60;br /&#62;
                'gravityCreateInputElement'&#60;br /&#62;
        ), 10, 5);&#60;/p&#62;
&#60;p&#62;What does one need to do in order to set the label correctly for these two points?&#60;br /&#62;
1. Entry details (currently displays, &#34;untitled&#34;).&#60;br /&#62;
2. Form edit window (currently displays, &#34;untitled&#34;)&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
