<?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: Pandonym</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/pandonym'>pandonym</a></link>
		<description>Gravity Support Forums User Favorites: Pandonym</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:25:18 +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>Rob Harrell on "Classes for radio buttons and checkboxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/classes-for-radio-buttons-and-checkboxes#post-48396</link>
			<pubDate>Sun, 05 Feb 2012 19:08:47 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">48396@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Jon, can you hook me up with a link to your form so I can take a look?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jon_burke on "Classes for radio buttons and checkboxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/classes-for-radio-buttons-and-checkboxes#post-48366</link>
			<pubDate>Sat, 04 Feb 2012 21:51:37 +0000</pubDate>
			<dc:creator>Jon_burke</dc:creator>
			<guid isPermaLink="false">48366@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Rob, I bought Gravity forms yesterday and am also using the same theme as Pandonym. i also have the same issue but can't buy a developer's license until I get this sorted. Specifically, the isues I have are that the radio buttons, drop box buttons and back and next buttons (only multi page) don't pick upn the styling of the mysitemyway theme. While gravity forms are great and work well, they are ion consistent with the rest of my site. I would like to try the script you provided abovbe but dont know where I would put it - sorry mate I'm a bit of an amatuer.&#60;/p&#62;
&#60;p&#62;Thanks alot. Jon.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Classes for radio buttons and checkboxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/classes-for-radio-buttons-and-checkboxes#post-45765</link>
			<pubDate>Sat, 07 Jan 2012 08:20:10 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">45765@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Alright, so it's a bit more than just placing some CSS in. This is also using javascript to help out. It's based off this:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/&#34; rel=&#34;nofollow&#34;&#62;http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I found this by viewing the source of the URL you sent. I was able to get half of this styled just regularly, but like I said, it's dependent on using the scripting above. Are you comfortable trying that out?&#60;/p&#62;
