<?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 Add a &#8216;Contact Us&#8217; Form to Your Site</title> <atom:link href="http://www.nichestorestrategies.com/how-to-add-a-contact-us-form-to-your-site/feed/" rel="self" type="application/rss+xml" /><link>http://www.nichestorestrategies.com/how-to-add-a-contact-us-form-to-your-site/</link> <description>Strategies to help you build your website empire</description> <lastBuildDate>Thu, 03 Nov 2011 13:00:57 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <item><title>By: Rochelle</title><link>http://www.nichestorestrategies.com/how-to-add-a-contact-us-form-to-your-site/comment-page-2/#comment-25466</link> <dc:creator>Rochelle</dc:creator> <pubDate>Fri, 16 Apr 2010 23:28:51 +0000</pubDate> <guid
isPermaLink="false">http://www.nichestorestrategies.com/how-to-add-a-contact-us-form-to-your-site/#comment-25466</guid> <description>Barry,Sorry, but I don&#039;t understand your question.  Where are you seeing that?Rochelle</description> <content:encoded><![CDATA[<p>Barry,</p><p>Sorry, but I don&#8217;t understand your question.  Where are you seeing that?</p><p>Rochelle</p> ]]></content:encoded> </item> <item><title>By: Barry</title><link>http://www.nichestorestrategies.com/how-to-add-a-contact-us-form-to-your-site/comment-page-2/#comment-25465</link> <dc:creator>Barry</dc:creator> <pubDate>Fri, 16 Apr 2010 23:26:42 +0000</pubDate> <guid
isPermaLink="false">http://www.nichestorestrategies.com/how-to-add-a-contact-us-form-to-your-site/#comment-25465</guid> <description>Hi
&quot;Please contact us to confirm how the details of the other party were optained?&quot; What they are asking for?</description> <content:encoded><![CDATA[<p>Hi<br
/> &quot;Please contact us to confirm how the details of the other party were optained?&quot; What they are asking for?</p> ]]></content:encoded> </item> <item><title>By: Rochelle</title><link>http://www.nichestorestrategies.com/how-to-add-a-contact-us-form-to-your-site/comment-page-2/#comment-5494</link> <dc:creator>Rochelle</dc:creator> <pubDate>Tue, 18 Nov 2008 12:53:04 +0000</pubDate> <guid
isPermaLink="false">http://www.nichestorestrategies.com/how-to-add-a-contact-us-form-to-your-site/#comment-5494</guid> <description>Jeff,That&#039;s very clever!  Thank you for sharing : )Rochelle</description> <content:encoded><![CDATA[<p>Jeff,</p><p>That&#8217;s very clever!  Thank you for sharing : )</p><p>Rochelle</p> ]]></content:encoded> </item> <item><title>By: JEFF</title><link>http://www.nichestorestrategies.com/how-to-add-a-contact-us-form-to-your-site/comment-page-2/#comment-5407</link> <dc:creator>JEFF</dc:creator> <pubDate>Sat, 15 Nov 2008 04:54:41 +0000</pubDate> <guid
isPermaLink="false">http://www.nichestorestrategies.com/how-to-add-a-contact-us-form-to-your-site/#comment-5407</guid> <description>this is what i did to know what site the comment is from.you will see i added: .comments from: mysite.com. to the code in contact.php.may be a better way but it does work....Jeff// send contact message
$send_headers = &quot;From: &quot;.$Name.&quot; .comments from: mysite.com. \r\n&quot;;
$send_headers .= &quot;Content-Type: text/html;&quot;;
mail(EMAILADDR, $Subject, $Message, $send_headers);&lt;abbr&gt;&lt;em&gt;JEFFs last blog post..&lt;a href=&quot;http://feeds.feedburner.com/~r/NicheStoreStrategies/~3/449943156/&quot; rel=&quot;nofollow&quot;&gt;Guest Blogger Wanted - Squidoo&lt;/a&gt;&lt;/abbr&gt;&lt;/em&gt;</description> <content:encoded><![CDATA[<p>this is what i did to know what site the comment is from.</p><p>you will see i added: .comments from: mysite.com. to the code in contact.php.</p><p>may be a better way but it does work&#8230;.</p><p>Jeff</p><p>// send contact message<br
/> $send_headers = &#8220;From: &#8220;.$Name.&#8221; .comments from: mysite.com. \r\n&#8221;;<br
/> $send_headers .= &#8220;Content-Type: text/html;&#8221;;<br
/> mail(EMAILADDR, $Subject, $Message, $send_headers);</p><p><abbr><em>JEFFs last blog post..<a
href="http://feeds.feedburner.com/~r/NicheStoreStrategies/~3/449943156/" rel="nofollow">Guest Blogger Wanted &#8211; Squidoo</a></em></abbr></p> ]]></content:encoded> </item> <item><title>By: Pete S</title><link>http://www.nichestorestrategies.com/how-to-add-a-contact-us-form-to-your-site/comment-page-2/#comment-3429</link> <dc:creator>Pete S</dc:creator> <pubDate>Tue, 16 Sep 2008 13:05:00 +0000</pubDate> <guid
isPermaLink="false">http://www.nichestorestrategies.com/how-to-add-a-contact-us-form-to-your-site/#comment-3429</guid> <description>Thanks for your efforts.The message acknowledge email that the person who filled out the form  appears to have the line&quot;Message Acknowledgement from &quot;.SITENAME;on mine the email I get does Not have the site attached in this email.Looks like something is missing related to SITENAME.Maybe I will download a new contact.php and try again.else {
// send acknowledgement email
$send_to = $EmailFrom;
$send_headers = &quot;From: &quot;.SITENAME.&quot; \r\n&quot;;
$send_headers .= &quot;Content-Type: text/html;&quot;;
$send_subject = &quot;Message Acknowledgement from &quot;.SITENAME;
$send_message = &quot;Hello $Name,Thank You for contacting us.We will respond to your message as soon as possibleRegards&lt;a href=&#039;&quot;.URL_PATH.&quot;&#039; rel=&quot;nofollow&quot;&gt;&quot;.SITENAME.&quot;&lt;/a&gt;&quot;;
mail($send_to, $send_subject, $send_message, $send_headers);// send contact message</description> <content:encoded><![CDATA[<p>Thanks for your efforts.</p><p>The message acknowledge email that the person who filled out the form  appears to have the line</p><p>&#8220;Message Acknowledgement from &#8220;.SITENAME;</p><p>on mine the email I get does Not have the site attached in this email.</p><p>Looks like something is missing related to SITENAME.</p><p>Maybe I will download a new contact.php and try again.</p><p>else {<br
/> // send acknowledgement email<br
/> $send_to = $EmailFrom;<br
/> $send_headers = &#8220;From: &#8220;.SITENAME.&#8221; \r\n&#8221;;<br
/> $send_headers .= &#8220;Content-Type: text/html;&#8221;;<br
/> $send_subject = &#8220;Message Acknowledgement from &#8220;.SITENAME;<br
/> $send_message = &#8220;Hello $Name,Thank You for contacting us.We will respond to your message as soon as possibleRegards<a
href='".URL_PATH."' rel="nofollow">&#8220;.SITENAME.&#8221;</a>&#8220;;<br
/> mail($send_to, $send_subject, $send_message, $send_headers);</p><p>// send contact message</p> ]]></content:encoded> </item> <item><title>By: Mistermickster</title><link>http://www.nichestorestrategies.com/how-to-add-a-contact-us-form-to-your-site/comment-page-2/#comment-3427</link> <dc:creator>Mistermickster</dc:creator> <pubDate>Tue, 16 Sep 2008 12:31:26 +0000</pubDate> <guid
isPermaLink="false">http://www.nichestorestrategies.com/how-to-add-a-contact-us-form-to-your-site/#comment-3427</guid> <description>Hi Pete,Sorry then, but I don&#039;t know what else to suggest.When I clicked on my Contact Us page after uploading the change, the Subject text box defaulted to my Sitename, so appears to work.The code you&#039;ve shown looks fine.I&#039;ll have a think.</description> <content:encoded><![CDATA[<p>Hi Pete,</p><p>Sorry then, but I don&#8217;t know what else to suggest.</p><p>When I clicked on my Contact Us page after uploading the change, the Subject text box defaulted to my Sitename, so appears to work.</p><p>The code you&#8217;ve shown looks fine.</p><p>I&#8217;ll have a think.</p> ]]></content:encoded> </item> <item><title>By: Pete S</title><link>http://www.nichestorestrategies.com/how-to-add-a-contact-us-form-to-your-site/comment-page-2/#comment-3410</link> <dc:creator>Pete S</dc:creator> <pubDate>Mon, 15 Sep 2008 22:41:42 +0000</pubDate> <guid
isPermaLink="false">http://www.nichestorestrategies.com/how-to-add-a-contact-us-form-to-your-site/#comment-3410</guid> <description>! is there.Here is the code as edited and uploaded - copy and pasted............if (periodPos+3 &gt; email.length) {
return false
}
return true
}&lt;?php
if (!$_POST[&#039;submit&#039;]) {if (!isset($Subject)) {
$Subject = Trim(stripslashes(SITENAME));
}$error_char = &quot;&quot;;
$error_text = &quot;&quot;;
if (isset($contact_error)) {</description> <content:encoded><![CDATA[<p>! is there.</p><p>Here is the code as edited and uploaded &#8211; copy and pasted&#8230;&#8230;&#8230;&#8230;</p><p> if (periodPos+3 &gt; email.length) {<br
/> return false<br
/> }<br
/> return true<br
/> }</p><p>&lt;?php<br
/> if (!$_POST['submit']) {</p><p>if (!isset($Subject)) {<br
/> $Subject = Trim(stripslashes(SITENAME));<br
/> }</p><p>$error_char = &#8220;&#8221;;<br
/> $error_text = &#8220;&#8221;;<br
/> if (isset($contact_error)) {</p> ]]></content:encoded> </item> <item><title>By: Mistermickster</title><link>http://www.nichestorestrategies.com/how-to-add-a-contact-us-form-to-your-site/comment-page-2/#comment-3409</link> <dc:creator>Mistermickster</dc:creator> <pubDate>Mon, 15 Sep 2008 22:14:49 +0000</pubDate> <guid
isPermaLink="false">http://www.nichestorestrategies.com/how-to-add-a-contact-us-form-to-your-site/#comment-3409</guid> <description>Yes you leave SITENAME as is.You have typed the code exactly as shown? There is a &#039;!&#039; right before isset.Please post your code here for me to have a look at, or send me a PM in the BANS forum.</description> <content:encoded><![CDATA[<p>Yes you leave SITENAME as is.</p><p>You have typed the code exactly as shown? There is a &#8216;!&#8217; right before isset.</p><p>Please post your code here for me to have a look at, or send me a PM in the <a
href="http://www.nichestorestrategies.com/buildanichestore"  target='_blank'  rel='nofollow' >BANS</a> forum.<p
style="opacity:0.5;padding:0;margin:0;display:inline;"><sub><a
href="http://www.janhvizdak.com/make-donation-cross-linker-plugin-wordpress.php" onclick="window.open('http://www.janhvizdak.com/make-donation-cross-linker-plugin-wordpress.php'); return false;" target="_blank" style="cursor:help;"><b>&#187;crosslinked&#171;</b></a></sub></p> ]]></content:encoded> </item> <item><title>By: Pete S</title><link>http://www.nichestorestrategies.com/how-to-add-a-contact-us-form-to-your-site/comment-page-2/#comment-3401</link> <dc:creator>Pete S</dc:creator> <pubDate>Mon, 15 Sep 2008 16:19:10 +0000</pubDate> <guid
isPermaLink="false">http://www.nichestorestrategies.com/how-to-add-a-contact-us-form-to-your-site/#comment-3401</guid> <description>Found the place and added as post said. Uploaded but no go.Contact form still works and sends emails as it should but no change in the subject line.You did mean to leave &quot;SITENAME&quot; as is and NOT replace it with something like&quot;MyLittlePony&quot; ??? Correct?I do not know anything about php but is there maybe 1 extra &quot;)&quot; in there???Thanks for looking at this.BTW - The people over at Wordpress would like a contact form like yours with the type in number challenge.The only contact form they seem to have with a built in challenge question is crude compared to yours.</description> <content:encoded><![CDATA[<p>Found the place and added as post said. Uploaded but no go.</p><p>Contact form still works and sends emails as it should but no change in the subject line.</p><p>You did mean to leave &#8220;SITENAME&#8221; as is and NOT replace it with something like&#8221;MyLittlePony&#8221; ??? Correct?</p><p>I do not know anything about php but is there maybe 1 extra &#8220;)&#8221; in there???</p><p>Thanks for looking at this.</p><p>BTW &#8211; The people over at WordPress would like a contact form like yours with the type in number challenge.</p><p>The only contact form they seem to have with a built in challenge question is crude compared to yours.</p> ]]></content:encoded> </item> <item><title>By: Mistermickster</title><link>http://www.nichestorestrategies.com/how-to-add-a-contact-us-form-to-your-site/comment-page-2/#comment-3400</link> <dc:creator>Mistermickster</dc:creator> <pubDate>Mon, 15 Sep 2008 12:08:34 +0000</pubDate> <guid
isPermaLink="false">http://www.nichestorestrategies.com/how-to-add-a-contact-us-form-to-your-site/#comment-3400</guid> <description>Sorry, same thing has happened. :(You can read the change required here http://www.icehockeycardstore.com/contact_titlechange.txt</description> <content:encoded><![CDATA[<p>Sorry, same thing has happened. <img
src='http://www.nichestorestrategies.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p><p>You can read the change required here <a
href="http://www.icehockeycardstore.com/contact_titlechange.txt" rel="nofollow">http://www.icehockeycardstore......change.txt</a></p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.nichestorestrategies.com @ 2012-02-08 05:13:40 -->
