<?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: I added Contact form 7 and I want to remove the themes contact form</title>
		<link>http://www.kriesi.at/support/topic/i-added-contact-form-7-and-i-was-to-remove-the-themes-contact-form</link>
		<description>Support Forum - Topic: I added Contact form 7 and I want to remove the themes contact form</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 21:41:03 +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/i-added-contact-form-7-and-i-was-to-remove-the-themes-contact-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "I added Contact form 7 and I want to remove the themes contact form"</title>
			<link>http://www.kriesi.at/support/topic/i-added-contact-form-7-and-i-was-to-remove-the-themes-contact-form#post-68160</link>
			<pubDate>Sun, 29 Jul 2012 06:46:40 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">68160@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Bastiaan,&#60;/p&#62;
&#60;p&#62;You can find template_contact.php inside your themes folder. The location should be: wp-content\themes\display\template_contact.php. Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>uniekvananniek on "I added Contact form 7 and I want to remove the themes contact form"</title>
			<link>http://www.kriesi.at/support/topic/i-added-contact-form-7-and-i-was-to-remove-the-themes-contact-form#post-67930</link>
			<pubDate>Fri, 27 Jul 2012 11:15:14 +0000</pubDate>
			<dc:creator>uniekvananniek</dc:creator>
			<guid isPermaLink="false">67930@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I have the same question as Upoa. I know it will be difficult to delete or change the standard mail form. How could you change  template_contact.php?&#60;/p&#62;
&#60;p&#62;thanks in advance!&#60;/p&#62;
&#60;p&#62;Bastiaan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "I added Contact form 7 and I want to remove the themes contact form"</title>
			<link>http://www.kriesi.at/support/topic/i-added-contact-form-7-and-i-was-to-remove-the-themes-contact-form#post-30034</link>
			<pubDate>Thu, 20 Oct 2011 16:14:19 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">30034@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that Chris could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Upoa on "I added Contact form 7 and I want to remove the themes contact form"</title>
			<link>http://www.kriesi.at/support/topic/i-added-contact-form-7-and-i-was-to-remove-the-themes-contact-form#post-30001</link>
			<pubDate>Thu, 20 Oct 2011 12:18:14 +0000</pubDate>
			<dc:creator>Upoa</dc:creator>
			<guid isPermaLink="false">30001@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks it worked!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "I added Contact form 7 and I want to remove the themes contact form"</title>
			<link>http://www.kriesi.at/support/topic/i-added-contact-form-7-and-i-was-to-remove-the-themes-contact-form#post-29801</link>
			<pubDate>Wed, 19 Oct 2011 03:45:34 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">29801@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in your template_contact.php you can remove:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;form action=&#38;quot;&#38;quot; method=&#38;quot;post&#38;quot; class=&#38;quot;ajax_form&#38;quot;&#38;gt;
						&#38;lt;fieldset&#38;gt;&#38;lt;?php if (!isset($error) &#124;&#124; $error == true){ ?&#38;gt;&#38;lt;h3&#38;gt;&#38;lt;span&#38;gt;Send us mail&#38;lt;/span&#38;gt;&#38;lt;/h3&#38;gt;

						&#38;lt;p class=&#38;quot;&#38;lt;?php if (isset($the_nameclass)) echo $the_nameclass; ?&#38;gt;&#38;quot; &#38;gt;&#38;lt;input name=&#38;quot;yourname&#38;quot; class=&#38;quot;text_input empty&#38;quot; type=&#38;quot;text&#38;quot; id=&#38;quot;name&#38;quot; size=&#38;quot;20&#38;quot; value=&#38;#39;&#38;lt;?php if (isset($the_name)) echo $the_name?&#38;gt;&#38;#39;/&#38;gt;&#38;lt;label for=&#38;quot;name&#38;quot;&#38;gt;Your Name*&#38;lt;/label&#38;gt;
						&#38;lt;/p&#38;gt;
						&#38;lt;p class=&#38;quot;&#38;lt;?php if (isset($the_emailclass)) echo $the_emailclass; ?&#38;gt;&#38;quot; &#38;gt;&#38;lt;input name=&#38;quot;email&#38;quot; class=&#38;quot;text_input email&#38;quot; type=&#38;quot;text&#38;quot; id=&#38;quot;email&#38;quot; size=&#38;quot;20&#38;quot; value=&#38;#39;&#38;lt;?php if (isset($the_email)) echo $the_email ?&#38;gt;&#38;#39; /&#38;gt;&#38;lt;label for=&#38;quot;email&#38;quot;&#38;gt;E-Mail*&#38;lt;/label&#38;gt;&#38;lt;/p&#38;gt;
						&#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;Website&#38;lt;/label&#38;gt;&#38;lt;/p&#38;gt;
						&#38;lt;label for=&#38;quot;message&#38;quot; class=&#38;quot;blocklabel&#38;quot;&#38;gt;Your Message*&#38;lt;/label&#38;gt;
						&#38;lt;p class=&#38;quot;&#38;lt;?php if (isset($the_messageclass)) echo $the_messageclass; ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;textarea name=&#38;quot;message&#38;quot; class=&#38;quot;text_area empty&#38;quot; cols=&#38;quot;40&#38;quot; rows=&#38;quot;7&#38;quot; id=&#38;quot;message&#38;quot; &#38;gt;&#38;lt;?php  if (isset($the_message)) echo $the_message ?&#38;gt;&#38;lt;/textarea&#38;gt;&#38;lt;/p&#38;gt;

						&#38;lt;p&#38;gt;
						&#38;lt;input type=&#38;quot;hidden&#38;quot; id=&#38;quot;myemail&#38;quot; name=&#38;quot;myemail&#38;quot; value=&#38;quot;&#38;lt;?php echo $email_adress_reciever; ?&#38;gt;&#38;quot; /&#38;gt;
						&#38;lt;input type=&#38;quot;hidden&#38;quot; id=&#38;quot;myblogname&#38;quot; name=&#38;quot;myblogname&#38;quot; value=&#38;quot;&#38;lt;?php echo $name_of_your_site; ?&#38;gt;&#38;quot; /&#38;gt;

						&#38;lt;input name=&#38;quot;Send&#38;quot; type=&#38;quot;submit&#38;quot; value=&#38;quot;Send&#38;quot; class=&#38;quot;button&#38;quot; id=&#38;quot;send&#38;quot; size=&#38;quot;16&#38;quot;/&#38;gt;&#38;lt;/p&#38;gt;
						&#38;lt;?php } else { ?&#38;gt;
						&#38;lt;p&#38;gt;&#38;lt;h3&#38;gt;Your message has been sent!&#38;lt;/h3&#38;gt; Thank you!&#38;lt;/p&#38;gt;

						&#38;lt;?php } ?&#38;gt;
						&#38;lt;/fieldset&#38;gt;

					&#38;lt;/form&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;(This kind of beats the purpose of using the contact template, you can just as well assign the default template to your contact page and include your new contact form there)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Upoa on "I added Contact form 7 and I want to remove the themes contact form"</title>
			<link>http://www.kriesi.at/support/topic/i-added-contact-form-7-and-i-was-to-remove-the-themes-contact-form#post-29793</link>
			<pubDate>Wed, 19 Oct 2011 03:08:45 +0000</pubDate>
			<dc:creator>Upoa</dc:creator>
			<guid isPermaLink="false">29793@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, i could not seem to get the theme contact form to work so i installed contact form 7. I went to the display options ,&#38;gt;contact options &#38;gt; and put the contact page to &#34;select page&#34; but it still shows up. please help thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
