<?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: Upload file link to appear on email receipt</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Upload file link to appear on email receipt</description>
<language>en</language>
<pubDate>Sat, 20 Jun 2026 17:53:01 +0000</pubDate>

<item>
<title>evanclivejones on "Upload file link to appear on email receipt"</title>
<link>https://www.machform.com/forums/topic/upload-file-link-to-appear-on-email-receipt#post-7851</link>
<pubDate>Tue, 03 Nov 2009 18:31:55 +0000</pubDate>
<dc:creator>evanclivejones</dc:creator>
<guid isPermaLink="false">7851@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Many Thanks for this.&#60;/p&#62;
&#60;p&#62;It worked fine.
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Upload file link to appear on email receipt"</title>
<link>https://www.machform.com/forums/topic/upload-file-link-to-appear-on-email-receipt#post-7846</link>
<pubDate>Mon, 02 Nov 2009 22:26:48 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">7846@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Yes it possible by customize &#34;includes/helper-functions.php&#34;,try to follow these steps : &#60;/p&#62;
&#60;p&#62;1. Go to line 266, you'll see this code :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$options[&#38;#39;strip_checkbox_image&#38;#39;] = true;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;put this code exactly above that line &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if( $form_id == 2){
	$options[&#38;#39;strip_download_link&#38;#39;] = false;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2. Go to around line 286 and you'll see this code :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$template_values[$i] = strip_tags($data[&#38;#39;value&#38;#39;]);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace the code with this one  &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ($form_id == 2)
	$template_values[$i] = strip_tags($data[&#38;#39;value&#38;#39;],&#38;#39;&#38;lt;a&#38;gt;&#38;#39;);
else
	$template_values[$i] = strip_tags($data[&#38;#39;value&#38;#39;]);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3. Go to line 358, you'll see this code :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$data[&#38;#39;value&#38;#39;] = strip_tags($data[&#38;#39;value&#38;#39;]);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace the code with this &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ($form_id == 2)
	$data[&#38;#39;value&#38;#39;] = strip_tags($data[&#38;#39;value&#38;#39;],&#38;#39;&#38;lt;a&#38;gt;&#38;#39;);
else
	$data[&#38;#39;value&#38;#39;] = strip_tags($data[&#38;#39;value&#38;#39;]);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Those code will activate upload link for mail receipt in form 2, make sure you change the form ID with yours
&#60;/p&#62;</description>
</item>
<item>
<title>evanclivejones on "Upload file link to appear on email receipt"</title>
<link>https://www.machform.com/forums/topic/upload-file-link-to-appear-on-email-receipt#post-7843</link>
<pubDate>Mon, 02 Nov 2009 18:00:07 +0000</pubDate>
<dc:creator>evanclivejones</dc:creator>
<guid isPermaLink="false">7843@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I have created an upload file link.  This works fine and opens ok in the email link.  Is it possible also to have this available in the email receipt.  At the moment it is just read only.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
