<?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: Within sidebar text widget, form improperly formatted.</title>
		<link>https://legacy.forums.gravityhelp.com/topic/within-sidebar-text-widget-form-improperly-formatted</link>
		<description>Gravity Support Forums Topic: Within sidebar text widget, form improperly formatted.</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 03:25:10 +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/within-sidebar-text-widget-form-improperly-formatted" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Within sidebar text widget, form improperly formatted."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/within-sidebar-text-widget-form-improperly-formatted#post-13778</link>
			<pubDate>Thu, 02 Dec 2010 08:25:15 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">13778@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#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. You only have to do this once and you're theme is set up for all of your forms.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;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.3.9&#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.3.9&#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.3.9&#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/embedding-a-form/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/embedding-a-form/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Once that's done, your forms should have the proper default formatting. That said, in looking at your theme, I see a few blanket CSS rules that may cause you a problem. &#60;/p&#62;
&#60;p&#62;For one, on line 1332 of your style.css file, there is a &#34;display:block&#34; property applied to all label elements. This means it will force all your labels to be on a line by themselves, which you're already seeing inherited in the current form. You'll need to override that rule, or remove it from your stylesheet or it will cause formatting problems.&#60;/p&#62;
&#60;p&#62;Any time a theme uses very general, blanket CSS rules for form styles, it's bad juju. Most often, your form will inherit from these and cause you grief. I see this a lot. I think it's just poor theme building.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nat on "Within sidebar text widget, form improperly formatted."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/within-sidebar-text-widget-form-improperly-formatted#post-13775</link>
			<pubDate>Thu, 02 Dec 2010 07:39:40 +0000</pubDate>
			<dc:creator>Nat</dc:creator>
			<guid isPermaLink="false">13775@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I'm using a text widget to place my form into a sidebar.  However, the bullets are not aligned with the corresponding text description.  This also appears to be the case when using the GF widget. I confirm I am outputting the css in form settings. I'm using Suffusion theme in Wordpress 3.0.2.  I'm adding the css code to the bottom of the Suffusion stylesheet.css.  I have tried to piece together a solution from the posts on this topic, but can't seem to string together a final css code that works.&#60;/p&#62;
&#60;p&#62;Please see:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://acnemarketwatch.com/wordpress/get-started/&#34; rel=&#34;nofollow&#34;&#62;http://acnemarketwatch.com/wordpress/get-started/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As an aside, I have no understanding of css at all, but am very keen to learn to I can do this kind of stuff on my own. Any good beginners guides you could recommend, so I can take full advantage of GF?&#60;/p&#62;
&#60;p&#62;Lastly, any word on the MailChimp add-on that can be bought as a stand-alone package for a one-off fee (I only have the single licence for Gravity Forms).&#60;/p&#62;
&#60;p&#62;Thanks in advance, &#60;/p&#62;
&#60;p&#62;Nate
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
