<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Secure Form Mailer Plugin For Wordpress</title>
	<atom:link href="http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/</link>
	<description>WordPress Plugins, PHP Scripts, Tools, and Tutorials</description>
	<lastBuildDate>Fri, 12 Mar 2010 14:56:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John</title>
		<link>http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/comment-page-33/#comment-507613</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 09 Mar 2010 12:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/#comment-507613</guid>
		<description>This plugin is really great. It is doing so many things, while I&#039;m playing COD6 :)</description>
		<content:encoded><![CDATA[<p>This plugin is really great. It is doing so many things, while I&#8217;m playing COD6 <img src='http://www.dagondesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Martirano</title>
		<link>http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/comment-page-33/#comment-507599</link>
		<dc:creator>Christian Martirano</dc:creator>
		<pubDate>Tue, 09 Mar 2010 01:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/#comment-507599</guid>
		<description>This plug in rocks. I emailed you earlier, but fixed my problem. I am still not able to have .csv formatted files sent to my server although I&#039;ve directed the path i.e. public_html/giveback-files. Am I missing something? I&#039;ll still hunt around on the forums. Love the plugin. I&#039;ll donate!</description>
		<content:encoded><![CDATA[<p>This plug in rocks. I emailed you earlier, but fixed my problem. I am still not able to have .csv formatted files sent to my server although I&#8217;ve directed the path i.e. public_html/giveback-files. Am I missing something? I&#8217;ll still hunt around on the forums. Love the plugin. I&#8217;ll donate!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robson Grant</title>
		<link>http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/comment-page-33/#comment-507466</link>
		<dc:creator>Robson Grant</dc:creator>
		<pubDate>Sat, 06 Mar 2010 23:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/#comment-507466</guid>
		<description>Is there a way to change the name of the button of your form mailer form &#039;Send Email&#039; to something else?</description>
		<content:encoded><![CDATA[<p>Is there a way to change the name of the button of your form mailer form &#8216;Send Email&#8217; to something else?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/comment-page-33/#comment-507391</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Fri, 05 Mar 2010 15:57:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/#comment-507391</guid>
		<description>Hi I was wondering how to find the name and name/rename the delimted file. I&#039;ve set it to link to the root folder of the blog, but I don&#039;t see anynew file editions. Is there a default name? Thanks-Kyle</description>
		<content:encoded><![CDATA[<p>Hi I was wondering how to find the name and name/rename the delimted file. I&#8217;ve set it to link to the root folder of the blog, but I don&#8217;t see anynew file editions. Is there a default name? Thanks-Kyle</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amanda</title>
		<link>http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/comment-page-33/#comment-507255</link>
		<dc:creator>Amanda</dc:creator>
		<pubDate>Tue, 02 Mar 2010 19:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/#comment-507255</guid>
		<description>I&#039;ve spent a couple of hours digging through all your comments and have not found a satisfactory answer to this.

I&#039;ve successfully installed 4 different forms on my client&#039;s site, but on the fourth form, I need either checkboxes or radio buttons for people to indicate a yes or no for a list of options.

I&#039;ve tried this with both check boxes and radio buttons, and each time I can get the form to display properly, but when I look at the email, all the options are merely listed with no indication of a true or false answer.

Here is an example of the latest option I&#039;m trying (there are 10 of these options):

type=checkbox&#124;class=fmcheck&#124;label=Bankruptcy&#124;data=fm_bankruptcy,false,false

What appears on the page is the list of the options with &quot;false&quot; next to the boxes. I tried adding both a Yes and a No box, and while it shows up on the form, the end result in the email is the same. Next I tried adding a comma to comment out the false tag next to the box:

type=checkbox&#124;class=fmcheck&#124;label=Bankruptcy&#124;data=fm_bankruptcy,,false,false

And while the &quot;false&quot; tag goes away in the form, the email still simply shows all the fields without indicating which have been checked. This is pretty useless, to say the least.

I hate to have to use text fields for every entry, because it looks ridiculous to have a long field just to answer yes or no.

Also, every time I refresh the page to check my code, it sends another confirmation email.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve spent a couple of hours digging through all your comments and have not found a satisfactory answer to this.</p>
<p>I&#8217;ve successfully installed 4 different forms on my client&#8217;s site, but on the fourth form, I need either checkboxes or radio buttons for people to indicate a yes or no for a list of options.</p>
<p>I&#8217;ve tried this with both check boxes and radio buttons, and each time I can get the form to display properly, but when I look at the email, all the options are merely listed with no indication of a true or false answer.</p>
<p>Here is an example of the latest option I&#8217;m trying (there are 10 of these options):</p>
<p>type=checkbox|class=fmcheck|label=Bankruptcy|data=fm_bankruptcy,false,false</p>
<p>What appears on the page is the list of the options with &#8220;false&#8221; next to the boxes. I tried adding both a Yes and a No box, and while it shows up on the form, the end result in the email is the same. Next I tried adding a comma to comment out the false tag next to the box:</p>
<p>type=checkbox|class=fmcheck|label=Bankruptcy|data=fm_bankruptcy,,false,false</p>
<p>And while the &#8220;false&#8221; tag goes away in the form, the email still simply shows all the fields without indicating which have been checked. This is pretty useless, to say the least.</p>
<p>I hate to have to use text fields for every entry, because it looks ridiculous to have a long field just to answer yes or no.</p>
<p>Also, every time I refresh the page to check my code, it sends another confirmation email.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dirk</title>
		<link>http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/comment-page-33/#comment-506789</link>
		<dc:creator>Dirk</dc:creator>
		<pubDate>Wed, 24 Feb 2010 22:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/#comment-506789</guid>
		<description>Nice Plugin!
If I use radio-selection in the form is there a way to send a radio-select specific confirmation mail to the user?</description>
		<content:encoded><![CDATA[<p>Nice Plugin!<br />
If I use radio-selection in the form is there a way to send a radio-select specific confirmation mail to the user?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Camron</title>
		<link>http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/comment-page-33/#comment-506690</link>
		<dc:creator>Camron</dc:creator>
		<pubDate>Tue, 23 Feb 2010 09:29:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/#comment-506690</guid>
		<description>Nevermind! Found it myself. Line breaks... that&#039;s what I get for trying to get technical. LOL

Again, awesome plug-in! Thanks very much!</description>
		<content:encoded><![CDATA[<p>Nevermind! Found it myself. Line breaks&#8230; that&#8217;s what I get for trying to get technical. LOL</p>
<p>Again, awesome plug-in! Thanks very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Camron</title>
		<link>http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/comment-page-32/#comment-506689</link>
		<dc:creator>Camron</dc:creator>
		<pubDate>Tue, 23 Feb 2010 09:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/#comment-506689</guid>
		<description>Love your plug-in but my latest form is displaying strangely on the checkboxes and select menu.
Only one checkbox is showing up and no options are listed in the select. I looked through previous comments but didn&#039;t see anything recent that addressed this issue. I did see that issues with these items were addressed in older versions.

My code is a straight copy of your example:
&lt;code&gt;
type=openfieldset&#124;legend=Request A Quote
type=text&#124;class=fmtext&#124;label=Name&#124;fieldname=fm_name&#124;max=100&#124;req=true
type=text&#124;class=fmtext&#124;label=Phone&#124;fieldname=fm_phone&#124;max=14&#124;ver=number
type=text&#124;class=fmtext&#124;label=Zipcode&#124;fieldname=fm_zip&#124;max=10&#124;
type=text&#124;class=fmtext&#124;label=Email&#124;fieldname=fm_email&#124;max=100&#124;req=true&#124;ver=email
type=checkbox&#124;class=fmcheck&#124;label=Type of Project&#124;data=fm_p1,Logo Design,false,
false,fm_p2,Web Design,false,false,fm_p3,Marketing Services,false,false
type=select&#124;class=fmselect&#124;label=Project Budget&#124;fieldname=fm_budget&#124;req=true&#124;
data=0-500,500-1500,1500-2500,2500-5000,5000-10,000
type=text&#124;class=fmtext&#124;label=Website&#124;fieldname=fm_website&#124;max=100&#124;
type=textarea&#124;class=fmtextarea&#124;label=Message&#124;fieldname=fm_message&#124;max=700&#124;rows=6&#124;req=true
type=verify&#124;class=fmverify&#124;label=Verify
type=closefieldset
&lt;/code&gt;

If anyone sees something I&#039;m missing, please fill me in! Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Love your plug-in but my latest form is displaying strangely on the checkboxes and select menu.<br />
Only one checkbox is showing up and no options are listed in the select. I looked through previous comments but didn&#8217;t see anything recent that addressed this issue. I did see that issues with these items were addressed in older versions.</p>
<p>My code is a straight copy of your example:<br />
<pre><code>
type=openfieldset|legend=Request A Quote
type=text|class=fmtext|label=Name|fieldname=fm_name|max=100|req=true
type=text|class=fmtext|label=Phone|fieldname=fm_phone|max=14|ver=number
type=text|class=fmtext|label=Zipcode|fieldname=fm_zip|max=10|
type=text|class=fmtext|label=Email|fieldname=fm_email|max=100|req=true|ver=email
type=checkbox|class=fmcheck|label=Type of Project|data=fm_p1,Logo Design,false,
false,fm_p2,Web Design,false,false,fm_p3,Marketing Services,false,false
type=select|class=fmselect|label=Project Budget|fieldname=fm_budget|req=true|
data=0-500,500-1500,1500-2500,2500-5000,5000-10,000
type=text|class=fmtext|label=Website|fieldname=fm_website|max=100|
type=textarea|class=fmtextarea|label=Message|fieldname=fm_message|max=700|rows=6|req=true
type=verify|class=fmverify|label=Verify
type=closefieldset
</code></pre></p>
<p>If anyone sees something I&#8217;m missing, please fill me in! Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ArturTG_PL</title>
		<link>http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/comment-page-32/#comment-506201</link>
		<dc:creator>ArturTG_PL</dc:creator>
		<pubDate>Tue, 16 Feb 2010 11:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/#comment-506201</guid>
		<description>10-19-08 –in v5.6 Added javascript date chooser field.
check yours version</description>
		<content:encoded><![CDATA[<p>10-19-08 –in v5.6 Added javascript date chooser field.<br />
check yours version</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daan</title>
		<link>http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/comment-page-32/#comment-506193</link>
		<dc:creator>Daan</dc:creator>
		<pubDate>Mon, 15 Feb 2010 23:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/#comment-506193</guid>
		<description>The Calander items are not working.
Not dislayed..</description>
		<content:encoded><![CDATA[<p>The Calander items are not working.<br />
Not dislayed..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tanya Finks</title>
		<link>http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/comment-page-32/#comment-506170</link>
		<dc:creator>Tanya Finks</dc:creator>
		<pubDate>Sun, 14 Feb 2010 20:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/#comment-506170</guid>
		<description>I recently upgraded to WP 2.9.1 and now my forms are not working.  When I enter the call code for the form, no data shows up on the page.  If you look here: http://intimateexplorations.com/request-a-session/, you&#039;ll see nothing.  Any advice?</description>
		<content:encoded><![CDATA[<p>I recently upgraded to WP 2.9.1 and now my forms are not working.  When I enter the call code for the form, no data shows up on the page.  If you look here: <a href="http://intimateexplorations.com/request-a-session/" rel="nofollow">http://intimateexplorations.com/request-a-session/</a>, you&#8217;ll see nothing.  Any advice?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/comment-page-32/#comment-506067</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 12 Feb 2010 16:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/#comment-506067</guid>
		<description>Is there a way to show a loading bar or something when they have clicked submit?

I have it uploading images and need it so the submitter can see that it is uploading. 

Thanks for any help I can get on this  

Chris</description>
		<content:encoded><![CDATA[<p>Is there a way to show a loading bar or something when they have clicked submit?</p>
<p>I have it uploading images and need it so the submitter can see that it is uploading. </p>
<p>Thanks for any help I can get on this  </p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/comment-page-32/#comment-506066</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 12 Feb 2010 16:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/#comment-506066</guid>
		<description>Is there a way to show a loading bar or something when they have clicked submit?

I have it uploading images and need it the submitter can see that it is uploading.  

Thank for any help I can get on this :)

Chris</description>
		<content:encoded><![CDATA[<p>Is there a way to show a loading bar or something when they have clicked submit?</p>
<p>I have it uploading images and need it the submitter can see that it is uploading.  </p>
<p>Thank for any help I can get on this <img src='http://www.dagondesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Stanfill</title>
		<link>http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/comment-page-32/#comment-505980</link>
		<dc:creator>Brian Stanfill</dc:creator>
		<pubDate>Wed, 10 Feb 2010 19:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/#comment-505980</guid>
		<description>I managed to make the script save attachments when configured to not send an email and to save results to a text file by inserting this new statement:
&lt;code&gt;if (($save_to_file == TRUE) &amp;&amp; ($save_email == FALSE) &amp;&amp; ($attach_save == TRUE)) {
$sndmsg = FALSE;
$save_attachments = TRUE;}&lt;/code&gt;

After this line:
&lt;code&gt;if (($save_to_file == TRUE) &amp;&amp; ($save_email == FALSE)) {
$sndmsg = FALSE;}&lt;/code&gt;

And by inserting this new statement:
&lt;code&gt;if ($save_attachments == TRUE) {
$attach_path = trim(get_option($this-&gt;var_pre . &#039;attach_path&#039;));
if (ddfm_save_attachments($attach_save, $attach_path, $attached_files)) {
$o .= $sent_message;
$message_sent = TRUE;
}
}&lt;/code&gt;

After this block of code:
&lt;code&gt;if ($sndmsg == TRUE) {...} else {$o .= $sent_message;}&lt;/code&gt;

And by adding this new function near the top of the script with the other functions:
&lt;code&gt;/* Saves the attachments */
function ddfm_save_attachments($attach_save, $attach_path, $attachments = false) {if (count($attachments) &gt; 0) {for ($i = 0; $i &lt; count($attachments); $i++) {if (is_file($attachments[$i][&#039;tmpfile&#039;])) {if ($attach_save) {if (!rename($attachments[$i][&#039;tmpfile&#039;], $attach_path . $attachments[$i][&#039;file&#039;])) {echo &#039;Error saving file. Check your path and permissions. Stopping script.&#039;; exit();}} else {$handle = fopen($attachments[$i][&#039;tmpfile&#039;], &#039;rb&#039;);$f_contents = fread($handle, filesize($attachments[$i][&#039;tmpfile&#039;]));$f_contents = chunk_split(base64_encode($f_contents));fclose($handle);}}}}}&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I managed to make the script save attachments when configured to not send an email and to save results to a text file by inserting this new statement:<br />
<pre><code>if (($save_to_file == TRUE) &amp;&amp; ($save_email == FALSE) &amp;&amp; ($attach_save == TRUE)) {
$sndmsg = FALSE;
$save_attachments = TRUE;}</code></pre></p>
<p>After this line:<br />
<pre><code>if (($save_to_file == TRUE) &amp;&amp; ($save_email == FALSE)) {
$sndmsg = FALSE;}</code></pre></p>
<p>And by inserting this new statement:<br />
<pre><code>if ($save_attachments == TRUE) {
$attach_path = trim(get_option($this-&gt;var_pre . 'attach_path'));
if (ddfm_save_attachments($attach_save, $attach_path, $attached_files)) {
$o .= $sent_message;
$message_sent = TRUE;
}
}</code></pre></p>
<p>After this block of code:<br />
<code>if ($sndmsg == TRUE) {...} else {$o .= $sent_message;}</code></p>
<p>And by adding this new function near the top of the script with the other functions:<br />
<pre><code>/* Saves the attachments */
function ddfm_save_attachments($attach_save, $attach_path, $attachments = false) {if (count($attachments) &gt; 0) {for ($i = 0; $i &lt; count($attachments); $i++) {if (is_file($attachments[$i]['tmpfile'])) {if ($attach_save) {if (!rename($attachments[$i]['tmpfile'], $attach_path . $attachments[$i]['file'])) {echo 'Error saving file. Check your path and permissions. Stopping script.'; exit();}} else {$handle = fopen($attachments[$i]['tmpfile'], 'rb');$f_contents = fread($handle, filesize($attachments[$i]['tmpfile']));$f_contents = chunk_split(base64_encode($f_contents));fclose($handle);}}}}}</code></pre></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Stanfill</title>
		<link>http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/comment-page-32/#comment-505925</link>
		<dc:creator>Brian Stanfill</dc:creator>
		<pubDate>Wed, 10 Feb 2010 01:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/#comment-505925</guid>
		<description>I believe this is because the function that saves the uploaded files to the attach_path is defined in:

&lt;code&gt;function ddfm_send_mail()&lt;/code&gt;

And that function only runs if $sndmsg is TRUE.

&lt;code&gt;if (($save_to_file == TRUE) &amp;&amp; ($save_email == FALSE)) {$sndmsg = FALSE;}&lt;/code&gt;

&lt;code&gt;if ($sndmsg == TRUE) {if (ddfm_send_mail(...)) {...}}&lt;/code&gt;

Because the first test sets $sndmsg to FALSE, the function that includes the code to save the attachments doesn&#039;t run. Correct?</description>
		<content:encoded><![CDATA[<p>I believe this is because the function that saves the uploaded files to the attach_path is defined in:</p>
<p><code>function ddfm_send_mail()</code></p>
<p>And that function only runs if $sndmsg is TRUE.</p>
<p><code>if (($save_to_file == TRUE) &amp;&amp; ($save_email == FALSE)) {$sndmsg = FALSE;}</code></p>
<p><code>if ($sndmsg == TRUE) {if (ddfm_send_mail(...)) {...}}</code></p>
<p>Because the first test sets $sndmsg to FALSE, the function that includes the code to save the attachments doesn&#8217;t run. Correct?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Stanfill</title>
		<link>http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/comment-page-32/#comment-505921</link>
		<dc:creator>Brian Stanfill</dc:creator>
		<pubDate>Wed, 10 Feb 2010 00:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/#comment-505921</guid>
		<description>Admin: On my Bluehost server that continues to produce an email error despite passing your recommendation to remove $headers from the mail() function, upload files fails if:
 (1) Save files is TRUE
 (2) Save data to file is TRUE
 (3) Still send email is FALSE

Upload succeeds but continues to produce the &quot;Error sending message!&quot; error if:
 (1) Save files is TRUE
 (2) Save data to file is TRUE
 (3) Still send email is TRUE</description>
		<content:encoded><![CDATA[<p>Admin: On my Bluehost server that continues to produce an email error despite passing your recommendation to remove $headers from the mail() function, upload files fails if:<br />
 (1) Save files is TRUE<br />
 (2) Save data to file is TRUE<br />
 (3) Still send email is FALSE</p>
<p>Upload succeeds but continues to produce the &#8220;Error sending message!&#8221; error if:<br />
 (1) Save files is TRUE<br />
 (2) Save data to file is TRUE<br />
 (3) Still send email is TRUE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flavio Lima</title>
		<link>http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/comment-page-32/#comment-505855</link>
		<dc:creator>Flavio Lima</dc:creator>
		<pubDate>Tue, 09 Feb 2010 04:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/#comment-505855</guid>
		<description>Great!!! Very easy.
In future versions, I would like to see an option to access the CSS from the &quot;Settings&quot;on Wordpress.
This would help to keep the form matching the looking and feel of the website style.
Cheers</description>
		<content:encoded><![CDATA[<p>Great!!! Very easy.<br />
In future versions, I would like to see an option to access the CSS from the &#8220;Settings&#8221;on Wordpress.<br />
This would help to keep the form matching the looking and feel of the website style.<br />
Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/comment-page-32/#comment-505492</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Thu, 04 Feb 2010 00:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/#comment-505492</guid>
		<description>Hallo, thanks for the hard work for this plugin. But i`ve got some trouble.
- the change of the contact page is not showed in the frontend. 
- adding another instance is also not showed in the frontend.

http://beachvolleyball-leipzig.de/wordpress/impressum

thanks for ya help.</description>
		<content:encoded><![CDATA[<p>Hallo, thanks for the hard work for this plugin. But i`ve got some trouble.<br />
- the change of the contact page is not showed in the frontend.<br />
- adding another instance is also not showed in the frontend.</p>
<p><a href="http://beachvolleyball-leipzig.de/wordpress/impressum" rel="nofollow">http://beachvolleyball-leipzig.de/wordpress/impressum</a></p>
<p>thanks for ya help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/comment-page-32/#comment-505075</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 29 Jan 2010 21:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/#comment-505075</guid>
		<description>Is there any way to reduce the width of the form so it can fin in a narrower space?</description>
		<content:encoded><![CDATA[<p>Is there any way to reduce the width of the form so it can fin in a narrower space?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: garrett</title>
		<link>http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/comment-page-32/#comment-504678</link>
		<dc:creator>garrett</dc:creator>
		<pubDate>Fri, 22 Jan 2010 17:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/#comment-504678</guid>
		<description>@ carlos (comment 1585), carlos seems to have implemented a &quot;reset&quot; button on his form, nice work carlos!</description>
		<content:encoded><![CDATA[<p>@ carlos (comment 1585), carlos seems to have implemented a &#8220;reset&#8221; button on his form, nice work carlos!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
