<?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: Hooks/Filters API question - where do they go?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/hooksfilters-api-question-where-do-they-go</link>
		<description>Gravity Support Forums Topic: Hooks/Filters API question - where do they go?</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Apr 2026 22:28:02 +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/hooksfilters-api-question-where-do-they-go" rel="self" type="application/rss+xml" />

		<item>
			<title>scn1973 on "Hooks/Filters API question - where do they go?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hooksfilters-api-question-where-do-they-go#post-27164</link>
			<pubDate>Tue, 07 Jun 2011 05:05:21 +0000</pubDate>
			<dc:creator>scn1973</dc:creator>
			<guid isPermaLink="false">27164@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would also really like vTiger integration, or simply an explanation of how this can be done. I am happy to pay someone to help me configure this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>utropicmedia on "Hooks/Filters API question - where do they go?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hooksfilters-api-question-where-do-they-go#post-12665</link>
			<pubDate>Sat, 13 Nov 2010 21:19:53 +0000</pubDate>
			<dc:creator>utropicmedia</dc:creator>
			<guid isPermaLink="false">12665@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;got it, thanks.  we're submitting new leads in vtiger now.  you guys have a great product.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "Hooks/Filters API question - where do they go?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hooksfilters-api-question-where-do-they-go#post-12661</link>
			<pubDate>Sat, 13 Nov 2010 20:52:14 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">12661@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The form_meta object has a&#34;fields&#34; array. Each item in the array is a &#34;Field&#34; object that has an ID. That ID can be found in the field's &#38;lt;input element. (i.e. name='input_10' -&#38;gt; field ID is 10).&#60;br /&#62;
Looping through all fields and displaying their IDs&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;foreach($form[&#38;quot;fields&#38;quot;] as $field)
   echo $field[&#38;quot;id&#38;quot;]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I hope this helps...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>utropicmedia on "Hooks/Filters API question - where do they go?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hooksfilters-api-question-where-do-they-go#post-12658</link>
			<pubDate>Sat, 13 Nov 2010 18:12:36 +0000</pubDate>
			<dc:creator>utropicmedia</dc:creator>
			<guid isPermaLink="false">12658@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;alex, one more question.  Where do we get the mapping of the field name in the form to the field name in the form_meta object?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>utropicmedia on "Hooks/Filters API question - where do they go?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hooksfilters-api-question-where-do-they-go#post-12657</link>
			<pubDate>Sat, 13 Nov 2010 17:50:23 +0000</pubDate>
			<dc:creator>utropicmedia</dc:creator>
			<guid isPermaLink="false">12657@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks alex.  We're writing a connector between gravity forms and vtiger crm.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "Hooks/Filters API question - where do they go?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hooksfilters-api-question-where-do-they-go#post-12655</link>
			<pubDate>Sat, 13 Nov 2010 17:39:03 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">12655@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;They should go in your theme's function.php.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>utropicmedia on "Hooks/Filters API question - where do they go?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hooksfilters-api-question-where-do-they-go#post-12651</link>
			<pubDate>Sat, 13 Nov 2010 15:28:34 +0000</pubDate>
			<dc:creator>utropicmedia</dc:creator>
			<guid isPermaLink="false">12651@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've found the documentation, but where should they go?  A custom PHP file?  How does that file get registered/included in the processing?!?&#60;/p&#62;
&#60;p&#62;Maybe I just missed it, but I haven't found this information anywhere.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
