<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Support Forum - Topic: Comment Form Changes</title>
		<link>http://www.kriesi.at/support/topic/comment-form-changes</link>
		<description>Support Forum - Topic: Comment Form Changes</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 00:46:57 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/comment-form-changes" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Comment Form Changes"</title>
			<link>http://www.kriesi.at/support/topic/comment-form-changes#post-21698</link>
			<pubDate>Wed, 29 Jun 2011 10:23:30 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21698@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) I checked the welcome message but it display fine for me:&#60;/p&#62;
&#60;p&#62;&#60;a href='http://imageshack.us/photo/my-images/193/unbenanntgj.jpg/'&#62;&#60;img src='http://img193.imageshack.us/img193/9744/unbenanntgj.th.jpg' /&#62;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2) To remove the username and website field delete following code in template_contact.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;input name=&#38;quot;username&#38;quot; value=&#38;quot;&#38;quot; id=&#38;quot;username&#38;quot; class=&#38;quot;username&#38;quot;/&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;p&#38;gt;&#38;lt;input name=&#38;quot;website&#38;quot; class=&#38;quot;text_input&#38;quot; type=&#38;quot;text&#38;quot; id=&#38;quot;website&#38;quot; size=&#38;quot;20&#38;quot; value=&#38;quot;&#38;lt;?php if (isset($the_website))  echo $the_website?&#38;gt;&#38;quot;/&#38;gt;&#38;lt;label for=&#38;quot;website&#38;quot;&#38;gt;&#38;lt;?php _e(&#38;#39;Website&#38;#39;,&#38;#39;habitat&#38;#39;); ?&#38;gt;&#38;lt;/label&#38;gt;&#38;lt;/p&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>thibodeaux on "Comment Form Changes"</title>
			<link>http://www.kriesi.at/support/topic/comment-form-changes#post-21639</link>
			<pubDate>Tue, 28 Jun 2011 06:02:50 +0000</pubDate>
			<dc:creator>thibodeaux</dc:creator>
			<guid isPermaLink="false">21639@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am trying to change some of the content of the contact form, but or some reason it's not working... Here's the code from template_contact.php:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;p class=&#34;&#38;lt;?php if (isset($the_nameclass)) echo $the_nameclass; ?&#38;gt;&#34; &#38;gt;&#38;lt;input name=&#34;yourname&#34; class=&#34;text_input is_empty&#34; type=&#34;text&#34; id=&#34;name&#34; size=&#34;20&#34; value='&#38;lt;?php if (isset($the_name)) echo $the_name?&#38;gt;'/&#38;gt;&#38;lt;label for=&#34;name&#34;&#38;gt;&#38;lt;?php _e('Your Name','habitat'); ?&#38;gt;*&#38;lt;/label&#38;gt;&#60;br /&#62;
						&#38;lt;/p&#38;gt;&#60;br /&#62;
						&#38;lt;p class=&#34;&#38;lt;?php if (isset($the_emailclass)) echo $the_emailclass; ?&#38;gt;&#34; &#38;gt;&#38;lt;input name=&#34;email&#34; class=&#34;text_input is_email&#34; type=&#34;text&#34; id=&#34;email&#34; size=&#34;20&#34; value='&#38;lt;?php if (isset($the_email)) echo $the_email ?&#38;gt;' /&#38;gt;&#38;lt;label for=&#34;email&#34;&#38;gt;&#38;lt;?php _e('E-Mail','habitat'); ?&#38;gt;*&#38;lt;/label&#38;gt;&#38;lt;/p&#38;gt;&#60;br /&#62;
						&#38;lt;p&#38;gt;&#38;lt;input name=&#34;phone&#34; class=&#34;text_input&#34; type=&#34;text&#34; id=&#34;phone&#34; size=&#34;20&#34; value=&#34;&#38;lt;?php if (isset($the_phone))  echo $the_website?&#38;gt;&#34;/&#38;gt;&#38;lt;label for=&#34;phone&#34;&#38;gt;&#38;lt;?php _e('Phone','habitat'); ?&#38;gt;&#38;lt;/label&#38;gt;&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;p&#38;gt;&#38;lt;input name=&#34;time&#34; class=&#34;text_input&#34; type=&#34;text&#34; id=&#34;time&#34; size=&#34;20&#34; value=&#34;&#38;lt;?php if (isset($the_time))  echo $the_time?&#38;gt;&#34;/&#38;gt;&#38;lt;label for=&#34;time&#34;&#38;gt;&#38;lt;?php _e('Best Time to Call','habitat'); ?&#38;gt;&#38;lt;/label&#38;gt;&#38;lt;/p&#38;gt;&#60;br /&#62;
						&#38;lt;label for=&#34;message&#34; class=&#34;blocklabel&#34;&#38;gt;&#38;lt;?php _e('Your Message','habitat'); ?&#38;gt;*&#38;lt;/label&#38;gt;&#60;br /&#62;
						&#38;lt;p class=&#34;&#38;lt;?php if (isset($the_messageclass)) echo $the_messageclass; ?&#38;gt;&#34;&#38;gt;&#38;lt;textarea name=&#34;message&#34; class=&#34;text_area is_empty&#34; cols=&#34;40&#34; rows=&#34;7&#34; id=&#34;message&#34; &#38;gt;&#38;lt;?php  if (isset($the_message)) echo $the_message ?&#38;gt;&#38;lt;/textarea&#38;gt;&#60;br /&#62;
						&#38;lt;input name=&#34;username&#34; value=&#34;&#34; id=&#34;username&#34; class=&#34;username&#34;/&#38;gt;&#60;br /&#62;
						&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;						&#38;lt;p&#38;gt;&#60;/p&#62;
&#60;p&#62;						&#38;lt;input type=&#34;hidden&#34; id=&#34;myemail&#34; name=&#34;myemail&#34; value=&#34;&#38;lt;?php echo $email_adress_reciever; ?&#38;gt;&#34; /&#38;gt;&#60;br /&#62;
						&#38;lt;input type=&#34;hidden&#34; id=&#34;myblogname&#34; name=&#34;myblogname&#34; value='&#38;lt;?php echo $name_of_your_site; ?&#38;gt;' /&#38;gt;&#60;/p&#62;
&#60;p&#62;						&#38;lt;input name=&#34;Send&#34; type=&#34;submit&#34; value=&#34;&#38;lt;?php _e('Send','habitat'); ?&#38;gt;&#34; class=&#34;button&#34; id=&#34;send&#34; size=&#34;16&#34;/&#38;gt;&#38;lt;/p&#38;gt;&#60;br /&#62;
						&#38;lt;?php } else { ?&#38;gt;&#60;br /&#62;
						&#38;lt;p&#38;gt;&#38;lt;h3&#38;gt;&#38;lt;?php _e('Your message has been sent!','habitat'); ?&#38;gt; &#38;lt;/h3&#38;gt; &#38;lt;?php _e('Thanks for getting in touch. We will be in touch soon...','habitat'); ?&#38;gt; &#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;						&#38;lt;?php } ?&#38;gt;&#60;br /&#62;
						&#38;lt;/fieldset&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The new form fields seem to be working fine, but for some reason the thank you message is not displaying correctly. see:http://cch.nteractivemarketing.com/contact/&#60;/p&#62;
&#60;p&#62;Also, when I receive the email there are some empty fields that I don't want in there -  Website: &#38;amp; username: - How do I get rid of these?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
