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

		<item>
			<title>sdelima on "Can Gravity create custom letters?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-gravity-create-custom-letters#post-299567</link>
			<pubDate>Mon, 03 Jun 2013 17:36:17 +0000</pubDate>
			<dc:creator>sdelima</dc:creator>
			<guid isPermaLink="false">299567@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can Gravity create a custom letter based on users answers to a potentially long series of questions?  Custom text for the letter is prewritten so Gravity would be used to select which part of which prewritten letter to pull text from to create the final custom letter.  Would be nice if we could add client logo, etc. to the custom letter.  Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nelsonschmidt on "Radio buttons separated by text"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/radio-buttons-separated-by-text#post-292741</link>
			<pubDate>Fri, 31 May 2013 12:04:00 +0000</pubDate>
			<dc:creator>nelsonschmidt</dc:creator>
			<guid isPermaLink="false">292741@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am trying to rebuild this &#34;complex&#34; form. The main page has a list of 13 radio buttons grouped by type. Is there a way I can reproduce this? (The first page only allows you to select 1 option out of the 13.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://promariner.com/online_reg.php&#34; rel=&#34;nofollow&#34;&#62;http://promariner.com/online_reg.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Spencer
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cateatfish on "Looking for customization of GF with Woocommerce"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/looking-for-customization-of-gf-with-woocommerce#post-290016</link>
			<pubDate>Thu, 30 May 2013 14:32:50 +0000</pubDate>
			<dc:creator>cateatfish</dc:creator>
			<guid isPermaLink="false">290016@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello devs,&#60;/p&#62;
