<?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: Insert uploaded image in email</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Insert uploaded image in email</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 20:39:36 +0000</pubDate>

<item>
<title>agdm619 on "Insert uploaded image in email"</title>
<link>https://www.machform.com/forums/topic/insert-uploaded-image-in-email#post-21167</link>
<pubDate>Fri, 06 Jun 2014 00:41:42 +0000</pubDate>
<dc:creator>agdm619</dc:creator>
<guid isPermaLink="false">21167@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Was there a fix for this? I need this to work as well.
&#60;/p&#62;</description>
</item>
<item>
<title>jpello on "Insert uploaded image in email"</title>
<link>https://www.machform.com/forums/topic/insert-uploaded-image-in-email#post-20141</link>
<pubDate>Fri, 14 Feb 2014 01:51:22 +0000</pubDate>
<dc:creator>jpello</dc:creator>
<guid isPermaLink="false">20141@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I was thinking it could be a formatting issue as well, so I tried changing {element_17} to a hosted image source (http://server.com/pic.jpg) and it worked...&#60;/p&#62;
&#60;p&#62;I have the quotes, etc. exactly as I would if it were an image being pulled from the web...&#60;/p&#62;
&#60;p&#62;I put in a support request via email, so hopefully we'll be able to figure something out
&#60;/p&#62;</description>
</item>
<item>
<title>Saghalie on "Insert uploaded image in email"</title>
<link>https://www.machform.com/forums/topic/insert-uploaded-image-in-email#post-20135</link>
<pubDate>Thu, 13 Feb 2014 02:07:36 +0000</pubDate>
<dc:creator>Saghalie</dc:creator>
<guid isPermaLink="false">20135@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;It actually looks like you have a problem with your coding.  The whole image is not showing up because the src tag doesn't appear to be inserted in to the code correctly.  Make sure you have your quotation marks and escapes in the correct places.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Saghalie&#60;br /&#62;
&#60;a href=&#34;http://www.kcmhosting.com&#34; rel=&#34;nofollow&#34;&#62;http://www.kcmhosting.com&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>jpello on "Insert uploaded image in email"</title>
<link>https://www.machform.com/forums/topic/insert-uploaded-image-in-email#post-20131</link>
<pubDate>Wed, 12 Feb 2014 09:54:31 +0000</pubDate>
<dc:creator>jpello</dc:creator>
<guid isPermaLink="false">20131@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi Yuniar,&#60;/p&#62;
&#60;p&#62;I removed that line from the code and have this in the HTML -&#60;br /&#62;
&#60;img src=&#34;{element_17}&#34; alt=&#34;picture&#34; /&#62;&#60;/p&#62;
&#60;p&#62;I get a box where the picture SHOULD be followed by the image name and some code --- &#34;headshot.jpg&#34; alt=&#34;picture&#34; border=&#34;0&#34; /&#38;gt;&#34;.&#60;/p&#62;
&#60;p&#62;you can duplicate by going to this site and entering your information and uploading an image:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://registration.firstam.com/emailhtml&#34; rel=&#34;nofollow&#34;&#62;https://registration.firstam.com/emailhtml&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Insert uploaded image in email"</title>
<link>https://www.machform.com/forums/topic/insert-uploaded-image-in-email#post-20129</link>
<pubDate>Wed, 12 Feb 2014 06:54:41 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">20129@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Try to edit your &#34;download.php&#34; file first, around line 144:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;header(&#38;quot;Content-Disposition: attachment; filename=\&#38;quot;&#38;quot; . addslashes($header_file) . &#38;quot;\&#38;quot;&#38;quot;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;remove that line of code. Then try to embed it into your email using the IMG tag again.
&#60;/p&#62;</description>
</item>
<item>
<title>jpello on "Insert uploaded image in email"</title>
<link>https://www.machform.com/forums/topic/insert-uploaded-image-in-email#post-20120</link>
<pubDate>Wed, 12 Feb 2014 05:33:43 +0000</pubDate>
<dc:creator>jpello</dc:creator>
<guid isPermaLink="false">20120@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I believe I tried the &#60;img src&#62; tag and it didn't come across right.&#60;/p&#62;
&#60;p&#62;I also noticed that if I have a field insert text, and another field make that text a link, the link gets put next to the text with a &#38;gt; symbol...
&#60;/p&#62;</description>
</item>
<item>
<title>AMurray on "Insert uploaded image in email"</title>
<link>https://www.machform.com/forums/topic/insert-uploaded-image-in-email#post-20118</link>
<pubDate>Wed, 12 Feb 2014 04:14:02 +0000</pubDate>
<dc:creator>AMurray</dc:creator>
<guid isPermaLink="false">20118@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I don't think it works that way i.e. the image within the body of the email.  You can either have it as a link,or as an attachment, like a normal email would.   Having said that, I just wonder if the following would work (type it as you see it below, into the body of the email reply to the employee/sender of the submission)&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;img src=&#38;quot;{element_3}&#38;quot;&#38;gt;&#60;/code&#62;   I think that should work, since element_3 will then of course be replaced with the actual value (URL) of the image.
&#60;/p&#62;</description>
</item>
<item>
<title>jpello on "Insert uploaded image in email"</title>
<link>https://www.machform.com/forums/topic/insert-uploaded-image-in-email#post-20116</link>
<pubDate>Tue, 11 Feb 2014 06:18:44 +0000</pubDate>
<dc:creator>jpello</dc:creator>
<guid isPermaLink="false">20116@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;We are using machform for lots of things - and one of the projects we are using it for is to format and send our employees a pre-formatted html email signature for their email.&#60;/p&#62;
&#60;p&#62;They type in their information and click SUBMIT and they receive an email with the nicely formatted email.&#60;/p&#62;
&#60;p&#62;The only thing we don't have is the ability to insert the picture that they upload.  Right now if I include {element_3} (image) it get the link.  I even tried setting it to where {element_3} was in the link for an image placeholder but just get an error.&#60;/p&#62;
&#60;p&#62;I'd think there HAS to be a way to make this happen - any thoughts??
&#60;/p&#62;</description>
</item>

</channel>
</rss>
