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

		<item>
			<title>David Peralty on "Variable options passed from post to forms display of radio/checkboxs choices"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/variable-options-passed-from-post-to-forms-display-of-radiocheckboxs-choices#post-344101</link>
			<pubDate>Tue, 25 Jun 2013 10:28:25 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">344101@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you got it sorted out. All my best!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rommel on "Variable options passed from post to forms display of radio/checkboxs choices"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/variable-options-passed-from-post-to-forms-display-of-radiocheckboxs-choices#post-343857</link>
			<pubDate>Tue, 25 Jun 2013 08:11:04 +0000</pubDate>
			<dc:creator>rommel</dc:creator>
			<guid isPermaLink="false">343857@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thats allright. Ive solved it and bought myself a beer.&#60;br /&#62;
Thank you for noticing the post anyway!&#60;/p&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Variable options passed from post to forms display of radio/checkboxs choices"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/variable-options-passed-from-post-to-forms-display-of-radiocheckboxs-choices#post-332246</link>
			<pubDate>Wed, 19 Jun 2013 12:16:32 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">332246@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm not sure I understand what you are trying to do here...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rommel on "Variable options passed from post to forms display of radio/checkboxs choices"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/variable-options-passed-from-post-to-forms-display-of-radiocheckboxs-choices#post-330018</link>
			<pubDate>Tue, 18 Jun 2013 07:45:02 +0000</pubDate>
			<dc:creator>rommel</dc:creator>
			<guid isPermaLink="false">330018@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Alright, so I am building a website for a customer which helds offers from different advertisers in different businesses. These offers are getting matched to the websites users based on their jobtitles and interests. All offers are build as modified Wordpress posts and all have at least one ”call to action”.&#60;br /&#62;
&#60;a href=&#34;http://i40.tinypic.com/2wovr55.png&#34; rel=&#34;nofollow&#34;&#62;Link to a screenshot of an offer&#60;/a&#62;&#60;br /&#62;
Here is a list of our current &#34;call to actions&#34;&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;Call me&#60;/li&#62;
&#60;li&#62;I wish to have a meeting&#60;/li&#62;
&#60;li&#62;Buy product&#60;/li&#62;
&#60;li&#62;Sign me up&#60;/li&#62;
&#60;li&#62;Sign me up for newsletter&#60;/li&#62;
&#60;li&#62;Sign me up for workshop&#60;/li&#62;
&#60;li&#62;Send me more material&#60;/li&#62;
&#60;li&#62;Send me tickets&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;When a new offer is created any or multiple options from the above list needs to be accessible depending on what the advertiser wants for his offer. I was thinking if it was possible to make these &#34;Call to actions&#34; selectable from a checkbox- or radiolist in each post/offer. (Maybe via a custom taxonomy)&#60;/p&#62;
&#60;p&#62;I am already populating usermeta data on the gravity form hidden fields to get the users information. I cant seem to find a way that the customer can select what types of checkboxes/radios that are available for this specific post/offer without having to create combinations of all of the ”call to action” types. Doing so would set us up with way more lists and forms then any customer would find manageble.&#60;/p&#62;
&#60;p&#62;Anyone who can think of a solution that could resolve this challange and I buy them a beer?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Numerous instances of Multiple Charges - NEED HELP!! - Refunding lots of charges"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/numerous-instances-of-multiple-charges-need-help-refunding-lots-of-charges#post-216804</link>
			<pubDate>Sat, 20 Apr 2013 07:10:02 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">216804@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;To make the function apply to all forms you would remove the form id from the end of the hook name like so&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;gform_pre_render&#38;#39;, &#38;#39;disable_submit&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard&#60;br /&#62;
--&#60;br /&#62;
Just another member of the community helping out where I can
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wordpressuser on "Numerous instances of Multiple Charges - NEED HELP!! - Refunding lots of charges"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/numerous-instances-of-multiple-charges-need-help-refunding-lots-of-charges#post-216466</link>
			<pubDate>Sat, 20 Apr 2013 04:21:34 +0000</pubDate>
			<dc:creator>wordpressuser</dc:creator>
			<guid isPermaLink="false">216466@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If I understand what you are saying for disabling the submit button on submission action on multiple forms.... should it look like the following?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;gform_pre_render_ID#1&#38;#39;, &#38;#39;disable_submit&#38;#39;);
add_filter(&#38;#39;gform_pre_render_ID#2&#38;#39;, &#38;#39;disable_submit&#38;#39;);
add_filter(&#38;#39;gform_pre_render_ID#3&#38;#39;, &#38;#39;disable_submit&#38;#39;);
function disable_submit($form) {
    ?&#38;gt;

    &#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
    jQuery(document).ready(function($){
        $(&#38;#39;#gform_submit_button_&#38;lt;?php echo $form[&#38;#39;id&#38;#39;]; ?&#38;gt;&#38;#39;).on(&#38;#39;click&#38;#39;, function(event){

            var submitCopy = $(this).clone();
            submitCopy.prop(&#38;#39;id&#38;#39;, &#38;#39;&#38;#39;).prop(&#38;#39;disabled&#38;#39;, true).prop(&#38;#39;value&#38;#39;, &#38;#39;Processing...&#38;#39;).insertAfter($(this));

            $(this).hide();

        });
    });
    &#38;lt;/script&#38;gt;

    &#38;lt;?php
    return $form;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Is there a way to make the default function for all forms?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Numerous instances of Multiple Charges - NEED HELP!! - Refunding lots of charges"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/numerous-instances-of-multiple-charges-need-help-refunding-lots-of-charges#post-214536</link>
			<pubDate>Thu, 18 Apr 2013 13:13:23 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">214536@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would add another filter with the form number changed:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;gform_pre_render_116&#38;#39;, &#38;#39;disable_submit&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Dandut86 on "Numerous instances of Multiple Charges - NEED HELP!! - Refunding lots of charges"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/numerous-instances-of-multiple-charges-need-help-refunding-lots-of-charges#post-214527</link>
			<pubDate>Thu, 18 Apr 2013 13:05:19 +0000</pubDate>
			<dc:creator>Dandut86</dc:creator>
			<guid isPermaLink="false">214527@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Inserted the code and tested the form.  It works!  One more question, what would I do if I wanted to do the same thing for another form on our system?  &#60;/p&#62;
&#60;p&#62;Thanks for the help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Numerous instances of Multiple Charges - NEED HELP!! - Refunding lots of charges"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/numerous-instances-of-multiple-charges-need-help-refunding-lots-of-charges#post-214522</link>
			<pubDate>Thu, 18 Apr 2013 12:45:10 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">214522@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Put line 2 - 23 of our snippet in line 28 of yours.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dandut86 on "Numerous instances of Multiple Charges - NEED HELP!! - Refunding lots of charges"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/numerous-instances-of-multiple-charges-need-help-refunding-lots-of-charges#post-214521</link>
			<pubDate>Thu, 18 Apr 2013 12:32:31 +0000</pubDate>
			<dc:creator>Dandut86</dc:creator>
			<guid isPermaLink="false">214521@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We get applications constantly throughout the day so I deleted the suggested snippet because people couldnt get to the application.  I was hoping you could point out where I need to put the code.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
