<?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: Formatting forms in the Socrates Theme</title>
		<link>https://legacy.forums.gravityhelp.com/topic/formatting-forms-in-the-socrates-theme</link>
		<description>Gravity Support Forums Topic: Formatting forms in the Socrates Theme</description>
		<language>en-US</language>
		<pubDate>Fri, 03 Apr 2026 19:45: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/formatting-forms-in-the-socrates-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Formatting forms in the Socrates Theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/formatting-forms-in-the-socrates-theme#post-22937</link>
			<pubDate>Mon, 11 Apr 2011 10:22:54 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">22937@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your default forms.css file isn't being loaded. How are you adding the form to the page? I'm assuming you're using the php function call. You may need to manually enqueue the css/scripts to get the formatting in check.&#60;/p&#62;
&#60;p&#62;When using a Gravity Form in a sidebar widget or embedding it anywhere using the function call, you need to manually enqueue the scripts and CSS by placing a short script block in your theme's functions.php file.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(!is_admin()) {
    wp_enqueue_script(&#38;quot;gforms_ui_datepicker&#38;quot;, WP_PLUGIN_URL . &#38;quot;/gravityforms/js/jquery-ui/ui.datepicker.js&#38;quot;, array(&#38;quot;jquery&#38;quot;), &#38;quot;1.4&#38;quot;, true);
    wp_enqueue_script(&#38;quot;gforms_datepicker&#38;quot;, WP_PLUGIN_URL . &#38;quot;/gravityforms/js/datepicker.js&#38;quot;, array(&#38;quot;gforms_ui_datepicker&#38;quot;), &#38;quot;1.4&#38;quot;, true);
    wp_enqueue_script(&#38;quot;gforms_conditional_logic_lib&#38;quot;, WP_PLUGIN_URL . &#38;quot;/gravityforms/js/conditional_logic.js&#38;quot;, array(&#38;quot;gforms_ui_datepicker&#38;quot;), &#38;quot;1.4&#38;quot;, true);
    wp_enqueue_style(&#38;quot;gforms_css&#38;quot;, WP_PLUGIN_URL . &#38;quot;/gravityforms/css/forms.css&#38;quot;);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Without this, the conditional logic scripts, datepicker script, form CSS and other elements needed for the full form functionality aren't loaded.&#60;/p&#62;
&#60;p&#62;You can find more information at the URL below&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Embedding_A_Form&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Embedding_A_Form&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;After that, if you're still seeing the bullets then we can work that out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jerrykidd on "Formatting forms in the Socrates Theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/formatting-forms-in-the-socrates-theme#post-22920</link>
			<pubDate>Mon, 11 Apr 2011 00:23:38 +0000</pubDate>
			<dc:creator>jerrykidd</dc:creator>
			<guid isPermaLink="false">22920@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK, total newbie here.  I've built a form and installed it at &#60;a href=&#34;http://www.smminteractive.com/fbtab/hire-2&#34; rel=&#34;nofollow&#34;&#62;http://www.smminteractive.com/fbtab/hire-2&#60;/a&#62;.  It shows up as a bulleted list which I don't want.  I have read the FAQ and I did add the suggested CSS to the theme Style.css file but it did not help.  Any thoughts?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
