<?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 User Favorites: stimsonm2000</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/stimsonm2000'>stimsonm2000</a></link>
		<description>Gravity Support Forums User Favorites: stimsonm2000</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 11:05: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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Alex Cancado on "Add fields to Form Settings"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-fields-to-form-settings#post-98872</link>
			<pubDate>Tue, 04 Dec 2012 15:38:14 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">98872@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Andre,&#60;br /&#62;
Thanks a lot for the follow up. We will make sure to update the documentation.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andrej1c on "Add fields to Form Settings"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-fields-to-form-settings#post-98362</link>
			<pubDate>Mon, 03 Dec 2012 12:31:39 +0000</pubDate>
			<dc:creator>andrej1c</dc:creator>
			<guid isPermaLink="false">98362@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;David,&#60;/p&#62;
&#60;p&#62;Thank you for posting a link to that tutorial. I'm bookmarking the link for when I need to add a new field type and I might use that one as is. However, it unfortunately did not include instructions on how to add a field to the form settings. &#60;/p&#62;
&#60;p&#62;While working on this I also found that &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_advanced_settings&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_advanced_settings&#60;/a&#62; incorrectly states that  gform_advanced_settings works identically to gform_field_advanced_settings and only thing you need to change is location. Try copying and pasting the example, changing the hook and location and you'll get javascript errors.&#60;/p&#62;
&#60;p&#62;Two hours later.... I solved this by binding the click event to all my checkboxes and manually setting properties of the form object:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;form.ad_groups = ....&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Then I used the gform_after_save_form hook and grabbed the AD groups this way:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$form_meta = RGFormsModel::get_form_meta($form[&#38;#39;id&#38;#39;]);
$ad_groups = $form_meta[&#38;#39;ad_groups&#38;#39;];&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The I can save them to the database.&#60;/p&#62;
&#60;p&#62;Phew.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Add fields to Form Settings"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-fields-to-form-settings#post-97424</link>
			<pubDate>Fri, 30 Nov 2012 20:10:14 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">97424@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Andre,&#60;/p&#62;
&#60;p&#62;I'd highly recommend giving this tutorial a read:&#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;He covers actually creating a new field type in Gravity Forms (which is more than what it sounds like you want to do); however, as part of that process he also demonstrates how to save custom fields settings. This process will be the same for custom field types as well as existing field types with custom settings.&#60;/p&#62;
&#60;p&#62;Let me know if you have any other questions after reading through that article.  :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andrej1c on "Add fields to Form Settings"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-fields-to-form-settings#post-97377</link>
			<pubDate>Fri, 30 Nov 2012 15:09:46 +0000</pubDate>
			<dc:creator>andrej1c</dc:creator>
			<guid isPermaLink="false">97377@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Is there a good way to add an additional fields to the &#34;Form Settings&#34; area (/wp-admin/admin.php?page=gf_edit_forms) that could be saved with the form's serialized meta information in wp_rg_form_meta? I added some fields using the &#34;gform_advanced_settings&#34; hook but the values are not saving and are not available in $_POST either when I use the &#34;gform_after_save_form&#34; hook.&#60;/p&#62;
&#60;p&#62;Here is what I'm working on. We mapped Wordpress accounts to a custom taxonomy called &#34;Groups&#34;. When you are logged in you only see content that is &#34;tagged&#34; with groups your account is mapped to - whether that is on the public site or in Wordpress admin. We have a DB table that handles tagging individual GF forms with this taxonomy. This allows us to specify that only a Wordpress admin that is &#34;tagged&#34; with Marketing can see entries from forms tagged with Marketing. The last piece that is missing is how the main administrator can &#34;tag&#34; the GF forms with this custom taxonomy so the permissions get properly set for department admins.&#60;/p&#62;
&#60;p&#62;All I need help with is putting some checkboxes onto the Advanced tab of Form Settings in a way that makes them available through gform_after_save_form so I can properly save it into our mapping table.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andrej1c on "Add form name for own reference, separate from form title"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-form-name-for-own-reference-separate-from-form-title#post-97372</link>
			<pubDate>Fri, 30 Nov 2012 14:55:02 +0000</pubDate>
			<dc:creator>andrej1c</dc:creator>
			<guid isPermaLink="false">97372@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Will do. thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Add form name for own reference, separate from form title"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-form-name-for-own-reference-separate-from-form-title#post-97370</link>
			<pubDate>Fri, 30 Nov 2012 14:48:01 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">97370@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;andrej1c - Can you re-post in our normal support forums and I'll have one of the developers look at it? This is feature requests. All my best!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stimsonm2000 on "Add form name for own reference, separate from form title"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-form-name-for-own-reference-separate-from-form-title#post-97318</link>
			<pubDate>Fri, 30 Nov 2012 12:00:16 +0000</pubDate>
			<dc:creator>stimsonm2000</dc:creator>
			<guid isPermaLink="false">97318@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm also interested in @andrej1c post for a good way to add an additional field (text/checkbox/etc) to the &#34;Form Settings&#34; area that could be saved with the form's serialized meta information in wp_rg_form_meta&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Mike
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andrej1c on "Add form name for own reference, separate from form title"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-form-name-for-own-reference-separate-from-form-title#post-97315</link>
			<pubDate>Fri, 30 Nov 2012 11:58:28 +0000</pubDate>
			<dc:creator>andrej1c</dc:creator>
			<guid isPermaLink="false">97315@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@David Peralty &#60;/p&#62;
&#60;p&#62;I don't mean to be pushy, just wanted to ask if you had a chance to look at my request above.&#60;/p&#62;
&#60;p&#62;Thank you!&#60;br /&#62;
Andrej
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andrej1c on "Add form name for own reference, separate from form title"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-form-name-for-own-reference-separate-from-form-title#post-96262</link>
			<pubDate>Tue, 27 Nov 2012 15:20:18 +0000</pubDate>
			<dc:creator>andrej1c</dc:creator>
			<guid isPermaLink="false">96262@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@c_turnbull,&#60;/p&#62;
&#60;p&#62;I know it's a little hackish but you could add the desired title inside an h3 tag in the page/post right above where you put the gravity forms shortcode. Then you could use jQuery to move it inside the gform_wrapper div as you mentioned or even replace the form title generated by the short code.&#60;/p&#62;
&#60;p&#62;@David,&#60;/p&#62;
&#60;p&#62;Is there a good way to add an additional field (text/checkbox/etc) to the &#34;Form Settings&#34; area that could be saved with the form's serialized meta information in wp_rg_form_meta? I added some fields using the &#34;gform_advanced_settings&#34; hook but the values are not saving and are not available in $_POST either when I use the &#34;gform_after_save_form&#34; hook.&#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
Andrej
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Add form name for own reference, separate from form title"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-form-name-for-own-reference-separate-from-form-title#post-96195</link>
			<pubDate>Tue, 27 Nov 2012 11:55:34 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">96195@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the update, I have a better understanding now of what you are looking for. All my best!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
