<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Comprehensive Feedback Form with Attachments</title>
	<link>http://askmichel.icoder.com/2006/09/07/comprehensive-feedback-form-with-attachments/</link>
	<description>i Code to help you profit!</description>
	<pubDate>Sat, 19 May 2012 18:04:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>

	<item>
		<title>by: michel</title>
		<link>http://askmichel.icoder.com/2006/09/07/comprehensive-feedback-form-with-attachments/#comment-379</link>
		<pubDate>Fri, 15 Jul 2011 15:00:25 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/09/07/comprehensive-feedback-form-with-attachments/#comment-379</guid>
					<description>Hello Jeff,

&lt;div style=&quot;padding:1em;border-left:3px solid silver;&quot;&gt;the second (dropdowns) based on an array that is dependent on Dropdown1. Now when I send a message/feedback, the only dropdown value that is sent is from Dropdown1.&lt;/div&gt;

1) Make sure your Dropdown2 has the name-attribute to send its data through the form.

2) You need to add the appropriate tag for the Dropdown2's name into the message inside the &lt;code&gt;feedback.config.php&lt;/code&gt;.
So if you have the Dropdown2 like &lt;code&gt;&amp;#60;select name=&amp;#34;dropdown2&amp;#34; &amp;#62;...&lt;/code&gt;,
you need a tag like [DROPDOWN2] in your message.

Michel</description>
		<content:encoded><![CDATA[<p>Hello Jeff,</p>
<div style="padding:1em;border-left:3px solid silver;">the second (dropdowns) based on an array that is dependent on Dropdown1. Now when I send a message/feedback, the only dropdown value that is sent is from Dropdown1.</div>
<p>1) Make sure your Dropdown2 has the name-attribute to send its data through the form.</p>
<p>2) You need to add the appropriate tag for the Dropdown2&#8217;s name into the message inside the <code>feedback.config.php</code>.<br />
So if you have the Dropdown2 like <code>&lt;select name=&quot;dropdown2&quot; &gt;...</code>,<br />
you need a tag like [DROPDOWN2] in your message.</p>
<p>Michel
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: jp4jeff</title>
		<link>http://askmichel.icoder.com/2006/09/07/comprehensive-feedback-form-with-attachments/#comment-378</link>
		<pubDate>Tue, 12 Jul 2011 00:28:23 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/09/07/comprehensive-feedback-form-with-attachments/#comment-378</guid>
					<description>Michel,
Is it possible to use dropdown arrays in your feedback form?  I was successful with your sample feedback form and standard inputs, but fails to push the submited values thru to the email when options are based on arrays. I must be doing something wrong.

