<?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: Thumbnails in Form Entries Pages</title>
		<link>https://legacy.forums.gravityhelp.com/topic/thumbnails-in-form-entries-pages</link>
		<description>Gravity Support Forums Topic: Thumbnails in Form Entries Pages</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 10:42: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/thumbnails-in-form-entries-pages" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Thumbnails in Form Entries Pages"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/thumbnails-in-form-entries-pages#post-145008</link>
			<pubDate>Sat, 09 Feb 2013 02:00:45 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">145008@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you were able to work that out.  Are you all set now?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gingalley on "Thumbnails in Form Entries Pages"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/thumbnails-in-form-entries-pages#post-144731</link>
			<pubDate>Fri, 08 Feb 2013 13:22:06 +0000</pubDate>
			<dc:creator>gingalley</dc:creator>
			<guid isPermaLink="false">144731@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Alright, I go it all worked out. Yeah!&#60;/p&#62;
&#60;p&#62;Here's what I did...&#60;/p&#62;
&#60;p&#62;Determined Form ID, Entry ID, and Field ID from Gravity form.&#60;/p&#62;
&#60;p&#62;I then used phpMyAdmin to access my database and the wp_rg_lead_detail table.&#60;/p&#62;
&#60;p&#62;Performed a search of the database for Form ID and Entry ID to determine wp_rg_lead_detail id number for the data line that includes the path to the image upload. Since I deleted all of the blank/untitled posts that Gravity forms automatically generated, the wp_rg_lead_detail id number no longer existed in the table.  So, I located where it would have been and made note of its missing id number. I did that by looking at the id number above and below. So, if I saw an id with 105 above and 107 below, I determined that 106 was the missing/deleted id. (Otherwise, you could add a number so long as it does not conflict with other id numbers in the table.)&#60;/p&#62;
&#60;p&#62;Note: I am using a hook to eliminate untitled blank posts for Image Posts and a hook to change default image upload path.&#60;/p&#62;
&#60;p&#62;Then, I inserted all of this info as a new string to table as follows (Database field = Gravity Forms field):&#60;br /&#62;
id = wp_rg_lead_detail id number&#60;br /&#62;
lead_id = Entry ID&#60;br /&#62;
form_id = Form ID&#60;br /&#62;
field_number = Field ID&#60;br /&#62;
value = &#60;a href=&#34;http://www.yourdomain.com/wp-content/uploads/image-folder/image-name.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.yourdomain.com/wp-content/uploads/image-folder/image-name.jpg&#60;/a&#62;&#124;:&#124;&#124;:&#124;&#124;:&#124;&#60;/p&#62;
&#60;p&#62;So, after successfully adding to database, thumbnails appear again in the entries and image links are correct.&#60;/p&#62;
&#60;p&#62;Then, I tested adding an image after a User submits a form and does not upload an image and it is possible following the same steps. The only thing you have to do is add a unique wp_rg_lead_detail id number.  So, if the table uses id numbers 100-115, just make the id number 116 when you insert the new string.&#60;/p&#62;
&#60;p&#62;While testing, I discovered that the Edit &#38;gt; Edit Post Image &#38;gt; Choose File does not work. So again, I would just edit in the database.&#60;/p&#62;
&#60;p&#62;Thanks Chris for pointing me in the right direction.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Thumbnails in Form Entries Pages"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/thumbnails-in-form-entries-pages#post-144414</link>
			<pubDate>Thu, 07 Feb 2013 20:40:44 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">144414@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;blockquote&#62;&#60;p&#62;
Just looking to edit the path to the images/thumbnails in the entries so they appear again.
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;I took a look at some entries and found a couple interesting things.  The image is actually the full image, in the entry, resized down to width=&#34;100&#34; in the HTML.  The other thing I noticed is that the path to the image, even though it's a post image, is the path in the wp-content/uploads/gravity_forms/$FORMID-randomstring/ folder.  For post images, this original is kept here, for the entry, but the image is also copied to the media gallery in all its sizes.&#60;/p&#62;
&#60;p&#62;If you want to update the path to the images in the entries, the value is stored in the $wpdb-&#38;gt;rg_lead_detail table.  Use the lead ID, form ID and field ID to narrow it down, then the 'value' field in the record will contain the full URL to the image.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gingalley on "Thumbnails in Form Entries Pages"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/thumbnails-in-form-entries-pages#post-144282</link>
			<pubDate>Thu, 07 Feb 2013 14:23:18 +0000</pubDate>
			<dc:creator>gingalley</dc:creator>
			<guid isPermaLink="false">144282@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No thumbnails in the Media Library.&#60;/p&#62;
