<?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 Tag: admin - Recent Posts</title>
		<link>https://legacy.forums.gravityhelp.com/tags/admin</link>
		<description>Gravity Support Forums Tag: admin - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:13:04 +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/tags/admin" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Review Website"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/review-website-1#post-376171</link>
			<pubDate>Wed, 07 Aug 2013 11:21:46 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">376171@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Unfortunately we don't have any plans to switch to a numbered list.  If you require any further assistance please open a new &#60;a href=&#34;http://www.gravityhelp.com/request-support/&#34; rel=&#34;nofollow&#34;&#62;support ticket&#60;/a&#62;. Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saturnus on "Review Website"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/review-website-1#post-376170</link>
			<pubDate>Tue, 06 Aug 2013 15:18:14 +0000</pubDate>
			<dc:creator>saturnus</dc:creator>
			<guid isPermaLink="false">376170@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;is there any plans to add numbered lists in the future instead of having to hack the form with html manually? :/
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Entry Date Modified"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entry-date-modified#post-360144</link>
			<pubDate>Wed, 03 Jul 2013 14:22:04 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">360144@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;handling via priority support
&#60;/p&#62;</description>
		</item>
		<item>
			<title>espo_74 on "Entry Date Modified"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entry-date-modified#post-360089</link>
			<pubDate>Wed, 03 Jul 2013 13:52:24 +0000</pubDate>
			<dc:creator>espo_74</dc:creator>
			<guid isPermaLink="false">360089@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Actually--this isn't quite doing what I was hoping. this completely Replaces the field with the date/time. I would like to just INSERT the date/time into that field....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>espo_74 on "Entry Date Modified"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entry-date-modified#post-360067</link>
			<pubDate>Wed, 03 Jul 2013 13:41:03 +0000</pubDate>
			<dc:creator>espo_74</dc:creator>
			<guid isPermaLink="false">360067@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Probably a better way to do this, but...&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_field_input&#38;quot;, &#38;quot;update_entry_date&#38;quot;, 10, 5);
function update_entry_date($input, $field, $value, $lead_id, $form_id)
{
      //because this will fire for every form/field, only do it when it is the specific form and field

date_default_timezone_set(&#38;quot;America/Detroit&#38;quot;);

	if ($form_id == 12 &#38;amp;&#38;amp; $field[&#38;quot;id&#38;quot;] == 8)
	{
		$input = date(&#38;quot;m-d-y G:m&#38;quot;);

	}
       return $input;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>espo_74 on "Entry Date Modified"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entry-date-modified#post-359896</link>
			<pubDate>Wed, 03 Jul 2013 12:30:40 +0000</pubDate>
			<dc:creator>espo_74</dc:creator>
			<guid isPermaLink="false">359896@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have searched for this but cannot locate an answer.&#60;br /&#62;
using: after_update_entry (or any other method)   is there a way to either include in the notes or in a field the date an entry was modified on the admin side?&#60;/p&#62;
&#60;p&#62;I am not looking to modify/change the date submitted, just to add a date/timestamp for when a user updates an existent entry.&#60;/p&#62;
&#60;p&#62;I have been searching and experimenting and researching but am coming up short...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mlangham on "Adding A Form To Sidebar Widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-a-form-to-sidebar-widget#post-352238</link>
			<pubDate>Sat, 29 Jun 2013 11:01:36 +0000</pubDate>
			<dc:creator>mlangham</dc:creator>
			<guid isPermaLink="false">352238@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You might also consider, for this and other similar needs, the plug entitled &#34;Widget Areas&#34;&#60;/p&#62;
&#60;p&#62;It's one of my base-installs for any wordpress site I develop.&#60;/p&#62;
&#60;p&#62;Then simply drop in the shortcode for the form and you're all set. &#60;/p&#62;
&#60;p&#62;Cheers.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Cannot edit forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cannot-edit-forms-2#post-345984</link>
			<pubDate>Wed, 26 Jun 2013 12:05:12 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">345984@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Handling via priority support.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>casepartners on "Cannot edit forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cannot-edit-forms-2#post-344700</link>
			<pubDate>Tue, 25 Jun 2013 20:37:02 +0000</pubDate>
			<dc:creator>casepartners</dc:creator>
			<guid isPermaLink="false">344700@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello, &#60;/p&#62;
&#60;p&#62;We are running Wordpress 3.5.1 with Gravity Forms 1.7.6 on IIS7. PHP error reporting is on but no major issues are being logged. For what it's worth we didn't notice the issue until migrating the environment into our production environment.&#60;/p&#62;
&#60;p&#62;When trying to edit a few of the forms on the site the edit page never stops loading, and the options to edit/move/delete a field (or add another field) are totally unavailable. This happens rather arbitrarily, and we've been unable to consistently duplicate the issue, but it seems to only occur on longer forms (10+ fields) but not in all cases.&#60;/p&#62;
&#60;p&#62;The issue originally popped up on a form with conditional fields, and fields dynamically populated. Thinking it may have something to do with conditional fields we rebuilt a form without, but the issue reappeared. &#60;/p&#62;
&#60;p&#62;Disabling Javascript through Chrome or Firefox developer tools does not solve the issue. This signals the issue is not related to a Jquery conflict (nor does enabling or disabling &#34;No Conflict&#34; mode make a difference.) &#60;/p&#62;
&#60;p&#62;We have increased PHP's memory limit to 256MB, and redefined Wordpress' memory limit in wp-config as so:&#60;br /&#62;
define('WP_MEMORY_LIMIT', '128M');&#60;br /&#62;
define('WP_MAX_MEMORY_LIMIT', '256M');&#60;/p&#62;
&#60;p&#62;Incidentally, the only partial, but untenable, solution is to restart the web-server while the page is spinning. Once the server hiccups the page stops loading and the ability and interface to add/edit/move/delete is restored.&#60;/p&#62;
&#60;p&#62;Here's a link to a demonstration of what we're talking about... &#60;a href=&#34;https://www.dropbox.com/s/c2tduehasxxk6qg/gravity-forms-issue.mov&#34; rel=&#34;nofollow&#34;&#62;https://www.dropbox.com/s/c2tduehasxxk6qg/gravity-forms-issue.mov&#60;/a&#62; -- notice the field-edit interface appears on the Reserve Now form (00:00:13), but does not on the Brochure Request form (00:00:25.)&#60;/p&#62;
&#60;p&#62;Any help or direction very much appreciated!&#60;/p&#62;
&#60;p&#62;Calley + Joe
&#60;/p&#62;</description>
		</item>
		<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>

	</channel>
</rss>
