<?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: Conditional logic &#38; form styling</title>
		<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-form-styling</link>
		<description>Gravity Support Forums Topic: Conditional logic &amp; form styling</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 15:04:52 +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/conditional-logic-form-styling" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Conditional logic &#38; form styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-form-styling#post-17703</link>
			<pubDate>Fri, 04 Feb 2011 17:54:06 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">17703@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here's an example of using the inline HTML blocks to create fieldset groupings in your forms.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://forum.gravityhelp.com/topic/fieldsets#post-17019&#34; rel=&#34;nofollow&#34;&#62;http://forum.gravityhelp.com/topic/fieldsets#post-17019&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Conditional logic &#38; form styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-form-styling#post-17694</link>
			<pubDate>Fri, 04 Feb 2011 17:25:46 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">17694@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would place your custom CSS in your themes stylesheet.  If you edit the Gravity Forms plugin stylesheet your changes would get overwritten when an upgrade is executed, so it's best to place changes in your theme stylesheet.&#60;/p&#62;
&#60;p&#62;Gravity Forms does not currently use FieldSet.  If you want to use FieldSet you can use the HTML field and implement it yourself if you know what you are doing with HTML.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Battra on "Conditional logic &#38; form styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-form-styling#post-17692</link>
			<pubDate>Fri, 04 Feb 2011 17:17:33 +0000</pubDate>
			<dc:creator>Battra</dc:creator>
			<guid isPermaLink="false">17692@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for your reply, Carl!&#60;/p&#62;
&#60;p&#62;Where do I put my custom CSS? Is it something that will be overriden when installing upgrade, or can be done without touching the core files?&#60;/p&#62;
&#60;p&#62;Does GF use FIELDSET tag?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Conditional logic &#38; form styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-form-styling#post-17659</link>
			<pubDate>Fri, 04 Feb 2011 13:26:22 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">17659@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;1) Conditional Logic can accomplish this.  You would have to add ALL the questions to your form and then use Conditional Logic to show/hide individual fields based on previous user selections.&#60;/p&#62;
&#60;p&#62;2) Yes, you could apply custom styles to those questions.  However, you would have to write the CSS to do so.  You can apply a custom class to a field and then target that class using CSS.  You can also view source on the form and see what id's/classes are used by default and use them to target the fields with CSS.  Gravity Forms uses standard HTML and CSS so you would style it just like any other page element.&#60;/p&#62;
&#60;p&#62;3) You can customize the form however you want with CSS.  However, you will still want to use the base Gravity Forms stylesheet because the forms are entirely styled by CSS so if you don't output the Gravity Forms stylesheet you would have to handle all of the styling yourself.  We recommend keeping the Gravity Forms CSS output turned on and simply adding custom styles to your theme stylesheet to override the default styles using CSS inheritance and targeting.&#60;/p&#62;
&#60;p&#62;4) Currently search capabilities are limited to a free form search box that searches all fields.  There aren't currently any search filters.  However, we do plan on implementing an Advanced Search capability in the future.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Battra on "Conditional logic &#38; form styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-form-styling#post-17645</link>
			<pubDate>Fri, 04 Feb 2011 09:49:08 +0000</pubDate>
			<dc:creator>Battra</dc:creator>
			<guid isPermaLink="false">17645@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have a couple of questions about Gravity Forms features&#60;/p&#62;
&#60;p&#62;1) I want to collect information about customer's health details and need to show more detailed questions depending on the value they selected. For example:&#60;/p&#62;
&#60;p&#62;Which of the following conditions do you currently have?&#60;br /&#62;
    _ Diabetes&#60;br /&#62;
(If someone tick 'Diabetes', display the following questions, otherwise hide them)&#60;br /&#62;
When was it diagnosed? ____&#60;/p&#62;
&#60;p&#62;    _ Heart problem&#60;br /&#62;
(If someone tick 'Heart problem', display the following questions, otherwise hide them)&#60;br /&#62;
Have you ever had heart attack? Yes/No&#60;br /&#62;
(Further detailed question, only shown when the person tick 'Yes')&#60;br /&#62;
When did you have the heart attack? ___&#60;/p&#62;
&#60;p&#62;   … etc&#60;/p&#62;
&#60;p&#62;2) Can these sub-questions displayed in a form group which has custom style, e.g. use border for the group, use indentation, etc.&#60;/p&#62;
&#60;p&#62;3) Can I use my own CSS for the form? How about formatting the notification email whenever someone submit the form?&#60;/p&#62;
&#60;p&#62;4) Can I search using any fields? E.g. search people who has diabetes, search people who has diabetes AND heart problem, etc
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
