<?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: images stop displaying</title>
		<link>https://legacy.forums.gravityhelp.com/topic/images-stop-displaying</link>
		<description>Gravity Support Forums Topic: images stop displaying</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 08:42:39 +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/images-stop-displaying" rel="self" type="application/rss+xml" />

		<item>
			<title>harerace on "images stop displaying"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/images-stop-displaying#post-290301</link>
			<pubDate>Thu, 30 May 2013 16:41:19 +0000</pubDate>
			<dc:creator>harerace</dc:creator>
			<guid isPermaLink="false">290301@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;please help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>harerace on "images stop displaying"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/images-stop-displaying#post-288454</link>
			<pubDate>Thu, 30 May 2013 03:11:37 +0000</pubDate>
			<dc:creator>harerace</dc:creator>
			<guid isPermaLink="false">288454@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I added this to my custom-functions.php&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
add_filter(&#38;quot;gform_save_field_value&#38;quot;, &#38;quot;save_field_value&#38;quot;, 10, 4);
function save_field_value($value, $lead, $field, $form){
    if( preg_match(&#38;quot;/^[0-9]{3}-[0-9]{3}-[0-9]{4}$/i&#38;quot;, $value) ) {
		$more = explode(&#38;quot;-&#38;quot;, $value);
		$more = &#38;quot;($more[0])$more[1]-$more[2]&#38;quot;;
		return $value . &#38;quot;, $more, &#38;quot; . str_replace(&#38;quot;-&#38;quot;, &#38;quot;&#38;quot;, $value);
	}
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I used this code to save phone numbers in different formats in the tag field. &#60;/p&#62;
&#60;p&#62;When a user uploads images to the post, the images no longer post.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
