<?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: form parameter autop</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-parameter-autop</link>
		<description>Gravity Support Forums Topic: form parameter autop</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:23:16 +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/form-parameter-autop" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "form parameter autop"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-parameter-autop#post-73242</link>
			<pubDate>Thu, 30 Aug 2012 07:39:07 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">73242@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>erwanpia on "form parameter autop"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-parameter-autop#post-73241</link>
			<pubDate>Thu, 30 Aug 2012 07:38:09 +0000</pubDate>
			<dc:creator>erwanpia</dc:creator>
			<guid isPermaLink="false">73241@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;hello, issue solved, due to extra content filters in my theme
&#60;/p&#62;</description>
		</item>
		<item>
			<title>erwanpia on "form parameter autop"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-parameter-autop#post-73090</link>
			<pubDate>Wed, 29 Aug 2012 12:57:36 +0000</pubDate>
			<dc:creator>erwanpia</dc:creator>
			<guid isPermaLink="false">73090@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I encounter a strange autop formatting in a dynamically populated field (normal paragraph text field, not html), can you help me find out why ? &#60;/p&#62;
&#60;p&#62;here is my parameter code , the output is visible here&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://dev.prairie-fleurie.com/partager/produit/598-509-466&#34; rel=&#34;nofollow&#34;&#62;http://dev.prairie-fleurie.com/partager/produit/598-509-466&#60;/a&#62;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_autoresponder_email_4&#38;quot;, &#38;quot;poleouest_change_notification_email_4&#38;quot;, 10, 2);
  function poleouest_change_notification_email_4()
  {
      $dest =  $_POST[&#38;quot;input_2&#38;quot;] ;
      if ($_POST[&#38;quot;input_3&#38;quot;])      $dest .=  &#38;quot;,&#38;quot; . $_POST[&#38;quot;input_3&#38;quot;];
      if ($_POST[&#38;quot;input_4&#38;quot;])      $dest .=  &#38;quot;,&#38;quot; . $_POST[&#38;quot;input_4&#38;quot;];
      if ($_POST[&#38;quot;input_5&#38;quot;])      $dest .=  &#38;quot;,&#38;quot; . $_POST[&#38;quot;input_5&#38;quot;];
      if ($_POST[&#38;quot;input_6&#38;quot;])      $dest .=  &#38;quot;,&#38;quot; . $_POST[&#38;quot;input_6&#38;quot;];
      return $dest;
  }
  //http://www.gravityhelp.com/documentation/page/Gform_field_value_$parameter_name
  add_filter(&#38;quot;gform_field_value_messagepartage&#38;quot;, &#38;quot;populate_message&#38;quot;);
    function populate_message($value){
        $str= &#38;quot;Bonjour, 

        je souhaite vous faire partager le site ffff.com à cette adresse: 

         &#38;quot;;
        if (strstr( $_SERVER[&#38;quot;HTTP_REFERER&#38;quot;], &#38;quot; ffff.com&#38;quot;))
        $str .=  $_SERVER[&#38;quot;HTTP_REFERER&#38;quot;];
        else $str .= &#38;quot;http://www.ffff.com.com&#38;quot;;
       if (get_query_var(&#38;quot;produit&#38;quot;)!=&#38;quot;&#38;quot;)
           $str .=  &#38;quot;/produit/&#38;quot; . get_query_var(&#38;quot;produit&#38;quot;);
        return $str.$value;
    }&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
