<?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: Add Form to Admin Section</title>
		<link>https://legacy.forums.gravityhelp.com/topic/add-form-to-admin-section</link>
		<description>Gravity Support Forums Topic: Add Form to Admin Section</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 10:33:00 +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/add-form-to-admin-section" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Add Form to Admin Section"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-form-to-admin-section#post-39369</link>
			<pubDate>Sun, 30 Oct 2011 22:18:44 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">39369@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK, let us know if you get stuck.&#60;/p&#62;
&#60;p&#62;The Gravity Forms are specifically designed to NOT enqueue the scripts and styles in the admin, so making it work there would require you to jump through some hoops.&#60;/p&#62;
&#60;p&#62;You can create a simple page template, protect it with a log in, then drop the Gravity Form in there.  It would not look like the full back end of wp-admin, but it does not have to look like the front end of your site either.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>babsmiles on "Add Form to Admin Section"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-form-to-admin-section#post-39355</link>
			<pubDate>Sun, 30 Oct 2011 16:29:08 +0000</pubDate>
			<dc:creator>babsmiles</dc:creator>
			<guid isPermaLink="false">39355@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the response. I did some experimenting and I think if I was a better programmer I could do it but I think I have a better solution of just making a mini admin section and keeping the real admin section hidden. So I'm going to try that route.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Add Form to Admin Section"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-form-to-admin-section#post-39326</link>
			<pubDate>Sun, 30 Oct 2011 00:39:44 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">39326@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gravity Forms forms are not designed to be used in the admin section of WordPress, but you can certainly try it and let us know how it goes.  Here is a similar question asked by another user:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/form-in-admin#post-7597&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/form-in-admin#post-7597&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>babsmiles on "Add Form to Admin Section"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-form-to-admin-section#post-39318</link>
			<pubDate>Sat, 29 Oct 2011 18:16:01 +0000</pubDate>
			<dc:creator>babsmiles</dc:creator>
			<guid isPermaLink="false">39318@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have pretty much no programming experience but I'm trying :) So I wanted to add a form for users to fill out in the admin section vs. on the front page. I was trying this little code but its not working. I got form id 1 to show up, but it was trying to make it an editable form. I want this to be the final form that shows up. Is this possible?&#60;/p&#62;
&#60;p&#62;This is something I made for the functions.php file in the theme.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function jobform_add_pages() {
    add_menu_page(&#38;#39;admin-menu&#38;#39;, &#38;#39;Post A Job&#38;#39;, 5, __FILE__, &#38;#39;jobform_toplevel_page&#38;#39;);
}
function jobform_toplevel_page() {
      gravity_form(4, false, false, false, &#38;#39;&#38;#39;, false);
}
add_action(&#38;#39;admin_menu&#38;#39;, &#38;#39;jobform_add_pages&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
