<?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 User Favorites: brunocrtmonteiro</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/brunocrtmonteiro'>brunocrtmonteiro</a></link>
		<description>Gravity Support Forums User Favorites: brunocrtmonteiro</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 12:19:50 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>brunocrtmonteiro on "Interaction with Magic fields plugin"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/interaction-with-magic-fields-plugin#post-30399</link>
			<pubDate>Tue, 19 Jul 2011 10:36:01 +0000</pubDate>
			<dc:creator>brunocrtmonteiro</dc:creator>
			<guid isPermaLink="false">30399@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Carl!&#60;br /&#62;
Thanks! All sorted out with your help!&#60;br /&#62;
All best.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Interaction with Magic fields plugin"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/interaction-with-magic-fields-plugin#post-30299</link>
			<pubDate>Mon, 18 Jul 2011 14:51:09 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">30299@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm not quite sure what you want to do... let me see if I have it:&#60;/p&#62;
&#60;p&#62;- You have a custom field in your posts with a custom field name of property_reference&#60;br /&#62;
- You have a form you display on your posts&#60;br /&#62;
- You want to store the value of the property_reference field with the form submission&#60;/p&#62;
&#60;p&#62;Is this correct?&#60;/p&#62;
&#60;p&#62;If so... here is what you can do:&#60;/p&#62;
&#60;p&#62;- Edit your form&#60;br /&#62;
- Add a Hidden Field to your form&#60;br /&#62;
- Edit the Hidden Field&#60;br /&#62;
- Give it a Field Label of &#34;Property Reference&#34;&#60;br /&#62;
- Select the Advanced Tab&#60;br /&#62;
- In the default value use &#34;{custom_field:property_reference}&#34; without the quotes&#60;br /&#62;
- Save your form&#60;/p&#62;
&#60;p&#62;Now when you submit this form from a post that has a custom field of property_reference it's value will be stored as the value of your hidden field.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brunocrtmonteiro on "Interaction with Magic fields plugin"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/interaction-with-magic-fields-plugin#post-30277</link>
			<pubDate>Mon, 18 Jul 2011 11:53:31 +0000</pubDate>
			<dc:creator>brunocrtmonteiro</dc:creator>
			<guid isPermaLink="false">30277@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there!&#60;/p&#62;
&#60;p&#62;I'm using Magic Fields plugin. Is it possible to include on any part of the email supplied the information inserted in a specific field with the name: i.e.: 'property_reference'?&#60;br /&#62;
The idea is for my client to be able to receive on the same email the reference of a certain product on the page.&#60;br /&#62;
Any ideas?&#60;/p&#62;
&#60;p&#62;Thanks. All best.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "my radio buttons and check boxes » Misalignment"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/my-radio-buttons-and-check-boxes-%c2%bb-misalignment#post-12240</link>
			<pubDate>Sun, 07 Nov 2010 19:49:55 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">12240@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Use specific attribute selectors to define exactly which inputs you want to inherit the rule. Most theme developers just apply blanket rules to all inputs which usually hose up the checkboxes and radio buttons.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;input[type=text],
input[type=email],
input[type=tel],
input[type=url],
select {min-height:30px}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/grabs/f13a693510e60ed68ef4616a369a610c.png&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brunocrtmonteiro on "my radio buttons and check boxes » Misalignment"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/my-radio-buttons-and-check-boxes-%c2%bb-misalignment#post-12232</link>
			<pubDate>Sun, 07 Nov 2010 17:35:48 +0000</pubDate>
			<dc:creator>brunocrtmonteiro</dc:creator>
			<guid isPermaLink="false">12232@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok. Thanks.&#60;br /&#62;
How do you sugest to increase the size of the input boxes in their height value?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "my radio buttons and check boxes » Misalignment"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/my-radio-buttons-and-check-boxes-%c2%bb-misalignment#post-12228</link>
			<pubDate>Sun, 07 Nov 2010 15:53:23 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">12228@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your &#34;min-height:30px&#34;  rule in you theme's layout.css file (line 474) is being inherited by the checkboxes &#38;amp; radio fields (which are inputs too) and that's causing the odd cascading effect. If you disable that rule, you'll see that everything formats properly.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/grabs/9ee934b2586e70f7b503f39e6d139713.png&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brunocrtmonteiro on "my radio buttons and check boxes » Misalignment"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/my-radio-buttons-and-check-boxes-%c2%bb-misalignment#post-12226</link>
			<pubDate>Sun, 07 Nov 2010 15:09:04 +0000</pubDate>
			<dc:creator>brunocrtmonteiro</dc:creator>
			<guid isPermaLink="false">12226@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I really need your help here.&#60;br /&#62;
I've already been reading all the posts about this issue and tryed to work it out ... but with no success.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.caramelo.com.pt/wp-site/cancao-inquerito/&#34; rel=&#34;nofollow&#34;&#62;http://www.caramelo.com.pt/wp-site/cancao-inquerito/&#60;/a&#62;&#60;br /&#62;
user: gravity&#60;br /&#62;
pass: test123&#60;/p&#62;
&#60;p&#62;Hope to ear from you soon.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
