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

		<item>
			<title>David Peralty on "Replace submit button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/replace-submit-button#post-334833</link>
			<pubDate>Thu, 20 Jun 2013 16:04:42 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">334833@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;ktrusak's solution is probably still going to be the best you get regarding this issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Dynamically load forms with Ajax"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-load-forms-with-ajax#post-334548</link>
			<pubDate>Thu, 20 Jun 2013 12:24:51 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">334548@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Not that I know of. It has been asked in the past if you can dynamically load Gravity Forms forms, and one of our developers commented that it is currently a limitation with no workaround, though something they'll be investigating in an upcoming version.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>textalk on "Dynamically load forms with Ajax"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamically-load-forms-with-ajax#post-333712</link>
			<pubDate>Thu, 20 Jun 2013 03:29:08 +0000</pubDate>
			<dc:creator>textalk</dc:creator>
			<guid isPermaLink="false">333712@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm having a page with approx. 13 forms. The page consists of many hidden divs containing links to fancyboxes with the generated forms. The problem is that when the page is loading, all hidden content shows up for a short time before &#34;falling into place&#34;.&#60;/p&#62;
&#60;p&#62;Since I don't have a problem if I remove the forms from the fancyboxes, I figured the problem is caused by having so many forms generated upon loading the page.&#60;/p&#62;
&#60;p&#62;I then tried to dynamically load the forms via Ajax. However, the procedure in Wordpress for doing this is to go via admin-ajax.php, in an &#34;admin context&#34;. This causes the forms to appear as editable but disabled and it just looks awkward.&#60;/p&#62;
&#60;p&#62;Is there any possible solution for dynamically loading the forms into fancyboxes when these are being shown?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ktrusak on "Replace submit button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/replace-submit-button#post-332554</link>
			<pubDate>Wed, 19 Jun 2013 16:33:07 +0000</pubDate>
			<dc:creator>ktrusak</dc:creator>
			<guid isPermaLink="false">332554@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi I just saw your post, were you able to get a result?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "multiple forms on one page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-forms-on-one-page-5#post-299365</link>
			<pubDate>Mon, 03 Jun 2013 13:53:48 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">299365@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I believe it is the formlightbox_call class and the formlightbox_obj id which are the important ones, anyway you have it working now and that's all that matters.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BGB on "multiple forms on one page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-forms-on-one-page-5#post-299335</link>
			<pubDate>Mon, 03 Jun 2013 13:26:00 +0000</pubDate>
			<dc:creator>BGB</dc:creator>
			<guid isPermaLink="false">299335@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK thank you Richard,&#60;/p&#62;
