<?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: kyounger</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/kyounger'>kyounger</a></link>
		<description>Gravity Support Forums User Favorites: kyounger</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 10:46:16 +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>Carl Hancock on "Hooks / filters documentation &#38; custom field update concept"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hooks-filters-documentation-custom-field-update-concept#post-4025</link>
			<pubDate>Tue, 16 Mar 2010 11:01:14 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">4025@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The documentation for the API hooks needs to be overhauled.  There are a lot of hooks that need to be documented.  We will be working towards doing this.&#60;/p&#62;
&#60;p&#62;If you want to read up on how to dynamically populate a drop down, here is a thread that touches on that subject that includes code snippets:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://forum.gravityhelp.com/topic/drop-down-value-different-than-content-text&#34; rel=&#34;nofollow&#34;&#62;http://forum.gravityhelp.com/topic/drop-down-value-different-than-content-text&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Idealien on "Hooks / filters documentation &#38; custom field update concept"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hooks-filters-documentation-custom-field-update-concept#post-4012</link>
			<pubDate>Mon, 15 Mar 2010 16:29:28 +0000</pubDate>
			<dc:creator>Idealien</dc:creator>
			<guid isPermaLink="false">4012@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;When was the last time the documentation for GF had a thorough review? This post on &#60;a href=&#34;http://forum.gravityhelp.com/topic/new-hooks-and-fliters&#34; rel=&#34;nofollow&#34;&#62;hooks / filters in 1.3.9&#60;/a&#62; mentions a new hook not covered in the expected &#60;a href=&#34;http://www.gravityhelp.com/documentation/hooks-and-filters/&#34; rel=&#34;nofollow&#34;&#62;documentation on hooks and filters page&#60;/a&#62;. It might save some questions in the forums if each documentation page had atleast a last updated on, accurate as of version X type of detail.&#60;/p&#62;
&#60;p&#62;My primary question is how one can pre-populate values into a drop-down or other type of field based on the contents of a custom field / post.&#60;/p&#62;
&#60;p&#62;Simple example: Classified Ads or Auction&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;Category view displays all posts.&#60;/li&#62;
&#60;li&#62;Click on a post and custom post template (&#60;a href=&#34;http://idealienstudios.com/projects/ice&#34; rel=&#34;nofollow&#34;&#62;Idealien Category Enhancements&#60;/a&#62;)&#60;/li&#62;
&#60;li&#62;The template calls get_post_meta to pull (price, status, other custom fields, etc)&#60;/li&#62;
&#60;li&#62;User submits form with their new information&#60;/li&#62;
&#60;li&#62;Through a post-submission of form hook, the appropriate custom fields would be updated&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;Yes? No? I'm Crazy?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "API/set of hooks for defining new form field types?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/apiset-of-hooks-for-defining-new-form-field-types#post-3421</link>
			<pubDate>Tue, 16 Feb 2010 15:22:21 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">3421@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;FWIW, I think adding APIs should be a software company's highest priority.  Doing that allows 3rd party support to form around your solution which is extremely valuable from a marketing and usefulness perspective.  Plus adding an API keeps you from chasing so many feature requests and lets us do it &#34;self-serve&#34; and &#34;peer-to-peer&#34; in many (most?) cases.&#60;/p&#62;
&#60;p&#62;Venture capitalist Fred Wilson from avc.com says &#34;Do one thing, do it extremely well, and then add an API to let others extend what you offer.&#34; (I'm paraphrasing, of course.)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "How To: Custom Field Values Without Having to Use IDs"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-custom-field-values-without-having-to-use-ids#post-3415</link>
			<pubDate>Mon, 15 Feb 2010 23:59:39 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">3415@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Very nice.   It's great to see people thinking outside the box and leverage some of the capabilities the plugin has from a customization standpoint using hooks with php and jquery.&#60;/p&#62;
&#60;p&#62;We do have plans to add value/label capabilities as well as field calculations in the future.&#60;/p&#62;
&#60;p&#62;Just remember that Gravity Forms is still in it's infancy, we still have a long journey ahead of us as we continue to add new features and improve existing features.&#60;/p&#62;
&#60;p&#62;Thanks for sharing! If you would be willing to write this up as a guest blog post, give some background to what you are doing and write up a detailed blog post/tutorial, we would be glad to post it on the blog and make it available to users who want to read up on how to do this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wunderdojo on "How To: Custom Field Values Without Having to Use IDs"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-custom-field-values-without-having-to-use-ids#post-3414</link>
			<pubDate>Mon, 15 Feb 2010 22:00:04 +0000</pubDate>
			<dc:creator>wunderdojo</dc:creator>
			<guid isPermaLink="false">3414@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Something like this may be posted elsewhere, but as I haven't found it, figured I'd post in case it helps someone else. &#60;/p&#62;
