<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: Download link in email - plain text</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Download link in email - plain text</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 21:52:01 +0000</pubDate>

<item>
<title>moshin on "Download link in email - plain text"</title>
<link>https://www.machform.com/forums/topic/download-link-in-email-plain-text#post-13216</link>
<pubDate>Wed, 18 Jan 2012 21:42:34 +0000</pubDate>
<dc:creator>moshin</dc:creator>
<guid isPermaLink="false">13216@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;That worked nicely!&#60;br /&#62;
Many thanks Yuniar.&#60;/p&#62;
&#60;p&#62;Look forward 3.0
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Download link in email - plain text"</title>
<link>https://www.machform.com/forums/topic/download-link-in-email-plain-text#post-13206</link>
<pubDate>Tue, 17 Jan 2012 18:45:00 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">13206@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;It is possible to do so. You'll need to edit &#34;includes/entry-functions.php&#34; file.&#60;br /&#62;
Search around line 395 for this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(!empty($options[&#38;#39;machform_base_path&#38;#39;])){ //if the form is called from advanced form code
	$entry_details[$i][&#38;#39;value&#38;#39;] = &#38;#39;&#38;lt;img src=&#38;quot;&#38;#39;.$options[&#38;#39;machform_path&#38;#39;].
&#38;#39;images/icons/attach.gif&#38;quot; align=&#38;quot;absmiddle&#38;quot; /&#38;gt;&#38;amp;nbsp;&#38;lt;a class=&#38;quot;entry_link&#38;quot;
href=&#38;quot;&#38;#39;.$options[&#38;#39;machform_base_path&#38;#39;].&#38;#39;download.php?q=&#38;#39;.$q_string.&#38;#39;&#38;quot;&#38;gt;&#38;#39;.$filename_value.&#38;#39;&#38;lt;/a&#38;gt;&#38;#39;;
}else{
	$entry_details[$i][&#38;#39;value&#38;#39;] = &#38;#39;&#38;lt;img src=&#38;quot;&#38;#39;.$options[&#38;#39;machform_path&#38;#39;].
&#38;#39;images/icons/attach.gif&#38;quot; align=&#38;quot;absmiddle&#38;quot; /&#38;gt;&#38;amp;nbsp;&#38;lt;a class=&#38;quot;entry_link&#38;quot;
href=&#38;quot;http&#38;#39;.$ssl_suffix.&#38;#39;://&#38;#39;.$_SERVER[&#38;#39;HTTP_HOST&#38;#39;].dirname($_SERVER[&#38;#39;PHP_SELF&#38;#39;]).&#38;#39;/download.php?q=&#38;#39;.$q_string.&#38;#39;&#38;quot;&#38;gt;&#38;#39;.$filename_value.&#38;#39;&#38;lt;/a&#38;gt;&#38;#39;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace it with this one:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(!empty($options[&#38;#39;machform_base_path&#38;#39;])){ //if the form is called from advanced form code
	$entry_details[$i][&#38;#39;value&#38;#39;] = &#38;#39;&#38;lt;img src=&#38;quot;&#38;#39;.$options[&#38;#39;machform_path&#38;#39;].
&#38;#39;images/icons/attach.gif&#38;quot; align=&#38;quot;absmiddle&#38;quot; /&#38;gt;&#38;amp;nbsp;&#38;lt;a class=&#38;quot;entry_link&#38;quot;
href=&#38;quot;&#38;#39;.$options[&#38;#39;machform_base_path&#38;#39;].&#38;#39;download.php?q=&#38;#39;.$q_string.&#38;#39;&#38;quot;&#38;gt;&#38;#39;.$options[&#38;#39;machform_base_path&#38;#39;].&#38;#39;download.php?q=&#38;#39;.$q_string.&#38;#39;&#38;lt;/a&#38;gt;&#38;#39;;
}else{
	$entry_details[$i][&#38;#39;value&#38;#39;] = &#38;#39;&#38;lt;img src=&#38;quot;&#38;#39;.$options[&#38;#39;machform_path&#38;#39;].
&#38;#39;images/icons/attach.gif&#38;quot; align=&#38;quot;absmiddle&#38;quot; /&#38;gt;&#38;amp;nbsp;&#38;lt;a class=&#38;quot;entry_link&#38;quot;
href=&#38;quot;http&#38;#39;.$ssl_suffix.&#38;#39;://&#38;#39;.$_SERVER[&#38;#39;HTTP_HOST&#38;#39;].
dirname($_SERVER[&#38;#39;PHP_SELF&#38;#39;]).&#38;#39;/download.php?q=&#38;#39;.$q_string.&#38;#39;&#38;quot;&#38;gt;http&#38;#39;.$ssl_suffix.&#38;#39;://&#38;#39;.$_SERVER[&#38;#39;HTTP_HOST&#38;#39;].
dirname($_SERVER[&#38;#39;PHP_SELF&#38;#39;]).&#38;#39;/download.php?q=&#38;#39;.$q_string.&#38;#39;&#38;lt;/a&#38;gt;&#38;#39;;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>moshin on "Download link in email - plain text"</title>
<link>https://www.machform.com/forums/topic/download-link-in-email-plain-text#post-13200</link>
<pubDate>Tue, 17 Jan 2012 02:13:21 +0000</pubDate>
<dc:creator>moshin</dc:creator>
<guid isPermaLink="false">13200@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Any solution?
&#60;/p&#62;</description>
</item>
<item>
<title>moshin on "Download link in email - plain text"</title>
<link>https://www.machform.com/forums/topic/download-link-in-email-plain-text#post-13189</link>
<pubDate>Mon, 16 Jan 2012 19:21:34 +0000</pubDate>
<dc:creator>moshin</dc:creator>
<guid isPermaLink="false">13189@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi!!&#60;/p&#62;
&#60;p&#62;I need that the download link in the email notifications to be shown in full&#60;br /&#62;
&#60;a href=&#34;http://.....&#34; rel=&#34;nofollow&#34;&#62;http://.....&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is this possible?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
