<?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: Fix fields panels so they&#039;re always visible when editing long forms</title>
		<link>https://legacy.forums.gravityhelp.com/topic/fix-fields-panels-so-theyre-always-visible-when-editing-long-forms</link>
		<description>Gravity Support Forums Topic: Fix fields panels so they&#039;re always visible when editing long forms</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 17:24:11 +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/fix-fields-panels-so-theyre-always-visible-when-editing-long-forms" rel="self" type="application/rss+xml" />

		<item>
			<title>pgvane on "Fix fields panels so they&#039;re always visible when editing long forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fix-fields-panels-so-theyre-always-visible-when-editing-long-forms#post-343717</link>
			<pubDate>Tue, 25 Jun 2013 06:58:38 +0000</pubDate>
			<dc:creator>pgvane</dc:creator>
			<guid isPermaLink="false">343717@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you Michelle that is excellent and very handy. Vote 1 from me.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Fix fields panels so they&#039;re always visible when editing long forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fix-fields-panels-so-theyre-always-visible-when-editing-long-forms#post-286783</link>
			<pubDate>Wed, 29 May 2013 13:18:09 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">286783@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for your submission. I'll make sure the team sees it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Michelle on "Fix fields panels so they&#039;re always visible when editing long forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fix-fields-panels-so-theyre-always-visible-when-editing-long-forms#post-286774</link>
			<pubDate>Wed, 29 May 2013 13:12:12 +0000</pubDate>
			<dc:creator>Michelle</dc:creator>
			<guid isPermaLink="false">286774@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;A big UI improvement for me would be to fix the Standard / Advanced / Post / Pricing field panels to the right side of the screen so they're always visible/accessible when working on a long form. As-is, I do a lot of scrolling down then back up to add/edit fields; if those panels could be position: fixed instead of just at the top of whatever form I'm working on it would be a huge help.&#60;/p&#62;
&#60;p&#62;This is a function I've added to my theme to make that happen, but it'd be great if it were an option or just the default for the plugin:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// THIS GIVES US SOME OPTIONS FOR STYLING THE ADMIN AREA
function gravity_panels() {
   echo &#38;#39;&#38;lt;style type=&#38;quot;text/css&#38;quot;&#38;gt;
           #add_fields {
   				position:fixed;
   				right:30px;
			}
         &#38;lt;/style&#38;gt;&#38;#39;;
}
if (isset($_GET[&#38;#39;page&#38;#39;]) &#38;amp;&#38;amp; $_GET[&#38;#39;page&#38;#39;] == &#38;#39;gf_edit_forms&#38;#39;) {
    // do all of your add_action() hooks here
    add_action(&#38;#39;admin_head&#38;#39;, &#38;#39;gravity_panels&#38;#39;);
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
