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

		<item>
			<title>Kriesi on "Contact form is not working"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-is-not-working#post-81597</link>
			<pubDate>Tue, 30 Oct 2012 20:29:27 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">81597@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey!&#60;/p&#62;
&#60;p&#62;The problem with the form is that it applies input IDs based on sanitized names.&#60;/p&#62;
&#60;p&#62;for example if you got 3 input fields named: Name, Email and Message the theme tries to create valid ids by those names and converts them to avia_name, avia_email and avia_message.&#60;/p&#62;
&#60;p&#62;Problem in your case is that your language will get filtered out compeltly because  avia_الرسالة is not a valid id. I have modified the framework to work better with your language, the next theme update tomorrow should fix the issue.&#60;/p&#62;
&#60;p&#62;Best regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Contact form is not working"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-is-not-working#post-78672</link>
			<pubDate>Fri, 05 Oct 2012 15:06:18 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">78672@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Your form doesn't have input id, and names fields correctly set, thus the mail never gets sent. What I think is happening is that the input fields have an English avia_ prefix at which point the Arabic suffix attempts to attach and for whatever reason that doesn't seem to work. &#60;/p&#62;
&#60;p&#62;Here is an image of how your code looks live ( &#60;a href=&#34;http://i.imgur.com/S1WH7.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/S1WH7.png&#60;/a&#62; ) and this is how the demo site looks ( &#60;a href=&#34;http://i.imgur.com/Vfd7E.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/Vfd7E.png&#60;/a&#62; )&#60;/p&#62;
&#60;p&#62;What's interesting is that the user name itself is in English (the field) so the hidden field carries over without a problem. Is the WordPress backend in Arabic? I think if language is kept consistent in those fields which visitors won't see, that will solve the problem.&#60;/p&#62;
&#60;p&#62;[Edit] Now that I took a further look, Perhaps you could look in Choices &#38;gt; Theme Options &#38;gt; Contact and see if you have a value set for the Labels field, one for each form element, because I don't see any on the form itself as I fill it out. I think those labels are actually the variable name that gets attached to the prefix. Would you set the Labels please in the Theme Options, and we can always make them not display with css.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Khaled_288 on "Contact form is not working"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-is-not-working#post-78388</link>
			<pubDate>Wed, 03 Oct 2012 13:05:04 +0000</pubDate>
			<dc:creator>Khaled_288</dc:creator>
			<guid isPermaLink="false">78388@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thank you very much .. so what is the problem .. I could not figure it out :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Contact form is not working"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-is-not-working#post-78328</link>
			<pubDate>Wed, 03 Oct 2012 06:07:46 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">78328@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Kriesi's form/send code already uses the standard php mail function. The code can be found in choices\framework\php\class-form-generator.php - search for following two lines:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;mail($to, $subject, $message, $header);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and for the autoresponder:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;mail($from, $this-&#38;gt;form_paramas[&#38;#39;autoresponder_subject&#38;#39;], $message, $header);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Khaled_288 on "Contact form is not working"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-is-not-working#post-78293</link>
			<pubDate>Tue, 02 Oct 2012 21:42:57 +0000</pubDate>
			<dc:creator>Khaled_288</dc:creator>
			<guid isPermaLink="false">78293@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
The first plugin (check-email) is working find and send emails correctly.&#60;br /&#62;
The second plugin (wp-mail-smtp) has two options:&#60;br /&#62;
when I choose Mailer:&#60;br /&#62;
- Send all WordPress emails via SMTP. it does not work and emails are not being sent.&#60;br /&#62;
and when I change the option to:&#60;br /&#62;
- Use the PHP mail() function to send emails. works fine and emails sent correctly.&#60;/p&#62;
&#60;p&#62;I think your plugin is not using the PHP mail(). is there anyway to configure that?&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Contact form is not working"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-is-not-working#post-76940</link>
			<pubDate>Sat, 22 Sep 2012 22:27:02 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">76940@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please install this plugin which will test if there is an issue with email itself. &#60;a href=&#34;http://wordpress.org/extend/plugins/check-email/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/check-email/&#60;/a&#62; Its old but still does its job.&#60;/p&#62;
&#60;p&#62;You can also try installing this plugin &#60;a href=&#34;http://wordpress.org/extend/plugins/wp-mail-smtp/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/wp-mail-smtp/&#60;/a&#62; and afterwords please check if mail is coming in.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Khaled_288 on "Contact form is not working"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-is-not-working#post-76638</link>
			<pubDate>Thu, 20 Sep 2012 03:57:08 +0000</pubDate>
			<dc:creator>Khaled_288</dc:creator>
			<guid isPermaLink="false">76638@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I restored the original file (contact-form.php), and the problem is still there. is there anything wrong in the AJAX stuff? somthing in the encoding?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Contact form is not working"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-is-not-working#post-76602</link>
			<pubDate>Wed, 19 Sep 2012 17:51:02 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">76602@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Khaled_288,&#60;/p&#62;
&#60;p&#62;Strange, both contact forms use the wp_mail function which runs it through wordpress. I'm not sure what would cause it to work with the plugin and not with the built in contact form.&#60;/p&#62;
&#60;p&#62;Did you try using the contact form without any modification the the contact-form.php?&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Khaled_288 on "Contact form is not working"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-is-not-working#post-76394</link>
			<pubDate>Tue, 18 Sep 2012 11:13:35 +0000</pubDate>
			<dc:creator>Khaled_288</dc:creator>
			<guid isPermaLink="false">76394@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;waiting :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Contact form is not working"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-is-not-working#post-76166</link>
			<pubDate>Mon, 17 Sep 2012 02:27:07 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">76166@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Khaled,&#60;/p&#62;
&#60;p&#62;I'm tagging Kriesi to this thread so he can review.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Khaled_288 on "Contact form is not working"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-is-not-working#post-76148</link>
			<pubDate>Sun, 16 Sep 2012 20:27:52 +0000</pubDate>
			<dc:creator>Khaled_288</dc:creator>
			<guid isPermaLink="false">76148@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I tried Contact Form 7 and it works fine. Can't we fix the Choices contact form?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Contact form is not working"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-is-not-working#post-76075</link>
			<pubDate>Sun, 16 Sep 2012 15:17:44 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">76075@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Not sure about having a problem with the PHP script of the Choices contact form because I tried it on my test site and it works fine. Please try another plugin like Contact Form 7 for the meantime.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Khaled_288 on "Contact form is not working"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-is-not-working#post-76070</link>
			<pubDate>Sun, 16 Sep 2012 14:28:15 +0000</pubDate>
			<dc:creator>Khaled_288</dc:creator>
			<guid isPermaLink="false">76070@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I configured the &#34;Contact&#34; page to send messages to my own email address &#34;********@osloob.com.sa&#34;. &#60;/p&#62;
&#60;p&#62;here is the link:&#60;br /&#62;
&#60;a href=&#34;http://www.osloob.com.sa/wp/?page_id=86&#34; rel=&#34;nofollow&#34;&#62;http://www.osloob.com.sa/wp/?page_id=86&#60;/a&#62;&#60;br /&#62;
the web site is in Arabic, and i set the encoding of &#34;/includes/contact-form.php&#34; to UTF-8&#60;/p&#62;
&#60;p&#62;still the messages never received. &#60;/p&#62;
&#60;p&#62;I contacted the web hosting company &#38;amp; contacted Google Apps while the email is configured in their services. Both confirm that the problem is in the PHP script.&#60;/p&#62;
&#60;p&#62;please help me to fix this issue.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
- Khaled
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