&#60;p&#62;For the styles I did this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gravity_radio li {
background: url(images/shortcodes/radio.png) no-repeat;
}
.gravity_checkbox, .gravity_radio li {
width: 20px;
height: 25px;
padding: 0 5px 0 0 !important;
background: url(images/shortcodes/checkbox.png) no-repeat;
display: inline-block;
vertical-align: middle;
line-height: 25px !important;
}
.gravity_radio input[type=&#38;quot;radio&#38;quot;], .gravity_checkbox input[type=&#38;quot;checkbox&#38;quot;] {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you place that in you'll see the new background piece, but that's it. The idea is the JavaScript looks for every form element with class=&#34;styled&#34; on it; hides the real form element; sticks a span tag with a CSS class on it next to the element; and, finally, mouse events are added to the span that handles the visual stages form inputs go through when they are clicked.&#60;/p&#62;
&#60;p&#62;So you could end up needing to do some tweaking, but try it out and see if you can get it to work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Pandonym on "Classes for radio buttons and checkboxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/classes-for-radio-buttons-and-checkboxes#post-45753</link>
			<pubDate>Fri, 06 Jan 2012 23:56:59 +0000</pubDate>
			<dc:creator>Pandonym</dc:creator>
			<guid isPermaLink="false">45753@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Rob,&#60;/p&#62;
&#60;p&#62;sure, here is it:&#60;br /&#62;
&#60;a href=&#34;http://themes.mysitemyway.com/infocus/shortcodes/contact-form/&#34; rel=&#34;nofollow&#34;&#62;http://themes.mysitemyway.com/infocus/shortcodes/contact-form/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Classes for radio buttons and checkboxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/classes-for-radio-buttons-and-checkboxes#post-45752</link>
			<pubDate>Fri, 06 Jan 2012 23:22:15 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">45752@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Where can I go to see these radio fields and checkboxes, do you have URL to one of their pages so I can take a look.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Pandonym on "Classes for radio buttons and checkboxes"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/classes-for-radio-buttons-and-checkboxes#post-45750</link>
			<pubDate>Fri, 06 Jan 2012 21:07:19 +0000</pubDate>
			<dc:creator>Pandonym</dc:creator>
			<guid isPermaLink="false">45750@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I use the InFocus theme from mysitemyway-com. They implemented a contact form with nice looking radio buttons and checkboxes and I want to use them for the gravity forms.&#60;/p&#62;
&#60;p&#62;It is confusing for me what classes I should use to style these boxes.&#60;/p&#62;
&#60;p&#62;When I add &#34;.gform_wrapper .gfield_radio li&#34; to the style section in my theme where their boxes are styled, it breaks my layout like this:&#60;br /&#62;
&#60;a href=&#34;http://imageshack.us/photo/my-images/706/mycheckboxes.jpg/&#34; rel=&#34;nofollow&#34;&#62;http://imageshack.us/photo/my-images/706/mycheckboxes.jpg/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Their checkboxes look like these:&#60;br /&#62;
&#60;a href=&#34;http://imageshack.us/photo/my-images/577/theircheckboxes.jpg/&#34; rel=&#34;nofollow&#34;&#62;http://imageshack.us/photo/my-images/577/theircheckboxes.jpg/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;So I copied the radio and checkbox classes and renamed them to &#34;.gravity_radio&#34; and &#34;.gravity_checkbox&#34;. Then I defiened a custom css class in the configuration of my form and now it looks like this:&#60;br /&#62;
&#60;a href=&#34;http://www.pandonym.com/testseite/&#34; rel=&#34;nofollow&#34;&#62;http://www.pandonym.com/testseite/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What should I do?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Automatic choose product"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/automatic-choose-product#post-45404</link>
			<pubDate>Tue, 03 Jan 2012 23:44:26 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">45404@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you got it working!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Pandonym on "Automatic choose product"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/automatic-choose-product#post-45387</link>
			<pubDate>Tue, 03 Jan 2012 20:52:18 +0000</pubDate>
			<dc:creator>Pandonym</dc:creator>
			<guid isPermaLink="false">45387@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Carl,&#60;/p&#62;
&#60;p&#62;I solved it on my own :o)&#60;/p&#62;
&#60;p&#62;I have some forms with checkbox fields. They represent products. When I click on a product I want to go to the form and have the product checked.&#60;/p&#62;
&#60;p&#62;Here is my solution, I know that it is easy, but to be at this point can be hard :o)&#60;/p&#62;
&#60;p&#62;At my checkbox field I activated the values and insert some. Then I activated the dynamic population.&#60;/p&#62;
&#60;p&#62;Now I can go to my URL like this:&#60;br /&#62;
&#60;a href=&#34;http://www.domain.com/product/?value=1&#34; rel=&#34;nofollow&#34;&#62;http://www.domain.com/product/?value=1&#60;/a&#62;&#60;br /&#62;
or&#60;br /&#62;
&#60;a href=&#34;http://www.domain.com/product/?shipping=free&#34; rel=&#34;nofollow&#34;&#62;http://www.domain.com/product/?shipping=free&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I hope this can help some else who doens't find the solution on his own.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Automatic choose product"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/automatic-choose-product#post-45095</link>
			<pubDate>Wed, 28 Dec 2011 18:35:31 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">45095@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm not 100% sure what you are trying to do.  Do you have any examples you can point me to?&#60;/p&#62;
&#60;p&#62;Is what you want is a single Order Form that consists of multiple products, and then you want to pre-select the correct product based on how you link to that order form?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Pandonym on "Automatic choose product"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/automatic-choose-product#post-45070</link>
			<pubDate>Wed, 28 Dec 2011 14:39:46 +0000</pubDate>
			<dc:creator>Pandonym</dc:creator>
			<guid isPermaLink="false">45070@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Rob,&#60;br /&#62;
thank you for your fast reply.&#60;/p&#62;
&#60;p&#62;I found this article before, but I just want to &#34;activate&#34; one of the products if a special link is clicked. Is this the correct function for that?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
