<?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 Tag: functions.php - Recent Topics</title>
		<link>https://legacy.forums.gravityhelp.com/tags/functionsphp</link>
		<description>Gravity Support Forums Tag: functions.php - Recent Topics</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:16:44 +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/tags/functionsphp/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>Noel Green on "Conditional Logic with Hundreds of Options"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-with-hundreds-of-options#post-201271</link>
			<pubDate>Mon, 08 Apr 2013 12:35:16 +0000</pubDate>
			<dc:creator>Noel Green</dc:creator>
			<guid isPermaLink="false">201271@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a form which shows a different image / HTML block depending on what zip code is entered in a field.  If the zip code is none of over 500 variations it shows another image. Right now I'm setting up the conditional logic option to &#34;Hide&#34; that image if any of the 500+ zip codes are entered.  This is taking for ever to enter in and makes the form load more slowly.&#60;/p&#62;
&#60;p&#62;Is there an easier way?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Imaginate on "List Field Drop Down Option"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/list-field-drop-down-option#post-63556</link>
			<pubDate>Mon, 25 Jun 2012 15:26:17 +0000</pubDate>
			<dc:creator>Imaginate</dc:creator>
			<guid isPermaLink="false">63556@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am trying to use the list field and make one of the columns a drop down. I've read a few topics on this, but I still can't quite get it to work. Perhaps you could help find where I've made a wrong turn.&#60;/p&#62;