&#60;p&#62;I needed to use custom values for some drop down menus on a form I'm doing for a client. This is my first time using Gravity Forms and I found here in the forums that you have to do a bit of coding to accomplish this -- the built in functionality is to make the value and the label of a field be the same. So if you need option 1 value='1&#34; and the displayed value = First Option, you've go to do some work.&#60;/p&#62;
&#60;p&#62;The solution posted here in the forums requires you to get the field ID of the field you want to use custom values for by looking at the source code of the form. No big deal if you're only modifying one or two fields, but I have the drop down repeated potentially up to 10 times on the form.&#60;/p&#62;
&#60;p&#62;The work around I came up with is to add a custom css class to the form field. In this case, I have a dropdown menu that I gave a css class of &#34;customvalues&#34;. I then use that css class to access the fields and use the custom values:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
add_filter('gform_pre_render_1', 'fieldvals');&#60;br /&#62;
function fieldvals($form){&#60;br /&#62;
items = array();&#60;br /&#62;
$items[] = array('text' =&#38;gt; &#34;-Displayed Value 1&#34;, &#34;value&#34; =&#38;gt; '10');&#60;br /&#62;
$items[] = array('text' =&#38;gt; &#34;Displayed Value 2&#34;, &#34;value&#34; =&#38;gt; '20');&#60;br /&#62;
$items[] = array('text' =&#38;gt; &#34;Displayed Value 3&#34;, &#34;value&#34; =&#38;gt; '30');&#60;br /&#62;
foreach($form[&#34;fields&#34;] as &#38;amp;$field)&#60;br /&#62;
 if($field[&#34;cssClass&#34;] == &#34;customvalues&#34;){&#60;br /&#62;
 $field[&#34;type&#34;] = &#34;select&#34;;&#60;br /&#62;
           $field[&#34;choices&#34;] = $items;&#60;br /&#62;
        }&#60;br /&#62;
    return $form;&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;If you want to do any  dynamic updating on the form, you can then access those dropdowns using jquery and the same css class, like so :&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
jQuery(document).ready(function($jq) {&#60;br /&#62;
$jq(&#34;.customvalues select&#34;).change(function(){&#60;br /&#62;
$jq(&#34;.customvalues option:selected&#34;).each(function(i){&#60;br /&#62;
alert($jq(this).val());&#60;br /&#62;
});&#60;br /&#62;
});&#60;br /&#62;
});&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I'm using it to dynamically calculate totals based on membership options selected on a member sign up form and display the running total. The example above just alerts the value of the selected options.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "API/set of hooks for defining new form field types?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/apiset-of-hooks-for-defining-new-form-field-types#post-3410</link>
			<pubDate>Mon, 15 Feb 2010 20:17:59 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">3410@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's really difficult to say.  We work on things based on need and priority.  We have a laundry list of features we plan on adding to the plugin that based on user feedback rank as a higher priority.  It will be this year, but it's hard to tell you an exact release version or date at this time.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "API/set of hooks for defining new form field types?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/apiset-of-hooks-for-defining-new-form-field-types#post-3404</link>
			<pubDate>Mon, 15 Feb 2010 19:43:26 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">3404@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Cool!  &#60;/p&#62;
&#60;p&#62;I know you hate these kind of questions, but... when? :)  Approximate is fine.&#60;/p&#62;
&#60;p&#62;Next week?&#60;br /&#62;
Next month?&#60;br /&#62;
Next quarter?&#60;br /&#62;
Next year?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "API/set of hooks for defining new form field types?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/apiset-of-hooks-for-defining-new-form-field-types#post-3394</link>
			<pubDate>Mon, 15 Feb 2010 11:29:28 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">3394@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Currently there is not an API hook for adding custom field types.  We do plan on adding this in the future.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "API/set of hooks for defining new form field types?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/apiset-of-hooks-for-defining-new-form-field-types#post-3373</link>
			<pubDate>Sun, 14 Feb 2010 02:46:12 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">3373@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;While you've got lots of field types and that's a great thing about Gravity Forms you can never meet everyone's specialized needs so I assumed you'd have an API/set of hooks to allow a developer to define a new field type but I've looked all over your website and even in the code and best I can tell there isn't one.&#60;/p&#62;
&#60;p&#62;If I missed it can you please point me to the docs and if it isn't there any chance you could add this sooner than later?  Much thanks in advance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "AJAX for submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ajax-for-submission#post-1515</link>
			<pubDate>Mon, 16 Nov 2009 14:29:45 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">1515@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kenny,&#60;br /&#62;
AJAX form submission is not currently supported. We are not sure that will make it into the core, but it would certainly make a nice add-on. If I were to implement this add-on using our hooks/API, I would do the following.&#60;br /&#62;
1- Use the gform_submit_button filter to output a button that does not causes a postback, but instead calls a javascript function that will perform the AJAX call passing all the inputs in the form.&#60;br /&#62;
2- Add a WP AJAX action (i.e. add_action('wp_ajax_submit_form', 'submit_form'); )&#60;br /&#62;
3- In the submit_form() function, call GFFormDisplay::validate() and GFFormDisplay::handle_submission() to help you with validation and saving the data&#60;br /&#62;
4- Depending on the result of validate(), display the error message or the confirmation message&#60;/p&#62;
&#60;p&#62;These are obviously over simplified steps, but should give you a step in the right direction. If you do decide to tackle this add-on and have some questions, I will be glad to help. You may also want to talk to Zack Katz (&#60;a href=&#34;http://www.seodenver.com/gravity-forms-addons/&#34; rel=&#34;nofollow&#34;&#62;http://www.seodenver.com/gravity-forms-addons/&#60;/a&#62;) as he has been writing add-ons for Gravity Forms and AJAX submission is in the list of the ones he is interested in writing&#60;/p&#62;
&#60;p&#62;Thanks for the support and good luck!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