&#60;p&#62;I added the gform_upload_path hook to send all images to a different directory.&#60;/p&#62;
&#60;p&#62;I also added gform_disable_post_creation since I do not have any use for a blank, untitled post. Plus, I didn't see anything in those posts that I could even edit anyway.&#60;/p&#62;
&#60;p&#62;Just looking to edit the path to the images/thumbnails in the entries so they appear again. I was looking in DB but haven't found them yet.&#60;/p&#62;
&#60;p&#62;I see the entries in DB, but not path to images.  Where are they located exactly?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Thumbnails in Form Entries Pages"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/thumbnails-in-form-entries-pages#post-144258</link>
			<pubDate>Thu, 07 Feb 2013 13:27:06 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">144258@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Are the thumbnails in the media gallery now?&#60;/p&#62;
&#60;p&#62;Or, in the database, is the img tag there in the post but the path is wrong since you changed the upload path?&#60;/p&#62;
&#60;p&#62;There is no way I know of to add a post image to an entry, since you would always have the &#34;You can edit this post from the post page.&#34; message for post fields when you go to edit an entry.&#60;/p&#62;
&#60;p&#62;As I mentioned in my other post, the entry and the post are disconnected after the post is created.  If you're most concerned with editing the posts, I think editing the path to the image in the database is the way to go.  If you're concerned with the entries, I'm not sure how you can go back and edit the entry to add a post image.  Maybe there is a way to add the path to the image, in the entry, direct in the database.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gingalley on "Thumbnails in Form Entries Pages"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/thumbnails-in-form-entries-pages#post-144206</link>
			<pubDate>Thu, 07 Feb 2013 11:52:27 +0000</pubDate>
			<dc:creator>gingalley</dc:creator>
			<guid isPermaLink="false">144206@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Or, even more simply, how could I add a photo to an existing entry?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gingalley on "Thumbnails in Form Entries Pages"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/thumbnails-in-form-entries-pages#post-144184</link>
			<pubDate>Thu, 07 Feb 2013 11:25:12 +0000</pubDate>
			<dc:creator>gingalley</dc:creator>
			<guid isPermaLink="false">144184@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry, maybe I should have asked the question differently. I didn't actually lose any of the images.  I also added the filter to change image upload path.  So, form is currently working the way I want it to.&#60;/p&#62;
&#60;p&#62;It's all the older entries that I am concerned about.  The thumbnails are missing and I would like for them to appear.&#60;/p&#62;
&#60;p&#62;Just wondering where to fix the path to image thumbnail. I'm looking at database now.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Thumbnails in Form Entries Pages"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/thumbnails-in-form-entries-pages#post-144113</link>
			<pubDate>Thu, 07 Feb 2013 09:39:50 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">144113@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I created some posts with images and moved them to the trash, then restored them, and my images are still there.  The Post trash functionality is built in to WordPress.  If the thumb&#60;/p&#62;
&#60;p&#62;The entry and the post become disconnected after the post is created.  You can't edit the post by editing the Gravity Forms entry, which is why you received the message &#34;You can edit this post from the post page.&#34;&#60;/p&#62;
&#60;p&#62;I'm not sure how many posts you lost thumbnails for, but the thumbnail image should still be in the wp-content/uploads/gravity_forms/$FORMID-randomstring folder, if they're not in the media gallery.  You should be able to restore them from there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gingalley on "Thumbnails in Form Entries Pages"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/thumbnails-in-form-entries-pages#post-143407</link>
			<pubDate>Wed, 06 Feb 2013 11:58:24 +0000</pubDate>
			<dc:creator>gingalley</dc:creator>
			<guid isPermaLink="false">143407@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;WP Version 3.5.1&#60;br /&#62;
GF Version 1.6.12&#60;/p&#62;
&#60;p&#62;I moved multiple Untitled Category posts generated from a form with Post Fields (Image) to trash and then restored.&#60;/p&#62;
&#60;p&#62;All the Thumbnails are now gone!&#60;/p&#62;
&#60;p&#62;When I try to manually edit Entry image, it says: You can edit this post from the post page.  But, nothing on post page to edit.&#60;/p&#62;
&#60;p&#62;Please advise how can I restore images?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
