<?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: custom - Recent Topics</title>
		<link>https://legacy.forums.gravityhelp.com/tags/custom</link>
		<description>Gravity Support Forums Tag: custom - Recent Topics</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:05:52 +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/custom/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>Zbysek Nadenik on "Custom Meta Boxes text in e-mail"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-meta-boxes-text-in-e-mail#post-201050</link>
			<pubDate>Mon, 08 Apr 2013 08:08:32 +0000</pubDate>
			<dc:creator>Zbysek Nadenik</dc:creator>
			<guid isPermaLink="false">201050@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I created and use Custom Meta Boxes for date and place in single post. When a user fill in a form in the post, he receives an e-mail with a message and everything he filled in.&#60;/p&#62;
&#60;p&#62;I would like to include in this e-mail also information about the place and date. Is there a chance how to print this into the e-mail?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>laverne_web on "Create A GF Form Programmitcaly and Integrate An Events Plugin"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/create-a-gf-form-programmitcaly-and-integrate-an-events-plugin#post-308580</link>
			<pubDate>Fri, 07 Jun 2013 13:03:46 +0000</pubDate>
			<dc:creator>laverne_web</dc:creator>
			<guid isPermaLink="false">308580@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm trying to replicate this form here &#60;a href=&#34;http://laverne.edu/form/information-session/&#34; rel=&#34;nofollow&#34;&#62;http://laverne.edu/form/information-session/&#60;/a&#62; which uses Google calendar to show upcoming events. It's in effect an event registration form. The problem is that it needs to be a standalone form, it can't be on an event detail page or anything like that, it just needs to be on a simple page template.&#60;/p&#62;
&#60;p&#62;I'm wondering if it's wise to do this. I want to create the form programmatically using the resources provide by Gravity Forms, and within that form, I would like to query events and have them show up to the user depending on some conditional logic.&#60;/p&#62;
&#60;p&#62;Could this setup work? I'm not afraid to code it, I just don't want to get stuck somewhere where I can't get integration to work. I'm hoping that GF is open enough for quite a bit of tweaking.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>avianex on "Gform field css class - no output"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform-field-css-class-no-output#post-326893</link>
			<pubDate>Sun, 16 Jun 2013 11:47:47 +0000</pubDate>
			<dc:creator>avianex</dc:creator>
			<guid isPermaLink="false">326893@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;Im trying to add custom CSS clases to my input fields.&#60;/p&#62;