&#60;p&#62;Here's what I've done:&#60;br /&#62;
I created a form (Form ID 1), I then created a list field (Field ID 10) that has 3 columns (First Name, Last Name, Status). I would like the 3rd column (&#34;Status&#34;) to be a drop down. I then created a drop down field (Field ID 11) with 4 statuses. &#60;/p&#62;
&#60;p&#62;I found a post that had this code to add to the functions.php file. &#60;a href=&#34;http://pastie.org/3330873&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/3330873&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;So I add this to the top:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$gf_vars = array();
$gf_vars[&#38;#39;form_id&#38;#39;] = 1; // the form ID
$gf_vars[&#38;#39;dropdown&#38;#39;] = 11; // the field ID of the drop down form you will populate
$gf_vars[&#38;#39;list&#38;#39;] = 10; // the field ID of the list field from which the values should be pulled
$gf_vars[&#38;#39;column_name&#38;#39;] = &#38;#39;Status&#38;#39;; // the column name of the column to retrieve the values&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But it is still not working. Am I missing something?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>417 Marketing on "Email routing - adding BCC to sent to field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/email-routing-adding-bcc-to-sent-to-field#post-111767</link>
			<pubDate>Mon, 31 Dec 2012 15:33:53 +0000</pubDate>
			<dc:creator>417 Marketing</dc:creator>
			<guid isPermaLink="false">111767@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I've set up 'email routing' based on conditional logic so that different people get the notification based on specific conditions, but when more than one email address is entered into a &#34;send to&#34; field, the other email users can see who else got the notification. This creates a problem when one of the hits &#34;reply all&#34; to the message. Is there a way to set up a bcc in the send to field?&#60;/p&#62;
&#60;p&#62;I see that someone posted this issue around a year ago and they were told that this feature was coming soon in an update. Has that happened yet?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jossoway on "Different notifications based on conditional logic in form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/different-notifications-based-on-conditional-logic-in-form#post-144083</link>
			<pubDate>Thu, 07 Feb 2013 07:53:47 +0000</pubDate>
			<dc:creator>jossoway</dc:creator>
			<guid isPermaLink="false">144083@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I posted a reply to another thread about multiple notifications, but felt this situation was slightly different: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/how-can-i-send-more-than-one-admin-notification&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/how-can-i-send-more-than-one-admin-notification&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I was also a bit out of my depth trying to build on the code suggested in that thread. I apologise for originally tagging this on the end of another thread, and I should also say that I am a designer and front-end developer, so there are limitations to my php skills!&#60;/p&#62;
&#60;p&#62;A client of mine has a Gravity Forms powered contact form. In the form is a dropdown select box that allows a user who is filling in the form to choose the type of enquiry. At present, the form uses email routing to send a nicely formatted notification to one of three different email addresses based on this dropdown input. All fine and dandy.&#60;/p&#62;
&#60;p&#62;However, my client now wishes to add a new type of enquiry which I don't know if Gravity Forms can do. The form needs to work exactly as it is doing now for the existing enquiry types. If the new enquiry type is chosen, in only this situation it needs to send an extra different type of notification to a new email address. This notification needs to be plain text, containing JSON with relevant form fields parsed into it.&#60;/p&#62;
&#60;p&#62;I can use email routing to send an email to this new email address, but I have no idea how to send a different type of notification format in only this set of circumstances, or how to define what the content of this notification will be. I have the JSON, provided by my client, but don't know where to put it!&#60;/p&#62;
&#60;p&#62;Any help would be greatly appreciated.&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;John
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ruby on "Adding code messes up my wordpress admin"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-code-messes-up-my-wordpress-admin#post-161800</link>
			<pubDate>Wed, 06 Mar 2013 06:57:59 +0000</pubDate>
			<dc:creator>Ruby</dc:creator>
			<guid isPermaLink="false">161800@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I changed themes and am trying to add this code again to my theme functions.&#60;br /&#62;
Here is the theme functions current code.&#60;br /&#62;
&#60;a href=&#34;http://pastie.org/private/cenpgkwy4wms38rbyozaq&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/private/cenpgkwy4wms38rbyozaq&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I replaced the end } ?&#38;gt; with the code im trying to add&#60;/p&#62;
&#60;p&#62;and here is the code I'm trying to add&#60;br /&#62;
&#60;a href=&#34;http://pastie.org/private/7sphfos8py6hljtvxacrqq&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/private/7sphfos8py6hljtvxacrqq&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mastromktg on "Drop Down list dynamic population."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/drop-down-list-dynamic-population#post-154312</link>
			<pubDate>Mon, 25 Feb 2013 14:35:11 +0000</pubDate>
			<dc:creator>mastromktg</dc:creator>
			<guid isPermaLink="false">154312@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm having problems populating a drop down list dynamically in a Gravity form. I want the DDL to populate with Buddypress groups so users can choose to join a group when they register.&#60;/p&#62;
&#60;p&#62;I used this guide &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Dynamically_Populating_Drop_Down_Fields&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Dynamically_Populating_Drop_Down_Fields&#60;/a&#62;&#60;br /&#62;
and entered the function into the functions.php file of my wordpress theme, and I also tried it in several other functions.php files. When I did this, it broke the entire site. &#60;/p&#62;
&#60;p&#62;Anyone know what the problem might be?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>markroskowske on "Hidden Field and Custom Action"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hidden-field-and-custom-action#post-71955</link>
			<pubDate>Tue, 21 Aug 2012 15:24:46 +0000</pubDate>
			<dc:creator>markroskowske</dc:creator>
			<guid isPermaLink="false">71955@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I need to add some hidden fields and a custom post action.  I'm not sure how to add this.&#60;br /&#62;
&#38;lt;input type=&#34;hidden&#34; name=&#34;sample&#34; value=&#34;(Unnamed Form 1)&#34;&#38;gt;&#60;br /&#62;
&#38;lt;input type=&#34;hidden&#34; name=&#34;elqSiteID&#34; value=&#34;sample&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;The custom post action is to a url&#60;br /&#62;
&#60;a href=&#34;http://samle.t.eloqua.com/e/f2&#34; rel=&#34;nofollow&#34;&#62;http://samle.t.eloqua.com/e/f2&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ktrusak on "Multisite Creation: 1 input for title and url"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multisite-creation-1-input-for-title-and-url#post-131465</link>
			<pubDate>Fri, 25 Jan 2013 12:46:06 +0000</pubDate>
			<dc:creator>ktrusak</dc:creator>
			<guid isPermaLink="false">131465@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am trying to implement a very easy form for creating a new subsite - 1 input. The 1 input is being used for site address and site title. However, it is sending the input to the site address without the &#34; / &#34; at the beginning, so new sites are being listed as example.comnewsite instead of example.com/newsite . Is there someway I can use the pre submission filter to add that / in before it is sent to the site address function?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lexicon on "Notifications sent as an attached .htm?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notifications-sent-as-an-attached-htm#post-90077</link>
			<pubDate>Mon, 12 Nov 2012 05:16:03 +0000</pubDate>
			<dc:creator>lexicon</dc:creator>
			<guid isPermaLink="false">90077@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am trying to get Asana email integrations (&#60;a href=&#34;http://help.asana.com/customer/portal/articles/69313-how-do-i-email-tasks-into-a-project-or-tag-&#34; rel=&#34;nofollow&#34;&#62;http://help.asana.com/customer/portal/articles/69313-how-do-i-email-tasks-into-a-project-or-tag-&#60;/a&#62;) to play nice with gravity forms.&#60;/p&#62;
&#60;p&#62;Whenever a form is submitted from here: &#60;a href=&#34;https://legiblecontent.com/order-now/&#34; rel=&#34;nofollow&#34;&#62;https://legiblecontent.com/order-now/&#60;/a&#62; the resulting email has all the form info attached as a .htm file and then only passes the subject line to asana and ignores the body because it sees no text. This seems like a simple fix I'm missing help!&#60;/p&#62;
&#60;p&#62;I set the email to another email address to test that's how I discovered the .HTM issue. If I tweak round cube settings it resolves the inline .htm issues and the email displays as plain text and if I manually forward it the email shows up in Asana perfectly.&#60;/p&#62;
&#60;p&#62;I really want to be able to send a completed form directly to asana via email.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>britweb on "Changing Price label field on products"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-price-label-field-on-products#post-141232</link>
			<pubDate>Mon, 04 Feb 2013 06:36:09 +0000</pubDate>
			<dc:creator>britweb</dc:creator>
			<guid isPermaLink="false">141232@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
I am trying to change the label &#34;Price&#34; to another word to fit in the theme of my product site,  I can see it will not allow you to change it in the general fields and I am not sure where in the php it is to change, does anyone have any ideas or if there is some javascript that I can use to change it?&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