&#60;p&#62;with the gravity forms, I need to do the following workflow / Steps for the order:&#60;br /&#62;
1. Choose by customer if he has a dog or cat&#60;br /&#62;
2. Enter some infos for dog or cat (Textfield, dropdown..)&#60;br /&#62;
3. If neccessary add more cats or dogs to the order (by clicking a button under step 2 like &#34;+ add another dog&#34; &#34;+add another cat&#34;) and then the neccessary fields appear under the already filled out ones again (step 2 with the infos) Endless adding of more cats &#38;amp; dogs possible. Info needs to be seen in the backend.&#60;br /&#62;
4. Choose subscription level 1, 3 or 6 month with it's own prices&#60;br /&#62;
5. Make payment by wirecard (make sure, if more dogs or cats are added, the price is changed and also seen in the backend)&#60;br /&#62;
6. Subscription is sucessfully entered in the backend&#60;br /&#62;
7. Subscription is charged monthly for the subscription time.&#60;/p&#62;
&#60;p&#62;So I'm looking for a dev who can create this in combination with woocommerce. I have the gravity dev license, also the subscription extension fro woocommerce, the gravity add on extension from woocommerce and the wirecard extension also.&#60;/p&#62;
&#60;p&#62;You can contact me at &#60;a href=&#34;mailto:thomas@mauzundwauz.de&#34;&#62;thomas@mauzundwauz.de&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thomas
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thinkluke on "Custom Form Field With Multiple Inputs"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-form-field-with-multiple-inputs#post-45266</link>
			<pubDate>Mon, 02 Jan 2012 02:37:44 +0000</pubDate>
			<dc:creator>thinkluke</dc:creator>
			<guid isPermaLink="false">45266@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am trying to create a form that gets the latitude and longitude from Google maps and saves it to a custom table in WordPress. &#60;/p&#62;
&#60;p&#62;Currently i have created a the required fields and everything populates as expected.&#60;/p&#62;
&#60;p&#62;I have then added a custom field type to gravity forms. This renders fine on the client side however doesn't appear to be working on the server side as it is not sending the values through to gravity forms... i would like the function to display as the name field displays in entries.&#60;/p&#62;
&#60;p&#62;I am hoping you maybe able to let me know where i am going wrong &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// Add a custom field button to the advanced to the field editor
add_filter( &#38;#39;gform_add_field_buttons&#38;#39;, &#38;#39;add_loc_field&#38;#39; );
function add_loc_field( $field_groups ) {
    foreach( $field_groups as &#38;amp;$group ){
        //if( $group[&#38;quot;name&#38;quot;] == &#38;quot;advanced_fields&#38;quot; ){ // to add to the Advanced Fields
        //if( $group[&#38;quot;name&#38;quot;] == &#38;quot;standard_fields&#38;quot; ){ // to add to the Standard Fields
        if( $group[&#38;quot;name&#38;quot;] == &#38;quot;post_fields&#38;quot; ){ // to add to the Standard Fields
            $group[&#38;quot;fields&#38;quot;][] = array(
                &#38;quot;class&#38;quot;=&#38;gt;&#38;quot;button&#38;quot;,
                &#38;quot;value&#38;quot; =&#38;gt; __(&#38;quot;Add Location&#38;quot;, &#38;quot;gravityforms&#38;quot;),
                &#38;quot;onclick&#38;quot; =&#38;gt; &#38;quot;StartAddField(&#38;#39;add_loc&#38;#39;);&#38;quot;
            );
            break;
        }
    }
    return $field_groups;
}

// Adds title to GF custom field
add_filter( &#38;#39;gform_field_type_title&#38;#39; , &#38;#39;add_loc_title&#38;#39; );
function add_loc_title( $type ) {
    if ( $type == &#38;#39;add_loc&#38;#39; )
	echo $field[&#38;quot;type&#38;quot;];
        return __( &#38;#39;Add Location&#38;#39; , &#38;#39;gravityforms&#38;#39; );
}

// Adds the input area to the external side
add_action( &#38;quot;gform_field_input&#38;quot; , &#38;quot;add_loc_field_input&#38;quot;, 10, 5 );
function add_loc_field_input ( $input, $field, $value, $lead_id, $form_id ){

    if ( $field[&#38;quot;type&#38;quot;] == &#38;quot;add_loc&#38;quot; ) {

		$value = array (

		);
        $max_chars = &#38;quot;&#38;quot;;
        if(!IS_ADMIN &#38;amp;&#38;amp; !empty($field[&#38;quot;maxLength&#38;quot;]) &#38;amp;&#38;amp; is_numeric($field[&#38;quot;maxLength&#38;quot;]))
            $max_chars = self::get_counter_script($form_id, $field_id, $field[&#38;quot;maxLength&#38;quot;]);

        $input_name = $form_id .&#38;#39;_&#38;#39; . $field[&#38;quot;id&#38;quot;];
        $tabindex = GFCommon::get_tabindex();

		//div start
		$wrap_start = sprintf(&#38;quot;&#38;lt;div id=&#38;#39;gmaps_location_%s&#38;#39; class=&#38;#39;ginput_complex ginput_container&#38;#39;&#38;gt;&#38;quot;,$field[&#38;quot;id&#38;quot;]);

		//Location - Address
		$location_address = sprintf(&#38;quot;&#38;lt;input type=&#38;#39;text&#38;#39; name=&#38;#39;input_%d_address&#38;#39; id=&#38;#39;%s_address&#38;#39;/&#38;gt;&#38;lt;label for=&#38;#39;add_loc_&#38;quot; . $field[&#38;quot;id&#38;quot;] . &#38;quot;_address&#38;#39; id=&#38;#39;add_loc_&#38;quot; . $field[&#38;quot;id&#38;quot;] . &#38;quot;_address_label&#38;#39;&#38;gt;Enter Location&#38;lt;/label&#38;gt;&#38;quot;	, $field[&#38;quot;id&#38;quot;], &#38;#39;add_loc_&#38;#39;.$field[&#38;#39;id&#38;#39;], $location_value, $disabled_text, $field_id);

		//Submit Location
		$sub_id = &#38;quot;add_loc_&#38;quot;.$field[&#38;#39;id&#38;#39;].&#38;quot;_address&#38;quot;;
		$sub_location = &#38;quot;&#38;lt;input type=\&#38;quot;button\&#38;quot; onclick=\&#38;quot;findAddress(document.getElementById(&#38;#39;{$sub_id}&#38;#39;).value);\&#38;quot;  value=\&#38;quot;Set Address on Map\&#38;quot; class=\&#38;quot;b_submit\&#38;quot;&#38;gt;&#38;quot;;

		$location_submit = $sub_location;

		//Map Canvas
		$map_canvas = &#38;quot;&#38;lt;div id=&#38;#39;map_canvas&#38;#39; style=&#38;#39;width:500px; height:500px&#38;#39;&#38;gt;&#38;lt;/div&#38;gt;&#38;quot;;	

		//Lat Position
		$lat_position = sprintf(&#38;quot;&#38;lt;input type=&#38;#39;text&#38;#39; name=&#38;#39;input_%d_lat&#38;#39; id=&#38;#39;%s_lat&#38;#39; value=&#38;#39;%F&#38;#39; $tabindex %s/&#38;gt;&#38;lt;label for=&#38;#39;add_loc_&#38;quot; . $field[&#38;quot;id&#38;quot;] . &#38;quot;_lat&#38;#39; id=&#38;#39;add_loc_&#38;quot; . $field[&#38;quot;id&#38;quot;] . &#38;quot;_lat_label&#38;#39;&#38;gt;Latitude&#38;lt;/label&#38;gt;&#38;quot;, $field[&#38;quot;id&#38;quot;], &#38;#39;add_loc_&#38;#39;.$field[&#38;#39;id&#38;#39;], esc_attr(stripslashes($geo_latitude)), $disabled_text, $field_id);

		//Lon Position
		$lon_position = sprintf(&#38;quot;&#38;lt;input type=&#38;#39;text&#38;#39; name=&#38;#39;input_%d_lon&#38;#39; id=&#38;#39;%s_lon&#38;#39; value=&#38;#39;%F&#38;#39; $tabindex %s/&#38;gt;&#38;lt;label for=&#38;#39;add_loc_&#38;quot; . $field[&#38;quot;id&#38;quot;] . &#38;quot;_lon&#38;#39; id=&#38;#39;add_loc_&#38;quot; . $field[&#38;quot;id&#38;quot;] . &#38;quot;_lon_label&#38;#39;&#38;gt;Longitude&#38;lt;/label&#38;gt;&#38;quot;, $field[&#38;quot;id&#38;quot;], &#38;#39;add_loc_&#38;#39;.$field[&#38;#39;id&#38;#39;], esc_attr(stripslashes($geo_longitude)), $disabled_text, $field_id);

		//end div
		$wrap_end = &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;

		$multifield = $wrap_start;
		$multifield .= $location_address;
		$multifield .= $location_submit;
		$multifield .= $map_canvas;
		$multifield .= $lat_position;
		$multifield .= $lon_position;
		$multifield .= print_r($value);
		$multifield .= $wrap_end;

		//$multifield = sprintf(&#38;quot;&#38;lt;div class=&#38;#39;ginput_container&#38;#39;&#38;gt;&#38;lt;input type= &#38;#39;text&#38;#39; name=&#38;#39;input_%s_address&#38;#39; id=&#38;#39;%s_address&#38;#39; class=&#38;#39;textfield gform_add_loc %s&#38;#39; value=&#38;#39;%s&#38;#39; /&#38;gt;&#38;lt;/div&#38;gt;&#38;quot;, $field[&#38;quot;id&#38;quot;], &#38;#39;add_loc-&#38;#39;.$field[&#38;#39;id&#38;#39;] , $field[&#38;quot;type&#38;quot;] . &#38;#39; &#38;#39; . esc_attr($field[&#38;#39;cssClass&#38;#39;]) . &#38;#39; &#38;#39; . $field[&#38;#39;size&#38;#39;] , esc_attr(stripslashes($value)));

		 return $multifield;

    }

    return $input;
}

// Now we execute some javascript technicalitites for the field to load correctly
add_action( &#38;quot;gform_editor_js&#38;quot;, &#38;quot;wps_gform_editor_js&#38;quot; );
function wps_gform_editor_js(){
?&#38;gt;

&#38;lt;script type=&#38;#39;text/javascript&#38;#39;&#38;gt;

    jQuery(document).ready(function($) {
        //Add all textarea settings to the &#38;quot;add_loc&#38;quot; field plus custom &#38;quot;add_loc_setting&#38;quot;
        // fieldSettings[&#38;quot;add_loc&#38;quot;] = fieldSettings[&#38;quot;textarea&#38;quot;] + &#38;quot;, .add_loc_setting&#38;quot;; // this will show all fields that Paragraph Text field shows plus my custom setting

        // from forms.js; can add custom &#38;quot;add_loc_setting&#38;quot; as well
        fieldSettings[&#38;quot;add_loc&#38;quot;] = &#38;quot;.label_setting, .description_setting, .admin_label_setting, .size_setting, .default_value_textarea_setting, .error_message_setting, .css_class_setting, .visibility_setting, .add_loc_setting&#38;quot;; //this will show all the fields of the Paragraph Text field minus a couple that I didn&#38;#39;t want to appear.

        //binding to the load field settings event to initialize the checkbox
        $(document).bind(&#38;quot;gform_load_field_settings&#38;quot;, function(event, field, form){
            jQuery(&#38;quot;#field_add_loc&#38;quot;).attr(&#38;quot;checked&#38;quot;, field[&#38;quot;field_add_loc&#38;quot;] == true);
            $(&#38;quot;#field_add_loc_value&#38;quot;).val(field[&#38;quot;add_loc&#38;quot;]);
        });
    });

&#38;lt;/script&#38;gt;
&#38;lt;?php
}

// Add a custom setting to the add_loc advanced field
add_action( &#38;quot;gform_field_advanced_settings&#38;quot; , &#38;quot;add_loc_settings&#38;quot; , 10, 2 );
function add_loc_settings( $position, $form_id ){

    // Create settings on position 50 (right after Field Label)
    if( $position == 50 ){
    ?&#38;gt;

    &#38;lt;li class=&#38;quot;add_loc_setting field_setting&#38;quot;&#38;gt;

        &#38;lt;input type=&#38;quot;checkbox&#38;quot; id=&#38;quot;field_add_loc&#38;quot; onclick=&#38;quot;SetFieldProperty(&#38;#39;field_add_loc&#38;#39;, this.checked);&#38;quot; /&#38;gt;
        &#38;lt;label for=&#38;quot;field_add_loc&#38;quot; class=&#38;quot;inline&#38;quot;&#38;gt;
            &#38;lt;?php _e(&#38;quot;Disable Submit Button&#38;quot;, &#38;quot;gravityforms&#38;quot;); ?&#38;gt;
            &#38;lt;?php gform_tooltip(&#38;quot;form_field_add_loc&#38;quot;); ?&#38;gt;
        &#38;lt;/label&#38;gt;

    &#38;lt;/li&#38;gt;
    &#38;lt;?php
    }
}

//Filter to add a new tooltip
add_filter(&#38;#39;gform_tooltips&#38;#39;, &#38;#39;wps_add_add_loc_tooltips&#38;#39;);
function wps_add_add_loc_tooltips($tooltips){
   $tooltips[&#38;quot;form_field_add_loc&#38;quot;] = &#38;quot;&#38;lt;h6&#38;gt;Disable Submit Button&#38;lt;/h6&#38;gt;Check the box if you would like to disable the submit button.&#38;quot;;
   $tooltips[&#38;quot;form_field_default_value&#38;quot;] = &#38;quot;&#38;lt;h6&#38;gt;Default Value&#38;lt;/h6&#38;gt;Enter the Add Location here.&#38;quot;;
   return $tooltips;
}

// Add a script to the display of the particular form only if add_loc field is being used
add_action( &#38;#39;gform_enqueue_scripts&#38;#39; , &#38;#39;wps_gform_enqueue_scripts&#38;#39; , 10 , 2 );
function wps_gform_enqueue_scripts( $form, $ajax ) {
    // cycle through fields to see if add_loc is being used
    foreach ( $form[&#38;#39;fields&#38;#39;] as $field ) {
        if ( $field[&#38;#39;type&#38;#39;] == &#38;#39;add_loc&#38;#39; ) {
			wp_register_script( &#38;#39;gmaps_api&#38;#39;, &#38;#39;http://maps.googleapis.com/maps/api/js?sensor=true&#38;#39;);
    		wp_enqueue_script( &#38;#39;gmaps_api&#38;#39; );
            break;
        }
    }
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>ryf on "Gravity for Competition (event) management"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-for-competition-event-management#post-209752</link>
			<pubDate>Mon, 15 Apr 2013 00:05:11 +0000</pubDate>
			<dc:creator>ryf</dc:creator>
			<guid isPermaLink="false">209752@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi guys,&#60;/p&#62;
&#60;p&#62;I'm looking for a solution to a building an event registration form for participants to enter. I have tried a few event management systems, but the main problem with all of these (for my use) is the way the systems register multiple participants. The major issue is that these systems are set up to select (multiple) events first, then add participants - I'd like to have the reverse.  &#60;/p&#62;
&#60;p&#62;Once the main user registers their account, I want the user to be able to add multiple participants , with multiple events attached to each participant (and custom data for each event entry). I'd like the participant data to be available the following year so the main user can enter them again.&#60;/p&#62;
&#60;p&#62;ie:&#60;/p&#62;
&#60;p&#62;Main user-&#60;br /&#62;
   - Participant 1&#60;br /&#62;
       -event 1&#60;br /&#62;
       -event 2&#60;br /&#62;
       -event 3&#60;br /&#62;
    - Participant 2&#60;br /&#62;
       -event 1&#60;br /&#62;
       -event 2&#60;br /&#62;
    - Participant 3&#60;br /&#62;
       -event 1&#60;br /&#62;
       -event 2&#60;br /&#62;
       -event 3&#60;/p&#62;
&#60;p&#62;etc.&#60;/p&#62;
&#60;p&#62;Is it possible to use gravity forms to create this hierarchy?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dturner87 on "Calculations, % Discount Possible?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/calculations-discont-possible#post-18307</link>
			<pubDate>Fri, 11 Feb 2011 14:18:27 +0000</pubDate>
			<dc:creator>dturner87</dc:creator>
			<guid isPermaLink="false">18307@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
After reviewing the forums, it seems that the form is able to do calculations.  However, I was wondering if the option exisited for a percentage discount added in to the calculation.  Not like a promo code, but say the customer selects a couple of packages.  If the total is over some dollar amount, there is a set % discount applied.&#60;/p&#62;
&#60;p&#62;I'm a wedding photographer and would like to use this plugin to allow users to customize packages.  I would like for it to start with a base package than they can add in additional items.  If their total package is over some dollar amount, there total is discounted by some percentage. &#60;/p&#62;
&#60;p&#62;Is this currently possible?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stebesplace on "User submit, form lock, notification of submission on a user page?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-submit-form-lock-notification-of-submission-on-a-user-page#post-31215</link>
			<pubDate>Fri, 29 Jul 2011 18:35:29 +0000</pubDate>
			<dc:creator>stebesplace</dc:creator>
			<guid isPermaLink="false">31215@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I found the following post that is related to what I am trying to look into with GF.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/only-one-submission-per-forms&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/only-one-submission-per-forms&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I modified my post after doing some more research here. In addition to the above functionality, which looks great to block users from submitting more than one form from the IP they are at (though would be nice if it was cookie based), I would need the following:&#60;/p&#62;
&#60;p&#62;On a page, perhaps a user &#34;member area&#34; page, there would be a notification that they have submitted a particular form. - This means that a user, upon submitting, would get a notification that they have completed a form by email (default functionality), but also a text based notification (might be programmatic, but where to start?) on a particular &#34;member page&#34; that says &#34;Hey, you completed Task 1. Move on to Task 2.&#34; Something like that. Thoughts?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jconroy on "Form with custom input field not showing in entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-with-custom-input-field-not-showing-in-entries#post-169271</link>
			<pubDate>Tue, 12 Mar 2013 23:30:54 +0000</pubDate>
			<dc:creator>jconroy</dc:creator>
			<guid isPermaLink="false">169271@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Guys,&#60;/p&#62;
&#60;p&#62;I've created a form using a number of custom input fields.&#60;/p&#62;
&#60;p&#62;The fields add ok through the form editor and appear ok on the front end.&#60;/p&#62;
&#60;p&#62;When the form is submitted - I get the admin notice/email saying the form is submitted but the custom input fields are not in the email.&#60;/p&#62;
&#60;p&#62;Additionally the custom fields are not populated in the entries section in the dashboard.&#60;/p&#62;
&#60;p&#62;There appears to be a few people with similar issues but I can't understand the solutions that have been proposed to them - or why they work. This is an example&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/custom-fields-not-posting-properly&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/custom-fields-not-posting-properly&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have no idea if I need to use the gform_editor_js_set_default_values filter.&#60;/p&#62;
&#60;p&#62;Here is my code&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastebin.com/ekKnfT5X&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/ekKnfT5X&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It basically creates 5 custom input fields (select boxes) that are populated from a third party system (this works) then tries to submit the form back to the system (which works).&#60;/p&#62;
&#60;p&#62;It just doesn't save the values with the entry.&#60;/p&#62;
&#60;p&#62;Any help would be greatly appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>feilamsol on "Specific Product Field to be displayed as amount to be paid via Paypal"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/specific-product-field-to-be-displayed-as-amount-to-be-paid-via-paypal#post-202200</link>
			<pubDate>Tue, 09 Apr 2013 05:04:12 +0000</pubDate>
			<dc:creator>feilamsol</dc:creator>
			<guid isPermaLink="false">202200@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here's the form:&#60;br /&#62;
&#60;a href=&#34;http://en.ecoledehockeydelacapitale.com/registration/2013-registration-form/&#34; rel=&#34;nofollow&#34;&#62;http://en.ecoledehockeydelacapitale.com/registration/2013-registration-form/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;When I redirected to Paypal, it shows all the products and total all, but what I need is just the &#34;Total Deposit via Paypal&#34; amount. How can I do that?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>infiniteeye on "Check I am on Confirmation page for text confirmations?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/check-i-am-on-confirmation-page-for-text-confirmations#post-194432</link>
			<pubDate>Tue, 02 Apr 2013 12:08:53 +0000</pubDate>
			<dc:creator>infiniteeye</dc:creator>
			<guid isPermaLink="false">194432@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When a user has submitted their data, I have it set to text confirmation. &#60;/p&#62;
&#60;p&#62;Now in my wordpress template  I want to detect they are on a confirmation screen - and then grab the entry and show a related text. I know I can do merge-tags but  I want to simply check that this is a confirmation?  e.g. if($gform_is_confirmation() == true) { show something blah blah }&#60;/p&#62;
&#60;p&#62;I feel I am missing something simple here!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