Jeff</description>
		<content:encoded><![CDATA[<p>Michel,<br />
Is it possible to use dropdown arrays in your feedback form?  I was successful with your sample feedback form and standard inputs, but fails to push the submited values thru to the email when options are based on arrays. I must be doing something wrong.</p>
<p>Jeff
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: jp4jeff</title>
		<link>http://askmichel.icoder.com/2006/09/07/comprehensive-feedback-form-with-attachments/#comment-377</link>
		<pubDate>Thu, 07 Jul 2011 19:32:38 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/09/07/comprehensive-feedback-form-with-attachments/#comment-377</guid>
					<description>Hello Michel,
Your feedback_form works very nice and easy to personalize it.  I added two dropdowns, the first w/ a hard list of values, and the second based on an array that is dependent on Dropdown1.  Now when I send a message/feedback, the only dropdown value that is sent is from Dropdown1.  Do I have to do any thing special to assign/pass Dropdown2 value in the message/feedback.

Jeff Houser
jhouser@alpine-lis.com</description>
		<content:encoded><![CDATA[<p>Hello Michel,<br />
Your feedback_form works very nice and easy to personalize it.  I added two dropdowns, the first w/ a hard list of values, and the second based on an array that is dependent on Dropdown1.  Now when I send a message/feedback, the only dropdown value that is sent is from Dropdown1.  Do I have to do any thing special to assign/pass Dropdown2 value in the message/feedback.</p>
<p>Jeff Houser<br />
<a href="mailto:jhouser@alpine-lis.com">jhouser@alpine-lis.com</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: michel</title>
		<link>http://askmichel.icoder.com/2006/09/07/comprehensive-feedback-form-with-attachments/#comment-374</link>
		<pubDate>Wed, 08 Jun 2011 13:45:08 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/09/07/comprehensive-feedback-form-with-attachments/#comment-374</guid>
					<description>Hello Benjamin,

Thanks for your question.
&lt;div style=&quot;padding:1em;border-left:3px solid silver;&quot;&gt;Is it possible to change the “$support_email”-value to a value I prefilled in a hidden formfield?&lt;/div&gt;

If you'd like to use a hidden field with a email address to send the message to...
I think this is not a good idea.
This would open a huge security gap that allows someone to send their messages to any email address they want. You even will not know about this.

Michel</description>
		<content:encoded><![CDATA[<p>Hello Benjamin,</p>
<p>Thanks for your question.</p>
<div style="padding:1em;border-left:3px solid silver;">Is it possible to change the “$support_email”-value to a value I prefilled in a hidden formfield?</div>
<p>If you&#8217;d like to use a hidden field with a email address to send the message to&#8230;<br />
I think this is not a good idea.<br />
This would open a huge security gap that allows someone to send their messages to any email address they want. You even will not know about this.</p>
<p>Michel
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: BenIPAQ</title>
		<link>http://askmichel.icoder.com/2006/09/07/comprehensive-feedback-form-with-attachments/#comment-373</link>
		<pubDate>Tue, 07 Jun 2011 19:29:43 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/09/07/comprehensive-feedback-form-with-attachments/#comment-373</guid>
					<description>Hi Michel,

First of all; thank you very much for this beautiful piece of code!

I have a question. Is it possible to change the &quot;$support_email&quot;-value to a value I prefilled in a hidden formfield? I my case that prefilled value is a variable emailaddress.

Kind regards,
Benjamin</description>
		<content:encoded><![CDATA[<p>Hi Michel,</p>
<p>First of all; thank you very much for this beautiful piece of code!</p>
<p>I have a question. Is it possible to change the &#8220;$support_email&#8221;-value to a value I prefilled in a hidden formfield? I my case that prefilled value is a variable emailaddress.</p>
<p>Kind regards,<br />
Benjamin
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: michel</title>
		<link>http://askmichel.icoder.com/2006/09/07/comprehensive-feedback-form-with-attachments/#comment-368</link>
		<pubDate>Sat, 12 Jun 2010 04:59:59 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/09/07/comprehensive-feedback-form-with-attachments/#comment-368</guid>
					<description>Hi Justin,

Please read my comment from March 23rd, 2009 above.
It describes how to add a new field.

You can add a field like this in your form-page:
Your Phone: &amp;#60;input name=&amp;#34;&lt;em&gt;phone&lt;/em&gt;&amp;#34; type=&amp;#34;text&amp;#34;&amp;#62;

Then use the &lt;em&gt;&quot;phone&quot;&lt;/em&gt;-name in uppercase inside your message in the &lt;code&gt;feedback.config.php&lt;/code&gt;:
Phone number: [PHONE]

Hope this helps.
Michel</description>
		<content:encoded><![CDATA[<p>Hi Justin,</p>
<p>Please read my comment from March 23rd, 2009 above.<br />
It describes how to add a new field.</p>
<p>You can add a field like this in your form-page:<br />
Your Phone: &lt;input name=&quot;<em>phone</em>&quot; type=&quot;text&quot;&gt;</p>
<p>Then use the <em>&#8220;phone&#8221;</em>-name in uppercase inside your message in the <code>feedback.config.php</code>:<br />
Phone number: [PHONE]</p>
<p>Hope this helps.<br />
Michel
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: justinmang</title>
		<link>http://askmichel.icoder.com/2006/09/07/comprehensive-feedback-form-with-attachments/#comment-367</link>
		<pubDate>Sat, 12 Jun 2010 01:24:30 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/09/07/comprehensive-feedback-form-with-attachments/#comment-367</guid>
					<description>Hi Michel-

Great site you have here! Quick question:

How do I go about adding new fields? Say one for a phone number and having the form add in the email whether the user checked a checkbox or not? 

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Michel-</p>
<p>Great site you have here! Quick question:</p>
<p>How do I go about adding new fields? Say one for a phone number and having the form add in the email whether the user checked a checkbox or not? </p>
<p>Thanks!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: michel</title>
		<link>http://askmichel.icoder.com/2006/09/07/comprehensive-feedback-form-with-attachments/#comment-366</link>
		<pubDate>Sun, 02 May 2010 16:07:59 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/09/07/comprehensive-feedback-form-with-attachments/#comment-366</guid>
					<description>Hi Jayesh,

1) You shouldn't open the &lt;code&gt;feedback.form.html&lt;/code&gt; file directly, as it's a template. It should be used by the &lt;code&gt;feedback.php&lt;/code&gt; script that shows real value of the template variables like {ERROR}. This word won't appear on the page when you open the &lt;code&gt;feedback.php&lt;/code&gt; instead of the &lt;code&gt;feedback.form.html&lt;/code&gt;.

2) The script doesn't save the uploaded files at serverside. It just includes the files as attachments. The server then removes the files itself.

3) You need to be sure your server (and PHP) really allows to upload files.

\Michel</description>
		<content:encoded><![CDATA[<p>Hi Jayesh,</p>
<p>1) You shouldn&#8217;t open the <code>feedback.form.html</code> file directly, as it&#8217;s a template. It should be used by the <code>feedback.php</code> script that shows real value of the template variables like {ERROR}. This word won&#8217;t appear on the page when you open the <code>feedback.php</code> instead of the <code>feedback.form.html</code>.</p>
<p>2) The script doesn&#8217;t save the uploaded files at serverside. It just includes the files as attachments. The server then removes the files itself.</p>
<p>3) You need to be sure your server (and PHP) really allows to upload files.</p>
<p>\Michel
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: jayesh</title>
		<link>http://askmichel.icoder.com/2006/09/07/comprehensive-feedback-form-with-attachments/#comment-364</link>
		<pubDate>Sun, 02 May 2010 07:10:26 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/09/07/comprehensive-feedback-form-with-attachments/#comment-364</guid>
					<description>Hi
Michel

i have two query in this code.

1) when i surf the page of &quot;feedback.form.html that time i found {ERROR} write above on Name Block.
like
                          {ERROR}
Your First Name:[               ]


2) i not found the store file at serverside so guide me where it's store. 

3) i receive the email but without attachment.

Regards
Jayesh</description>
		<content:encoded><![CDATA[<p>Hi<br />
Michel</p>
<p>i have two query in this code.</p>
<p>1) when i surf the page of &#8220;feedback.form.html that time i found {ERROR} write above on Name Block.<br />
like<br />
                          {ERROR}<br />
Your First Name:[               ]</p>
<p>2) i not found the store file at serverside so guide me where it&#8217;s store. </p>
<p>3) i receive the email but without attachment.</p>
<p>Regards<br />
Jayesh
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: theResult</title>
		<link>http://askmichel.icoder.com/2006/09/07/comprehensive-feedback-form-with-attachments/#comment-353</link>
		<pubDate>Fri, 01 Jan 2010 19:50:38 +0000</pubDate>
		<guid>http://askmichel.icoder.com/2006/09/07/comprehensive-feedback-form-with-attachments/#comment-353</guid>
					<description>Hey Michel, 

Your form seems to be amazing....I say seems because I'm getting the same error that spottedme was getting a while back... www.mywebsite.com/{SCRIPT_URL}

Is there anyway, you or anyone can assist me on this.

PS: All files have been uploaded to the same directory, the config file has been modified as per instructions, etc. I have no clue what i'm doing wrong, please help, i need this form to be working asap.</description>
		<content:encoded><![CDATA[<p>Hey Michel, </p>
<p>Your form seems to be amazing&#8230;.I say seems because I&#8217;m getting the same error that spottedme was getting a while back&#8230; <a href='http://www.mywebsite.com/' rel='nofollow'>www.mywebsite.com/</a>{SCRIPT_URL}</p>
<p>Is there anyway, you or anyone can assist me on this.</p>
<p>PS: All files have been uploaded to the same directory, the config file has been modified as per instructions, etc. I have no clue what i&#8217;m doing wrong, please help, i need this form to be working asap.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

