<?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 Topic: Single page, multiple forms viewed within individual modal windows - not working</title>
		<link>https://legacy.forums.gravityhelp.com/topic/single-page-multiple-forms-viewed-within-individual-modal-windows-not-working</link>
		<description>Gravity Support Forums Topic: Single page, multiple forms viewed within individual modal windows - not working</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:29: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/topic/single-page-multiple-forms-viewed-within-individual-modal-windows-not-working" rel="self" type="application/rss+xml" />

		<item>
			<title>iconicgroupcanada on "Single page, multiple forms viewed within individual modal windows - not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/single-page-multiple-forms-viewed-within-individual-modal-windows-not-working#post-65504</link>
			<pubDate>Tue, 10 Jul 2012 08:36:25 +0000</pubDate>
			<dc:creator>iconicgroupcanada</dc:creator>
			<guid isPermaLink="false">65504@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We are attempting to do the same thing with Bootstrap modals. Can anyone provide insight on how the above code would apply to those?&#60;/p&#62;
&#60;p&#62;I think it would have to go somewhere in here:&#60;/p&#62;
&#60;p&#62;$('#myModal').on('hidden', function () {&#60;br /&#62;
  // do something…&#60;br /&#62;
})&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://twitter.github.com/bootstrap/javascript.html#modals&#34; rel=&#34;nofollow&#34;&#62;http://twitter.github.com/bootstrap/javascript.html#modals&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Single page, multiple forms viewed within individual modal windows - not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/single-page-multiple-forms-viewed-within-individual-modal-windows-not-working#post-62285</link>
			<pubDate>Tue, 12 Jun 2012 11:52:25 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">62285@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That is pretty brilliant and should help many people on this forum. Thanks for posting your solution.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>AutoCanada on "Single page, multiple forms viewed within individual modal windows - not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/single-page-multiple-forms-viewed-within-individual-modal-windows-not-working#post-62282</link>
			<pubDate>Tue, 12 Jun 2012 11:47:18 +0000</pubDate>
			<dc:creator>AutoCanada</dc:creator>
			<guid isPermaLink="false">62282@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Found the solution to my problem on Stack Overflow:&#60;/p&#62;
&#60;p&#62;By adding:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;close: function(event, ui) {
                        try {$(&#38;quot;#diatom-carproof-form&#38;quot;).data(&#38;quot;validator&#38;quot;).destroy();}catch(e){}
						$(this).dialog(&#38;quot;destroy&#38;quot;).remove();
                    }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to each form instance called in the detail-button.js within the application/views/inventory/js folder.&#60;/p&#62;
&#60;p&#62;I.E.:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;dealertrend(&#38;#39;#yourtheme-yourformname&#38;#39;).click(function() {

        dealertrend(&#38;#39;#yourtheme-yourformname-form&#38;#39;).dialog({
            autoOpen: true,
            height: 300,
            width: 529,
            modal: true,
			close: function(event, ui) {
                        try {$(&#38;quot;#yourtheme-yourformname-form&#38;quot;).data(&#38;quot;validator&#38;quot;).destroy();}catch(e){}
						$(this).dialog(&#38;quot;destroy&#38;quot;).remove();
                    }
        });

        return false;

    });&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>AutoCanada on "Single page, multiple forms viewed within individual modal windows - not working"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/single-page-multiple-forms-viewed-within-individual-modal-windows-not-working#post-61864</link>
			<pubDate>Thu, 07 Jun 2012 18:32:19 +0000</pubDate>
			<dc:creator>AutoCanada</dc:creator>
			<guid isPermaLink="false">61864@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I'm attempting to feature multiple G forms on a single page, hiding them until called into a modal window and have them set to use ajax. The problem is as follows:&#60;/p&#62;
&#60;p&#62;- Forms load OK but only the first form chosen will validate or submit when clicked. Other forms will appear, but text input will not function, nor does validation or submission of the form. This problem occurs regardless of whether the first-clicked form has been submitted successfully or not. How can I have the others function regardless of what happens to the first form?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
