<?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: Get Uploaded Image Link and Insert Into Custom Field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/pull-uploaded-image-link-and-insert-into-custom-field</link>
		<description>Gravity Support Forums Topic: Get Uploaded Image Link and Insert Into Custom Field</description>
		<language>en-US</language>
		<pubDate>Wed, 15 Apr 2026 04:02:44 +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/pull-uploaded-image-link-and-insert-into-custom-field" rel="self" type="application/rss+xml" />

		<item>
			<title>retechulous on "Get Uploaded Image Link and Insert Into Custom Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pull-uploaded-image-link-and-insert-into-custom-field#post-7913</link>
			<pubDate>Wed, 28 Jul 2010 10:57:08 +0000</pubDate>
			<dc:creator>retechulous</dc:creator>
			<guid isPermaLink="false">7913@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Intersted as well...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Get Uploaded Image Link and Insert Into Custom Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pull-uploaded-image-link-and-insert-into-custom-field#post-7848</link>
			<pubDate>Tue, 27 Jul 2010 07:56:00 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">7848@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yeux, do you just want a code snippet that lets you automatically insert an image into the post?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yeux on "Get Uploaded Image Link and Insert Into Custom Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pull-uploaded-image-link-and-insert-into-custom-field#post-7844</link>
			<pubDate>Tue, 27 Jul 2010 04:54:49 +0000</pubDate>
			<dc:creator>yeux</dc:creator>
			<guid isPermaLink="false">7844@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes Carl, I'm trying too and really need it
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iamtakashiirie on "Get Uploaded Image Link and Insert Into Custom Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pull-uploaded-image-link-and-insert-into-custom-field#post-6722</link>
			<pubDate>Sat, 26 Jun 2010 12:35:41 +0000</pubDate>
			<dc:creator>iamtakashiirie</dc:creator>
			<guid isPermaLink="false">6722@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#34;You could accomplish this by writing custom PHP that interacts with the form.&#34;&#60;/p&#62;
&#60;p&#62;Thank you Carl, but how do we do that? If you can guide me how to accomplish this, I would appreciate it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Get Uploaded Image Link and Insert Into Custom Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pull-uploaded-image-link-and-insert-into-custom-field#post-6141</link>
			<pubDate>Sun, 06 Jun 2010 20:47:01 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">6141@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could accomplish this by writing custom PHP that interacts with the form.&#60;/p&#62;
&#60;p&#62;We are looking into adding functionality so that the Post Image field will also populate a custom field with the path to the image that is uploaded.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Scott on "Get Uploaded Image Link and Insert Into Custom Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pull-uploaded-image-link-and-insert-into-custom-field#post-6128</link>
			<pubDate>Sun, 06 Jun 2010 08:48:21 +0000</pubDate>
			<dc:creator>Scott</dc:creator>
			<guid isPermaLink="false">6128@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am trying to do it as well.  Please share if you figure it out!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BaldwinKoo on "Get Uploaded Image Link and Insert Into Custom Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pull-uploaded-image-link-and-insert-into-custom-field#post-6112</link>
			<pubDate>Sat, 05 Jun 2010 14:52:03 +0000</pubDate>
			<dc:creator>BaldwinKoo</dc:creator>
			<guid isPermaLink="false">6112@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have been trying to add a new feature to my site where users will be able to submit new posts. One problem I found was that when the user uploaded a image it did not show in the post automatically. I searched the forums and I found a topic on automatically inserting the image in the post but it wasn't exactly what I was looking for. &#60;/p&#62;
&#60;p&#62;The problem is I use alt texts for images and I noticed that gravity image upload form did not include a way to include the alt text for the image. I only saw Title, Caption, and Description.&#60;/p&#62;
&#60;p&#62;Since I am using Thesis 1.7 I decided to use thesis custom image fields instead. Since there is a custom field for the alt text and image link. What I want to do is have the user upload the image using the regular upload image field and have it insert the uploaded image link into the custom image link field. How can I accomplish this task? It seems simple enough but have no clue on how I should approach this problem.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
