<?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: Forms not displaying right</title>
		<link>https://legacy.forums.gravityhelp.com/topic/forms-not-displaying-right</link>
		<description>Gravity Support Forums Topic: Forms not displaying right</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:24:51 +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/forms-not-displaying-right" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Forms not displaying right"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-not-displaying-right#post-19828</link>
			<pubDate>Thu, 03 Mar 2011 12:33:22 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">19828@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The Gravity Forms CSS is not being output.  &#60;/p&#62;
&#60;p&#62;You need to make sure CSS output is turned on in the Settings page of Gravity Forms.&#60;/p&#62;
&#60;p&#62;Also you need to make sure your theme has the wp_head() function call in your header.php file and the wp_footer() function call in your footer.php file which Gravity Forms uses to enqueue scripts.&#60;/p&#62;
&#60;p&#62;If you are using the function call to manually insert a form instead of using a shortcode you may need to manually enqueue the necessary CSS and Javascript.  This is discussed in the Documentation area that shows how to include a form via function call here:&#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;If you are using the shortcode and your theme doesn't use a traditional loop to display the page content it's also possible you may have to manually enqueue the necessary CSS and JS.  Gravity Forms relies on the standard loop functionality and enqueue functionality to output the necessary CSS and Javascript.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Forms not displaying right"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-not-displaying-right#post-19815</link>
			<pubDate>Thu, 03 Mar 2011 12:13:46 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">19815@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your default forms.css file isn't being loaded. That's why the styling is off. Are you embedding the form via the shortcode in the content editor or are you using the php function call to embed the form directly into the page template?&#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;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;</description>
		</item>
		<item>
			<title>chris.kluis on "Forms not displaying right"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-not-displaying-right#post-19811</link>
			<pubDate>Thu, 03 Mar 2011 11:08:16 +0000</pubDate>
			<dc:creator>chris.kluis</dc:creator>
			<guid isPermaLink="false">19811@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The forms are not displaying right and it looks like every form option is being pushed below the checkbox for the multiselect field.&#60;/p&#62;
&#60;p&#62;In the case of the name field the form is also not showing up correctly and name/first/last is in the wrong places.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wp.mintek.com/contact/&#34; rel=&#34;nofollow&#34;&#62;http://wp.mintek.com/contact/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Help please.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
