<?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 Us form</title>
		<link>http://www.kriesi.at/support/topic/contact-us-form</link>
		<description>Support Forum - Topic: Contact Us form</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 11:39:52 +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-us-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Contact Us form"</title>
			<link>http://www.kriesi.at/support/topic/contact-us-form#post-66016</link>
			<pubDate>Tue, 17 Jul 2012 05:55:12 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">66016@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Open up flashlight\framework\php\class-form-generator.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$to = urldecode( $mymail );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$to = urldecode( $mymail );
$to .= &#38;#39;,mysecondmail@mail.com,mythirdmail@mail.com&#38;#39;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and change the mail address as required. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pyramidecz on "Contact Us form"</title>
			<link>http://www.kriesi.at/support/topic/contact-us-form#post-65039</link>
			<pubDate>Wed, 11 Jul 2012 17:56:47 +0000</pubDate>
			<dc:creator>pyramidecz</dc:creator>
			<guid isPermaLink="false">65039@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there, &#60;/p&#62;
&#60;p&#62;can you, please, answer the question about adding multiple emails? :)&#60;/p&#62;
&#60;p&#62;{I have a flashlight theme and I need to add one more email where the mails from contact form should be send}&#60;/p&#62;
&#60;p&#62;Thank you very much!&#60;/p&#62;
&#60;p&#62;R.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Contact Us form"</title>
			<link>http://www.kriesi.at/support/topic/contact-us-form#post-20029</link>
			<pubDate>Sat, 28 May 2011 08:31:20 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">20029@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;The contact form is a PHP function which collates the data entered through the form and uses the PHP Mail function to send the email to the specified address. If you're not getting the messages, firstly check whether you can receive standard WordPress notifications, for example, try resetting your password.&#60;/p&#62;
&#60;p&#62;If you receive WP emails, but not the contact form messages then the Mail function has not been correctly setup by your webhost. You have 2 choices, firstly to ask them to enable and configure Mail; or secondly, modify the PHP script which sends the email to use the same fucntion which send WP notifications. Open up &#60;strong&#62;/framework/php/class-form-generator.php&#60;/strong&#62; and find this code (around line 239):&#60;/p&#62;
&#60;p&#62;&#60;code&#62;mail($to, $subject, $message, $header);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Change it to:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;wp_mail($to, $subject, $message, $header);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;If messages are being sent correctly, you should already receive a notification that the message was sent. The default is:&#60;/p&#62;
&#60;p&#62;Your message has been sent!&#60;/p&#62;
&#60;p&#62;You can modify the text in &#60;strong&#62;/includes/contact-form.php&#60;/strong&#62; if you use another language or wish to provide more information.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>k2webfusion on "Contact Us form"</title>
			<link>http://www.kriesi.at/support/topic/contact-us-form#post-19998</link>
			<pubDate>Fri, 27 May 2011 15:30:50 +0000</pubDate>
			<dc:creator>k2webfusion</dc:creator>
			<guid isPermaLink="false">19998@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Tell me how the Contact Us form works if you can, I have three issues.   First, I'm not receiving any emails and I know sendmail works with my host for other apps we host. &#60;/p&#62;
&#60;p&#62;Second, I'd like to add a confirmation screen after the user hits submit, something that indicates their email has been sent.  &#60;/p&#62;
&#60;p&#62;Third, I have 1 address specified in the main menu, but I'd like to add multiple addresses.  The semi-colon and comma separators between multiple addresses do not seem to work.  &#60;/p&#62;
&#60;p&#62;Thanks in advance.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
