<?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: Coder&#8217;s Corner &#8211; Customize the AspDotNetStorefront &#8220;Contact Us&#8221; Email</title>
	<atom:link href="http://blog.vortx.com/aspdotnetstorefront/coders-corner-aspdotnetstorefront-custom-contact-form-email/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.vortx.com/aspdotnetstorefront/coders-corner-aspdotnetstorefront-custom-contact-form-email/</link>
	<description>Vortx eCommerce Blog</description>
	<lastBuildDate>Fri, 03 Sep 2010 12:08:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David Schuster</title>
		<link>http://blog.vortx.com/aspdotnetstorefront/coders-corner-aspdotnetstorefront-custom-contact-form-email/comment-page-1/#comment-1072</link>
		<dc:creator>David Schuster</dc:creator>
		<pubDate>Mon, 12 Oct 2009 16:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vortx.com/?p=309#comment-1072</guid>
		<description>How do I get to the value of a dropdown selection with the xsl statement?

xsl:value-of select=&quot;/root/Form/natureofrequest

nature of request is a select element in the form with three selection options:


  
  General Inquiry
  Order Status
  Return
</description>
		<content:encoded><![CDATA[<p>How do I get to the value of a dropdown selection with the xsl statement?</p>
<p>xsl:value-of select=&#8221;/root/Form/natureofrequest</p>
<p>nature of request is a select element in the form with three selection options:</p>
<p>  General Inquiry<br />
  Order Status<br />
  Return</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Hern</title>
		<link>http://blog.vortx.com/aspdotnetstorefront/coders-corner-aspdotnetstorefront-custom-contact-form-email/comment-page-1/#comment-486</link>
		<dc:creator>Scott Hern</dc:creator>
		<pubDate>Tue, 14 Apr 2009 02:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vortx.com/?p=309#comment-486</guid>
		<description>Hi
it was a case problem, but in an odd way.  On the form, the fields were Name, Phone, EMail, etc.  I set the case in the xml package to match the form - no luck.  I then changed the field names in the form to all lower case (name, phone, email) and re-set the xml package to match that - and that worked.  i don&#039;t understand why that would be the case, but i can move on.

This is ASPDNSF ML 7.1.1.0.  thanks for the advice.</description>
		<content:encoded><![CDATA[<p>Hi<br />
it was a case problem, but in an odd way.  On the form, the fields were Name, Phone, EMail, etc.  I set the case in the xml package to match the form &#8211; no luck.  I then changed the field names in the form to all lower case (name, phone, email) and re-set the xml package to match that &#8211; and that worked.  i don&#8217;t understand why that would be the case, but i can move on.</p>
<p>This is ASPDNSF ML 7.1.1.0.  thanks for the advice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicole</title>
		<link>http://blog.vortx.com/aspdotnetstorefront/coders-corner-aspdotnetstorefront-custom-contact-form-email/comment-page-1/#comment-484</link>
		<dc:creator>Nicole</dc:creator>
		<pubDate>Mon, 13 Apr 2009 22:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vortx.com/?p=309#comment-484</guid>
		<description>First, set your Xml Package to debug=true, then run a test form through the site. Check your email, and there should be a bunch of Xml just below the contact form. Check each Xml node that you&#039;re referencing in the form, and make sure it has content...for example, root &gt; Form &gt; name should have the name you put in the contact form. If root &gt; Form &gt; name does not exist, try and find whatever content you put in the form as a test, and see if it exists under another node.

Another thing to check for is case sensitivity. The latest ADSNF releases need to have the exact case used or it will not work, i.e. /root/Form/name is not the same as /root/Form/Name.</description>
		<content:encoded><![CDATA[<p>First, set your Xml Package to debug=true, then run a test form through the site. Check your email, and there should be a bunch of Xml just below the contact form. Check each Xml node that you&#8217;re referencing in the form, and make sure it has content&#8230;for example, root &gt; Form &gt; name should have the name you put in the contact form. If root &gt; Form &gt; name does not exist, try and find whatever content you put in the form as a test, and see if it exists under another node.</p>
<p>Another thing to check for is case sensitivity. The latest ADSNF releases need to have the exact case used or it will not work, i.e. /root/Form/name is not the same as /root/Form/Name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Hern</title>
		<link>http://blog.vortx.com/aspdotnetstorefront/coders-corner-aspdotnetstorefront-custom-contact-form-email/comment-page-1/#comment-483</link>
		<dc:creator>Scott Hern</dc:creator>
		<pubDate>Mon, 13 Apr 2009 22:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vortx.com/?p=309#comment-483</guid>
		<description>Hey - must have missed a step - i&#039;m getting the formatting of the contact message correctly, but none of the content.  No name, email or phone number is included in the email i receive after filling out the contact form.  Any ideas?

thanks</description>
		<content:encoded><![CDATA[<p>Hey &#8211; must have missed a step &#8211; i&#8217;m getting the formatting of the contact message correctly, but none of the content.  No name, email or phone number is included in the email i receive after filling out the contact form.  Any ideas?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coder&#8217;s Corner - Stop Contact Form Spam &#124; Vortx Live Wire Blog</title>
		<link>http://blog.vortx.com/aspdotnetstorefront/coders-corner-aspdotnetstorefront-custom-contact-form-email/comment-page-1/#comment-429</link>
		<dc:creator>Coder&#8217;s Corner - Stop Contact Form Spam &#124; Vortx Live Wire Blog</dc:creator>
		<pubDate>Mon, 30 Mar 2009 21:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vortx.com/?p=309#comment-429</guid>
		<description>[...] you may want to change the formatting of the emails you receive from the form. Take a look at this post for instructions on changing the appearance of contact form emails. Written by [...]</description>
		<content:encoded><![CDATA[<p>[...] you may want to change the formatting of the emails you receive from the form. Take a look at this post for instructions on changing the appearance of contact form emails. Written by [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kaushal</title>
		<link>http://blog.vortx.com/aspdotnetstorefront/coders-corner-aspdotnetstorefront-custom-contact-form-email/comment-page-1/#comment-129</link>
		<dc:creator>kaushal</dc:creator>
		<pubDate>Tue, 27 Jan 2009 05:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vortx.com/?p=309#comment-129</guid>
		<description>excellent..!! excellent post and help i have ever seen for ASPDNSF application. Just THE SAME what i want to have!! 1000 thanx to you buddy!!</description>
		<content:encoded><![CDATA[<p>excellent..!! excellent post and help i have ever seen for ASPDNSF application. Just THE SAME what i want to have!! 1000 thanx to you buddy!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