&#60;p&#62;I started to test with the example&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
add_action(&#38;quot;gform_field_css_class&#38;quot;, &#38;quot;custom_class&#38;quot;, 10, 3);
function custom_class($classes, $field, $form){
    if($field[&#38;quot;type&#38;quot;] == &#38;quot;text&#38;quot;){
        $classes .= &#38;quot; custom_textfield_class&#38;quot;;
    }
    return $classes;
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Unfortunately I do not get any outpit in the text inputs.&#60;br /&#62;
(I don´t have a live demo, it´s still localhost)&#60;/p&#62;
&#60;p&#62;Are there any more requirements to use this filter?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ringmaster on "Adding Conditional Logic to a new custom field type"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-conditional-logic-to-a-new-custom-field-type#post-322925</link>
			<pubDate>Fri, 14 Jun 2013 09:07:25 +0000</pubDate>
			<dc:creator>ringmaster</dc:creator>
			<guid isPermaLink="false">322925@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have successfully created a new custom form field.  It retains a single string value.  I would like to make the display of other fields contingent on the value of my custom field.  I was surprised to find that this functionality was not automatically enabled!&#60;/p&#62;
&#60;p&#62;What specifically do I need to add to my custom field code so that its value can be tested by the conditional logic of a different form field?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Coen Jacobs on "Populating from and writing to external database"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/populating-from-and-writing-to-external-database#post-6402</link>
			<pubDate>Wed, 16 Jun 2010 16:35:17 +0000</pubDate>
			<dc:creator>Coen Jacobs</dc:creator>
			<guid isPermaLink="false">6402@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm working on a project and we're about to decide wether or not use GF for the job. Main concern is populating fields from an external database and write user input to the same external database. I've never done this before and I really don't know what's possible with GF and controlling external databases.&#60;/p&#62;
&#60;p&#62;There are possibilities to use GF-hooks and custom plugins, but I'm not sure if I'm able to alter what GF will do with the user input. And, even more important, are we able to hook into GF saving the contents/fields of a form so we can adjust the structure of the external database to it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>maarten@vanappel.nl on "Custom field not showing up in entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-field-not-showing-up-in-entries#post-314327</link>
			<pubDate>Mon, 10 Jun 2013 04:25:49 +0000</pubDate>
			<dc:creator>maarten@vanappel.nl</dc:creator>
			<guid isPermaLink="false">314327@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So, I made a custom field that is exactly the same as the default Name field, but with the text at the bottom. After following both links in this topic:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/creating-custom-field-type&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/creating-custom-field-type&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;i created my field and everything seemed to work. Now, a month later I got a question why my name field wasn't being displayed on the Entries page.&#60;/p&#62;
&#60;p&#62;So, my custom field is not displaying its data on the entries page, is there a simple solution I'm missing here?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>laverne_web on "Event Registration? Or No..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/event-registration-or-no#post-302377</link>
			<pubDate>Tue, 04 Jun 2013 22:10:03 +0000</pubDate>
			<dc:creator>laverne_web</dc:creator>
			<guid isPermaLink="false">302377@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm pretty familiar with Gravity Forms, but this is a little bit tougher than your everyday form. I want to know if there is an events plugin that is recommended for event registration integration to Gravity Forms. I need to recreate this form (See section &#34;Select an Information Session&#34;):&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://laverne.edu/form/information-session/&#34; rel=&#34;nofollow&#34;&#62;http://laverne.edu/form/information-session/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Am I better off going with an events plugin and creating a custom form for this? The problem is I would really like to use Gravity Forms for its built in conditional logic, which you can see is essential to this section.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>apsu on "Merge tags on confirmation web page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/merge-tags-on-confirmation-web-page#post-288544</link>
			<pubDate>Thu, 30 May 2013 03:56:55 +0000</pubDate>
			<dc:creator>apsu</dc:creator>
			<guid isPermaLink="false">288544@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;Please could you tell me if it is possible to achieve the following:&#60;/p&#62;
&#60;p&#62;We have a thank you page set up at: &#60;a href=&#34;http://www.apsu.com/meraki-registered/&#34; rel=&#34;nofollow&#34;&#62;http://www.apsu.com/meraki-registered/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Once a user has submitted their form, we want their First Name to be populated into the thank you page (where it currently says Steve).&#60;/p&#62;
&#60;p&#62;Is this possible? Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jonathan Dingman on "flexible shipping"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/flexible-shipping#post-90034</link>
			<pubDate>Mon, 12 Nov 2012 03:26:43 +0000</pubDate>
			<dc:creator>Jonathan Dingman</dc:creator>
			<guid isPermaLink="false">90034@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm trying to figure out a way to setup flexible shipping based on the quantity purchased.&#60;/p&#62;
&#60;p&#62;ie 1 item = X shipping&#60;br /&#62;
2-5 items = Y shipping cost&#60;br /&#62;
6-10 items = Z shipping cost&#60;/p&#62;
&#60;p&#62;etc.&#60;/p&#62;
&#60;p&#62;what's the easiest way to set this up?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>adrinmartin on "Login Form, Register, and Password lost forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/login-form-register-and-password-lost-forms#post-284099</link>
			<pubDate>Tue, 28 May 2013 16:15:09 +0000</pubDate>
			<dc:creator>adrinmartin</dc:creator>
			<guid isPermaLink="false">284099@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I want to know before buying the developer plugin, if I can handle custom Login forms and validations, and lost pasword functionality. New Registered user i`m aware this can be managed with the add-on.&#60;br /&#62;
I need to reorder a registered form in two columns like this one with the right tab functionality : &#60;a href=&#34;http://pixelogic.co/c/bgc/www/es/register/&#34; rel=&#34;nofollow&#34;&#62;http://pixelogic.co/c/bgc/www/es/register/&#60;/a&#62;&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
