<?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: Contact Form</title>
		<link>http://www.kriesi.at/support/topic/contact-form-18</link>
		<description>Support Forum - Topic: Contact Form</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 09:35:25 +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/contact-form-18" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Contact Form"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-18#post-93861</link>
			<pubDate>Tue, 29 Jan 2013 04:47:34 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">93861@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi deannamc,&#60;/p&#62;
&#60;p&#62;Glad that you've fixed it. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>deannamc on "Contact Form"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-18#post-93843</link>
			<pubDate>Tue, 29 Jan 2013 02:28:38 +0000</pubDate>
			<dc:creator>deannamc</dc:creator>
			<guid isPermaLink="false">93843@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry, I'm new to this forum and did a search for issues with contact forms and this came up.  I didn't realize it was specific to a theme.  But thanks for the info, I was able to do what I wanted by changing the contact.php.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Contact Form"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-18#post-93681</link>
			<pubDate>Mon, 28 Jan 2013 04:16:43 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">93681@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Aw.. so you're using the Velvet theme? Please don't post it here, this post is about Replete theme or kindly tell us that you're using a different theme. Better yet, create a new thread for your inquiry. :)&#60;/p&#62;
&#60;p&#62;Anyway, unfortunately, Velvet doesn't have that capability. You may need to edit includes &#38;gt; contact-form.php to add or remove fields. You can access it on Appearance &#38;gt; Editor.&#60;/p&#62;
&#60;p&#62;If you just want to post an image, edit your Contact page then look for &#34;Add Featured Media&#34;, upload your image there.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>deannamc on "Contact Form"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-18#post-93659</link>
			<pubDate>Mon, 28 Jan 2013 01:49:55 +0000</pubDate>
			<dc:creator>deannamc</dc:creator>
			<guid isPermaLink="false">93659@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I assume Replete is the toolbar across the top?  When I go to the Theme Options &#38;gt; Contact page (it's Contact and Social Stuff on my Velvet theme), I don't see the form shown above.  (I would post an image here, but I'm not sure how to.)  I see: Contact Form page, Your email address, Your twitter account, RSS feed url, Your Facebook page/group account.&#60;/p&#62;
&#60;p&#62;Also, how do I &#34;go to includes &#38;gt; contact-form.php&#34;  Where is this?  I think I'm missing something important here...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Contact Form"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-18#post-93643</link>
			<pubDate>Mon, 28 Jan 2013 00:43:38 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">93643@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;To remove or add fields go to Replete &#38;gt; Theme Options &#38;gt; Contact &#38;gt; check the screenshot Devin posted above. You can click the green plus sign to add fields or click the red x sign to remove fields. &#60;/p&#62;
&#60;p&#62;To change the text &#34;Send Us Mail&#34;, go to includes &#38;gt; contact-form.php amd find this code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;quot;heading&#38;quot; =&#38;gt; &#38;quot;&#38;lt;h3&#38;gt;&#38;quot;.__(&#38;#39;Send us mail&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/h3&#38;gt;&#38;quot;,&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Replace it with&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;quot;heading&#38;quot; =&#38;gt; &#38;quot;&#38;lt;h3&#38;gt;&#38;quot;.__(&#38;#39;Send Me Mail!&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot;&#38;lt;/h3&#38;gt;&#38;quot;,&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>deannamc on "Contact Form"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-18#post-93635</link>
			<pubDate>Mon, 28 Jan 2013 00:08:20 +0000</pubDate>
			<dc:creator>deannamc</dc:creator>
			<guid isPermaLink="false">93635@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, Ismael, that seemed to work (although I'm pretty sure I tried that on the original contact page and it didn't work.  Oh well, there was probably something I didn't do in exactly the right order :-)  &#60;/p&#62;
&#60;p&#62;So now that I have the contact form, how do I change the text from &#34;Send Us Mail&#34; to &#34;Send Me Mail&#34;?  How do I add or remove fields?&#60;/p&#62;
&#60;p&#62;Thanks in advance,&#60;br /&#62;
Deanna
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Contact Form"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-18#post-93578</link>
			<pubDate>Sun, 27 Jan 2013 03:00:12 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">93578@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Create a page, leave it blank or add some text on it. Then go to Replete &#38;gt; Theme Options &#38;gt; Contact &#38;gt; Contact Form Page, select the newly created page. You can add or remove fields. That's it. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>deannamc on "Contact Form"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-18#post-93567</link>
			<pubDate>Sun, 27 Jan 2013 01:18:09 +0000</pubDate>
			<dc:creator>deannamc</dc:creator>
			<guid isPermaLink="false">93567@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Somehow, I seem to have lost my contact page altogether.  The contact page now shows my portfolio images.  It seems to have happened when I moved the Contact page to be a top-level page (no parent.)  I tried creating a new contact page, but this still does not include the contact form.  How do I get the contact form back?   And the page you are showing &#34;Add new form elements to your contact form&#34; - where is this?  I can't find it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Contact Form"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-18#post-93112</link>
			<pubDate>Thu, 24 Jan 2013 02:37:31 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">93112@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The default form looks like this:&#60;br /&#62;
&#60;img src=&#34;http://i46.tinypic.com/35hpq4i.png&#34;&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jsethanderson on "Contact Form"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-18#post-92874</link>
			<pubDate>Tue, 22 Jan 2013 18:06:28 +0000</pubDate>
			<dc:creator>jsethanderson</dc:creator>
			<guid isPermaLink="false">92874@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you for the reply. That seems really easy but unfortunately I'm fairly new to all this I'm not sure what that field should end up looking like.&#60;br /&#62;
Can you show me an example? Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Contact Form"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-18#post-92872</link>
			<pubDate>Tue, 22 Jan 2013 18:02:12 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">92872@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey jsethanderson,&#60;/p&#62;
&#60;p&#62;You just need to add in a new field and label it E-Mail, make it a text input and make the validation &#34;Valid Mail Address&#34;. That should do it.&#60;/p&#62;
&#60;p&#62;Also make sure that the email address above for Your email address is valid and that it isn't auto rejecting incoming emails as spam or putting them into a spam folder.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jsethanderson on "Contact Form"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-18#post-92773</link>
			<pubDate>Tue, 22 Jan 2013 07:45:52 +0000</pubDate>
			<dc:creator>jsethanderson</dc:creator>
			<guid isPermaLink="false">92773@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think I deleted something on the contact form that is supposed to be there. &#60;/p&#62;
&#60;p&#62;&#34;Please make sure to not delete the Email Field bellow, otherwise the script wont be able to send a mail&#34;&#60;/p&#62;
&#60;p&#62;The contact form is not sending emails and I think it's because I deleted this. Can you please tell me what should be there?&#60;br /&#62;
Thank you
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
