<?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: Need some support</title>
		<link>https://legacy.forums.gravityhelp.com/topic/need-some-support</link>
		<description>Gravity Support Forums Topic: Need some support</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:51:00 +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/need-some-support" rel="self" type="application/rss+xml" />

		<item>
			<title>Dancing Bay on "Need some support"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-some-support#post-64211</link>
			<pubDate>Sat, 30 Jun 2012 22:01:43 +0000</pubDate>
			<dc:creator>Dancing Bay</dc:creator>
			<guid isPermaLink="false">64211@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Which hook do I used to get the value from form 2 (lightbox form) into the proper field (input_21, field_1_21) on form 1 (my base form). I've looked at the hooks on &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Developer_Docs&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Developer_Docs&#60;/a&#62; and there are several that pertain to values. I'm assuming I use a hook to set this value. &#60;/p&#62;
&#60;p&#62;With the hook in my previous post in place, the action is changed and the submit works so that the lightbox goes away and back to form 1, but everything previously set on form 1 is reset back to the default. How do I stop this from happening?&#60;/p&#62;
&#60;p&#62;I'm anxious to get this all resolved so I can get my site running.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Alisa
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dancing Bay on "Need some support"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-some-support#post-64196</link>
			<pubDate>Sat, 30 Jun 2012 18:07:12 +0000</pubDate>
			<dc:creator>Dancing Bay</dc:creator>
			<guid isPermaLink="false">64196@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think I may have found the solution to my question using gform_form_tag. Since I want to target back to the form that called the lightbox form, is this correct?:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_form_tag&#38;quot;, &#38;quot;form_tag&#38;quot;, 10, 2);