&#60;p&#62;I used a unique ID in 4 places here&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;signup&#38;quot;&#38;gt;[formlightbox_call title=&#38;quot;34&#38;quot; class=&#38;quot;34&#38;quot;]&#38;lt;span class=&#38;quot;button large&#38;quot;&#38;gt;Evaluate My Reel!&#38;lt;/span&#38;gt;[/formlightbox_call]
[formlightbox_obj id=&#38;quot;34&#38;quot; style=&#38;quot;padding: 30px; width:650px;&#38;quot;][gravityform id=&#38;quot;34&#38;quot; name=&#38;quot;BGB&#38;#39;s Reel Evaluation&#38;quot;][/formlightbox_obj]&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Are those 4 places correct?&#60;/p&#62;
&#60;p&#62;Either way it has gotten my forms to work. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "multiple forms on one page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-forms-on-one-page-5#post-298390</link>
			<pubDate>Mon, 03 Jun 2013 04:13:11 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">298390@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looking at your test page, you have the following two links, take note of the id being called in the href attributes, this is one reason the same form appears.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a class=&#38;quot;fancybox&#38;quot; href=&#38;quot;#fancyboxID-1&#38;quot;&#38;gt;gf 33&#38;lt;/a&#38;gt;
&#38;lt;a class=&#38;quot;fancybox&#38;quot; href=&#38;quot;#fancyboxID-1&#38;quot;&#38;gt;gf 34 &#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now look at the id's of the divs containing your forms, again you have assigned them the same id, this is the other reason that the same form is called, the id's need to be unique for the correct form to appear.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;fancyboxID-1&#38;quot;&#38;gt;
                &#38;lt;div class=&#38;#39;gf_browser_chrome gform_wrapper&#38;#39; id=&#38;#39;gform_wrapper_33&#38;#39; &#38;gt;
&#38;lt;div id=&#38;quot;fancyboxID-1&#38;quot;&#38;gt;
                &#38;lt;div class=&#38;#39;gf_browser_chrome gform_wrapper&#38;#39; id=&#38;#39;gform_wrapper_34&#38;#39; &#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You have the same problem on the other page, you aren't using unique id's so when one of the buttons is pressed it doesn't know which form to load so it picks the first div it finds with that id and reveals that form.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BGB on "multiple forms on one page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-forms-on-one-page-5#post-298112</link>
			<pubDate>Mon, 03 Jun 2013 01:39:31 +0000</pubDate>
			<dc:creator>BGB</dc:creator>
			<guid isPermaLink="false">298112@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I read in the support forums that it is possible to call multiple forms on one page. This doesn't seem to be working for me though.&#60;/p&#62;
&#60;p&#62;See this page:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bramongarciabraun.com/evaluation/&#34; rel=&#34;nofollow&#34;&#62;http://bramongarciabraun.com/evaluation/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I call two different forms with the red buttons, but the same form pops up with each button, even though the gravity form id in the code is different.&#60;/p&#62;
&#60;p&#62;I tried using a different light box here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bramongarciabraun.com/test-page-you-can-delete-it/&#34; rel=&#34;nofollow&#34;&#62;http://bramongarciabraun.com/test-page-you-can-delete-it/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Same problem.&#60;/p&#62;
&#60;p&#62;How can I fix this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stankobrin on "Add the Featured Image of a Post to a Gravity Form on that page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-the-featured-image-of-a-post-to-a-gravity-form-on-that-page#post-261498</link>
			<pubDate>Sun, 19 May 2013 13:48:42 +0000</pubDate>
			<dc:creator>stankobrin</dc:creator>
			<guid isPermaLink="false">261498@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In case anyone else trying to find a solution, i finally managed to hack this solution:&#60;/p&#62;
&#60;p&#62;add_filter('gform_field_choices', 'update_choices', 10, 2);&#60;br /&#62;
function update_choices($choice_html, $field){&#60;/p&#62;
&#60;p&#62;    if($field['formId'] != 3)&#60;br /&#62;
        return $choice_html;&#60;/p&#62;
&#60;p&#62;    if($field['id'] == 21) {&#60;br /&#62;
        // in this example, &#34;First Choice&#34; is one of the option labels, we replace that with the image&#60;br /&#62;
        // the reason we include the &#34;&#38;gt;&#38;lt;&#34; when searching for the &#34;First Choice&#34; text is because unless&#60;br /&#62;
        // the 'enable values' option is selected for this field, it would replace both the value and&#60;br /&#62;
        // the label, we just want to update the label&#60;/p&#62;
&#60;p&#62;		global $post;&#60;br /&#62;
    	$feat1 = '&#38;lt;img src=&#34;';&#60;br /&#62;
		$feat2 = wp_get_attachment_url( get_post_thumbnail_id($post-&#38;gt;ID) );&#60;br /&#62;
		$feat3 = '&#34; width=&#34;250&#34; height=&#34;220&#34; /&#38;gt;';&#60;br /&#62;
		$featimage = $feat1 . $feat2 . $feat3;&#60;br /&#62;
		return $featimage;&#60;br /&#62;
    }
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Keithvaugh on "Replace submit button"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/replace-submit-button#post-250161</link>
			<pubDate>Mon, 13 May 2013 05:20:55 +0000</pubDate>
			<dc:creator>Keithvaugh</dc:creator>
			<guid isPermaLink="false">250161@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'd like to implement this myself. I am using a modal in pagelines theme and activating it with: &#60;/p&#62;
&#60;p&#62;[pl_modal title=&#34;E-mail contact form&#34; type=&#34;btn&#34; hash=&#34;contact&#34; colortype=&#34;default&#34; label=&#34;Sent email&#34;]&#60;br /&#62;
[gravityform id=&#34;1&#34; name=&#34;Contact &#34;]&#60;br /&#62;
[/pl_modal]&#60;/p&#62;
&#60;p&#62;Ideally what I would like is to move the submit button for the GF form into the modal footer beside the Close button. I tried with the come above, but have not had any luck (changed the gform_submit_button to match my button number. I guess I am unsure of the what the filter does or where it should be added. Tried adding in the custom CSS area of the theme.&#60;br /&#62;
All help would be appreciated.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
