<?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: How to use Forms in webdesign?</title>
	<atom:link href="http://www.designdvd.com/webdesign-design/how-to-use-forms-in-webdesign/feed" rel="self" type="application/rss+xml" />
	<link>http://www.designdvd.com/webdesign-design/how-to-use-forms-in-webdesign</link>
	<description></description>
	<lastBuildDate>Mon, 15 Feb 2010 19:22:59 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: r4dical</title>
		<link>http://www.designdvd.com/webdesign-design/how-to-use-forms-in-webdesign/comment-page-1#comment-2134</link>
		<dc:creator>r4dical</dc:creator>
		<pubDate>Tue, 29 Sep 2009 13:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.designdvd.com/webdesign-design/how-to-use-forms-in-webdesign#comment-2134</guid>
		<description>If your server supports PHP, I highly recommend Jem&#039;s free PHP Mail Form:

http://www.jemjabella.co.uk/scripts/free-php-mail-form

It catches spam and inappropriate content upon submission.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>If your server supports PHP, I highly recommend Jem&#8217;s free PHP Mail Form:</p>
<p><a href="http://www.jemjabella.co.uk/scripts/free-php-mail-form" rel="nofollow">http://www.jemjabella.co.uk/scripts/free-php-mail-form</a></p>
<p>It catches spam and inappropriate content upon submission.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kathy8232001</title>
		<link>http://www.designdvd.com/webdesign-design/how-to-use-forms-in-webdesign/comment-page-1#comment-2133</link>
		<dc:creator>kathy8232001</dc:creator>
		<pubDate>Tue, 29 Sep 2009 12:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.designdvd.com/webdesign-design/how-to-use-forms-in-webdesign#comment-2133</guid>
		<description>It appears that you are calling a script on the form:

 &lt;form METHOD=POST ACTION=&quot;cgi-bin/formmail.pl&quot;&gt;

The only attribute that you may want to add is &quot; enctype=  &quot;

Check to make sure that the formmail.pl script actually exists and that the path to it is correct in your web hosting documentation. If that is a script that you supplied, check that it is executable.

At a UNIX/Linux command prompt:

   chmod 755 filename

or many FTP programs will let you do this too.

Good luck!&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>It appears that you are calling a script on the form:</p>
<p> &lt;form METHOD=POST ACTION=&quot;cgi-bin/formmail.pl&quot;&gt;</p>
<p>The only attribute that you may want to add is &quot; enctype=  &quot;</p>
<p>Check to make sure that the formmail.pl script actually exists and that the path to it is correct in your web hosting documentation. If that is a script that you supplied, check that it is executable.</p>
<p>At a UNIX/Linux command prompt:</p>
<p>   chmod 755 filename</p>
<p>or many FTP programs will let you do this too.</p>
<p>Good luck!<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: denise</title>
		<link>http://www.designdvd.com/webdesign-design/how-to-use-forms-in-webdesign/comment-page-1#comment-2132</link>
		<dc:creator>denise</dc:creator>
		<pubDate>Tue, 29 Sep 2009 11:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.designdvd.com/webdesign-design/how-to-use-forms-in-webdesign#comment-2132</guid>
		<description>Put this line of code in:

&lt;form action=
&quot;mailto:YOUREMAILHERE
?subject=form submission&quot; 
method=&quot;post&quot; 
enctype=&quot;text/plain&quot;&gt;

(Take out the line breaks so it is all one sentence.)&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Put this line of code in:</p>
<p>&lt;form action=<br />
&quot;mailto:YOUREMAILHERE<br />
?subject=form submission&quot;<br />
method=&quot;post&quot;<br />
enctype=&quot;text/plain&quot;&gt;</p>
<p>(Take out the line breaks so it is all one sentence.)<br /><b>References : </b></p>
]]></content:encoded>
	</item>
</channel>
</rss>