function form_tag($form_tag, $form){
	if ($form[&#38;quot;id&#38;quot;] == 2) {
		$form_tag = preg_replace(&#38;quot;&#124;action=&#38;#39;(.*?)&#38;#39;&#124;&#38;quot;, &#38;quot;action=&#38;#39;http://dancingbayembroidery.com/koozies/&#38;#39;&#38;quot;, $form_tag);
		return $form_tag;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;the if statement would direct the hook to only be used on that specific form, right. My biggest question is do I need to have the lightbox form have a method of post or get? and if get, do I also change that within the gform_form_tag hook? and how?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Alisa
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dancing Bay on "Need some support"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-some-support#post-64012</link>
			<pubDate>Fri, 29 Jun 2012 01:25:00 +0000</pubDate>
			<dc:creator>Dancing Bay</dc:creator>
			<guid isPermaLink="false">64012@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm a lot closer. Go to &#60;a href=&#34;http://dancingbayembroidery.com/koozies/&#34; rel=&#34;nofollow&#34;&#62;http://dancingbayembroidery.com/koozies/&#60;/a&#62;, scroll down to Text* and select Monogram. A link will appear to the right of the Text dropdown. Click on Click here to select a Monogram Font. The form opens in a lightbox, just like I wanted, but when you make a selection and click submit, nothing happens. &#60;/p&#62;
&#60;p&#62;Here's the html content for the link:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div style=&#38;quot;display:none&#38;quot; class=&#38;quot;fancybox-hidden&#38;quot;&#38;gt;
&#38;lt;div id=&#38;quot;fancyboxID-1&#38;quot;&#38;gt;[gravityform id=&#38;quot;2&#38;quot; name=&#38;quot;Monogram Fonts&#38;quot; ajax=&#38;quot;true&#38;quot;]&#38;lt;/div&#38;gt;
&#38;lt;/div&#38;gt;
&#38;lt;a href=&#38;quot;#fancyboxID-1&#38;quot; rel=&#38;quot;nofollow&#38;quot;&#38;gt;Click here to select a Monogram Font&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Disable default margins is checked&#60;br /&#62;
CSS: gf_right_half&#60;br /&#62;
Enable Conditional Logic checked Show if thei field mathces Text is Monogram.&#60;/p&#62;
&#60;p&#62;On form 2, I have Field Labe: Monogram Fonts&#60;br /&#62;
Choice: enable values checked&#60;br /&#62;
URL to image is a full path.&#60;br /&#62;
Admin Label: blank&#60;br /&#62;
Validation Message: blank&#60;br /&#62;
CSS: gf_list_5col&#60;br /&#62;
Visiblity: Everyone&#60;br /&#62;
Allow field to be populated dynamically - unchecked&#60;br /&#62;
Enable Conditional Logic - unchecked&#60;/p&#62;
&#60;p&#62;I don't know how to view the souce of the lightbox form to figure out what the action is, or how to change the action even if I could see it. Action should be&#60;br /&#62;
&#60;a href=&#34;http://dancingbayembroidery.com/koozies/&#34; rel=&#34;nofollow&#34;&#62;http://dancingbayembroidery.com/koozies/&#60;/a&#62; with a method of get, sending something like&#60;br /&#62;
?input_21=Circle-3L when you click submit.&#60;/p&#62;
&#60;p&#62;Can anyone tell me how to make this changes?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Alisa
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dancing Bay on "Need some support"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-some-support#post-63938</link>
			<pubDate>Thu, 28 Jun 2012 13:24:00 +0000</pubDate>
			<dc:creator>Dancing Bay</dc:creator>
			<guid isPermaLink="false">63938@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I finally figured out the images on the form. I don't like that they're all bunch up, so may need to add some padding to them, but if I can just get this to open in a lightbox, that'll be one big hurdle.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Alisa
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dancing Bay on "Need some support"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-some-support#post-63936</link>
			<pubDate>Thu, 28 Jun 2012 13:07:52 +0000</pubDate>
			<dc:creator>Dancing Bay</dc:creator>
			<guid isPermaLink="false">63936@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;got it: gf_list_4col
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Need some support"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-some-support#post-63935</link>
			<pubDate>Thu, 28 Jun 2012 13:07:28 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">63935@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I can answer your CSS question, everything else will take more time. Check out our CSS Ready Classes for organizing elements:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dancing Bay on "Need some support"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-some-support#post-63934</link>
			<pubDate>Thu, 28 Jun 2012 13:05:02 +0000</pubDate>
			<dc:creator>Dancing Bay</dc:creator>
			<guid isPermaLink="false">63934@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey, I'm making a little progress. See &#60;a href=&#34;http://dancingbayembroidery.com/monogram-fonts-2/&#34; rel=&#34;nofollow&#34;&#62;http://dancingbayembroidery.com/monogram-fonts-2/&#60;/a&#62;. There's a bunch of images at the bottom that I didn't put there and am not sure how to remove, but they are using a lightbox, so I need to study the code a bit and also the wordpress setting to see what I can use for what I want to accomplish.&#60;/p&#62;
&#60;p&#62;On the CSS, is there a setting to make this come out in a 3 by or 4 by grid?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Alisa
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dancing Bay on "Need some support"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-some-support#post-63932</link>
			<pubDate>Thu, 28 Jun 2012 12:43:12 +0000</pubDate>
			<dc:creator>Dancing Bay</dc:creator>
			<guid isPermaLink="false">63932@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a partially complete form: &#60;a href=&#34;http://dancingbayembroidery.com/koozies/&#34; rel=&#34;nofollow&#34;&#62;http://dancingbayembroidery.com/koozies/&#60;/a&#62; . Scroll down to Text* and select Monogram. When you select Monogram, a link will appear to the right called Monogram Fonts. Clicking on that link takes you here: &#60;a href=&#34;http://dancingbayembroidery.com/popups/monograms.php&#34; rel=&#34;nofollow&#34;&#62;http://dancingbayembroidery.com/popups/monograms.php&#60;/a&#62; which I would like to appear in a lightbox form. This form was coded by hand because I cannot figure out how to (1) create a totally plain page with my theme and (2) cannot figure out how to created a gravity form with the images. This is where I'm stuck. I want the value from the 2nd form to go into the field called Monogram. On the Advanced tab from the text field called Monogram, I have set the Paramenter name to monogram and check the allow field to be populated dynamically box. However, when I do a view source of the page, I see this code:&#60;br /&#62;
&#38;lt;li id='field_1_21' class='gfield' &#38;gt;&#60;br /&#62;
&#38;lt;label class='gfield_label' for='input_1_21'&#38;gt;Monogram&#38;lt;/label&#38;gt;&#60;br /&#62;
&#38;lt;div class='ginput_container'&#38;gt;&#60;br /&#62;
&#38;lt;input name='input_21' id='input_1_21' type='text' value='' class='medium'  tabindex='5'   /&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;What this tells me is that the radio buttons:&#60;br /&#62;
&#38;lt;input type=&#34;radio&#34; name=&#34;monogram&#34; value=&#34;Circle-2L&#34; /&#38;gt; for example,&#60;br /&#62;
from the 2nd form will never match up with the base form because it's looking for a  field called input_21.&#60;/p&#62;
&#60;p&#62;I'm also stuck in the fact that I cannot figure out how to get a lightbox, much less a lightbox form to pop up. When I say this, I mean that I set it up they way I think it should be set up and what comes up is a grid of images and when I click on an image it goes to a page with just that image and not a lightbox. Now, I think this is a Boutique theme issue, so not within the scope of this support group. I just cannot get anyone over there to understand what I'm saying. They might answer, but not the question I'm asking. Maybe I just don't know how to ask the question properly.&#60;/p&#62;
&#60;p&#62;The other problem that when it comes back to the base form, anything I previously set it wiped out. I understand why this is happening. I need to send everything previously set over to the 2nd from and then back, but I was thinking that with a lightbox, this would not happen. &#60;/p&#62;
&#60;p&#62;Once I get the form building the way I want it to, I need to figure out how to wrap Cart66 around it so that it will be a real shopping cart, send charges to PayPal and orders to me.&#60;/p&#62;
&#60;p&#62;This will be a slow process getting this section working properly, but once I get this going, I should be able to set up the rest of my cart quickly. I have lots of html, php, &#38;amp; mysql experience. I worked as a developer from 2000 to 2008, first with static html pages, then Perl, then PHP/MySQL. I basically understand JavaScript and CSS but am better at tweaking code than writing it myself. I'm pretty new to WordPress. This is my 2nd site which is for my business. My 1st was Photocrati template which was pretty simple to set up and get running properly. It was for a friend. I have not worked with hooks before.&#60;/p&#62;
&#60;p&#62;I hope someone can help, at least with a part of this.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Alisa
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Need some support"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-some-support#post-63879</link>
			<pubDate>Thu, 28 Jun 2012 06:38:04 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">63879@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You might not find anyone who has worked with all four.  Please let us know exactly what you want to do and provide a link to your site with the work you have accomplished so far.  Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dancing Bay on "Need some support"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-some-support#post-63864</link>
			<pubDate>Thu, 28 Jun 2012 00:42:44 +0000</pubDate>
			<dc:creator>Dancing Bay</dc:creator>
			<guid isPermaLink="false">63864@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm trying to get the Elegant Themes Boutique theme, Cart66, Gravity Forms, and a lightbox (any lightbox) that will handle a form to all play nice together. I have been on the 3 support forums (theme, cart, forms) and no one seems to be able to give me any direction. Any suggestions or anyone who has used the 4 together out there to give me any advice. &#60;/p&#62;
&#60;p&#62;My current problems isn't exactly with Gravity Forms, I don't think, but trying to get a lightbox form to play nice with my theme. I'm just looking for someone who has worked with these 4 items/plugins to give me some advice.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Alisa
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
