<?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-17</link>
		<description>Support Forum - Topic: Contact Form</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 06:42:50 +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-17" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Contact Form"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-17#post-89422</link>
			<pubDate>Mon, 24 Dec 2012 03:52:10 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">89422@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi NayLee,&#60;/p&#62;
&#60;p&#62;For #1, kindly edit: wp-content\themes\eunoia\framework\php\class-form-generator.php and find the ff. code blocks:&#60;/p&#62;
&#60;p&#62;line 162&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$this-&#38;gt;elements_html .= &#38;quot;&#38;lt;p class=&#38;#39;&#38;quot;.$p_class.&#38;quot;&#38;#39; id=&#38;#39;element_$id&#38;#39;&#38;gt;&#38;quot;;
$this-&#38;gt;elements_html .= &#38;#39;    &#38;lt;input name=&#38;quot;&#38;#39;.$id.&#38;#39;&#38;quot; class=&#38;quot;text_input &#38;#39;.$element_class.&#38;#39;&#38;quot; type=&#38;quot;text&#38;quot; id=&#38;quot;&#38;#39;.$id.&#38;#39;&#38;quot; value=&#38;quot;&#38;#39;.$value.&#38;#39;&#38;quot;/&#38;gt;&#38;lt;label for=&#38;quot;&#38;#39;.$id.&#38;#39;&#38;quot;&#38;gt;&#38;#39;.$element[&#38;#39;label&#38;#39;].$required.&#38;#39;&#38;lt;/label&#38;gt;&#38;#39;;
$this-&#38;gt;elements_html .= &#38;quot;&#38;lt;/p&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$this-&#38;gt;elements_html .= &#38;quot;&#38;lt;p class=&#38;#39;&#38;quot;.$p_class.&#38;quot;&#38;#39; id=&#38;#39;element_$id&#38;#39;&#38;gt;&#38;quot;;
$this-&#38;gt;elements_html .= &#38;#39;&#38;lt;label for=&#38;quot;&#38;#39;.$id.&#38;#39;&#38;quot;&#38;gt;&#38;#39;.$element[&#38;#39;label&#38;#39;].$required.&#38;#39;&#38;lt;/label&#38;gt;&#38;lt;input name=&#38;quot;&#38;#39;.$id.&#38;#39;&#38;quot; class=&#38;quot;text_input &#38;#39;.$element_class.&#38;#39;&#38;quot; type=&#38;quot;text&#38;quot; id=&#38;quot;&#38;#39;.$id.&#38;#39;&#38;quot; value=&#38;quot;&#38;#39;.$value.&#38;#39;&#38;quot;/&#38;gt;&#38;#39;;
$this-&#38;gt;elements_html .= &#38;quot;&#38;lt;/p&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;line 189&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$this-&#38;gt;elements_html .= &#38;quot;&#38;lt;p class=&#38;#39;&#38;quot;.$p_class.&#38;quot;&#38;#39; id=&#38;#39;element_$id&#38;#39;&#38;gt;&#38;quot;;
$this-&#38;gt;elements_html .= &#38;#39;    &#38;lt;input &#38;#39;.$checked.&#38;#39; name=&#38;quot;&#38;#39;.$id.&#38;#39;&#38;quot; class=&#38;quot;input_checkbox &#38;#39;.$element_class.&#38;#39;&#38;quot; type=&#38;quot;checkbox&#38;quot; id=&#38;quot;&#38;#39;.$id.&#38;#39;&#38;quot; value=&#38;quot;true&#38;quot;/&#38;gt;&#38;lt;label for=&#38;quot;&#38;#39;.$id.&#38;#39;&#38;quot;&#38;gt;&#38;#39;.$element[&#38;#39;label&#38;#39;].$required.&#38;#39;&#38;lt;/label&#38;gt;&#38;#39;;
$this-&#38;gt;elements_html .= &#38;quot;&#38;lt;/p&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$this-&#38;gt;elements_html .= &#38;quot;&#38;lt;p class=&#38;#39;&#38;quot;.$p_class.&#38;quot;&#38;#39; id=&#38;#39;element_$id&#38;#39;&#38;gt;&#38;quot;;
$this-&#38;gt;elements_html .= &#38;#39;&#38;lt;label for=&#38;quot;&#38;#39;.$id.&#38;#39;&#38;quot;&#38;gt;&#38;#39;.$element[&#38;#39;label&#38;#39;].$required.&#38;#39;&#38;lt;/label&#38;gt;&#38;lt;input &#38;#39;.$checked.&#38;#39; name=&#38;quot;&#38;#39;.$id.&#38;#39;&#38;quot; class=&#38;quot;input_checkbox &#38;#39;.$element_class.&#38;#39;&#38;quot; type=&#38;quot;checkbox&#38;quot; id=&#38;quot;&#38;#39;.$id.&#38;#39;&#38;quot; value=&#38;quot;true&#38;quot;/&#38;gt;&#38;#39;;
$this-&#38;gt;elements_html .= &#38;quot;&#38;lt;/p&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;line 236&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$this-&#38;gt;elements_html .= &#38;quot;&#38;lt;p class=&#38;#39;&#38;quot;.$p_class.&#38;quot;&#38;#39; id=&#38;#39;element_$id&#38;#39;&#38;gt;&#38;quot;;
$this-&#38;gt;elements_html .= &#38;#39;    &#38;lt;select name=&#38;quot;&#38;#39;.$id.&#38;#39;&#38;quot; class=&#38;quot;select &#38;#39;.$element_class.&#38;#39;&#38;quot; id=&#38;quot;&#38;#39;.$id.&#38;#39;&#38;quot;&#38;gt;&#38;#39;.$select.&#38;#39;&#38;lt;/select&#38;gt;&#38;lt;label for=&#38;quot;&#38;#39;.$id.&#38;#39;&#38;quot;&#38;gt;&#38;#39;.$element[&#38;#39;label&#38;#39;].$required.&#38;#39;&#38;lt;/label&#38;gt;&#38;#39;;
$this-&#38;gt;elements_html .= &#38;quot;&#38;lt;/p&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$this-&#38;gt;elements_html .= &#38;quot;&#38;lt;p class=&#38;#39;&#38;quot;.$p_class.&#38;quot;&#38;#39; id=&#38;#39;element_$id&#38;#39;&#38;gt;&#38;quot;;
$this-&#38;gt;elements_html .= &#38;#39;&#38;lt;label for=&#38;quot;&#38;#39;.$id.&#38;#39;&#38;quot;&#38;gt;&#38;#39;.$element[&#38;#39;label&#38;#39;].$required.&#38;#39;&#38;lt;/label&#38;gt;&#38;lt;select name=&#38;quot;&#38;#39;.$id.&#38;#39;&#38;quot; class=&#38;quot;select &#38;#39;.$element_class.&#38;#39;&#38;quot; id=&#38;quot;&#38;#39;.$id.&#38;#39;&#38;quot;&#38;gt;&#38;#39;.$select.&#38;#39;&#38;lt;/select&#38;gt;&#38;#39;;
$this-&#38;gt;elements_html .= &#38;quot;&#38;lt;/p&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;line 320&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$this-&#38;gt;elements_html .= &#38;quot;&#38;lt;p class=&#38;#39;&#38;quot;.$p_class.&#38;quot;&#38;#39; id=&#38;#39;element_$id&#38;#39;&#38;gt;&#38;quot;;
$this-&#38;gt;elements_html .= &#38;quot;    &#38;lt;span class=&#38;#39;value_verifier_label&#38;#39;&#38;gt;$number_1 + $number_2 = ?&#38;lt;/span&#38;gt;&#38;quot;;
$this-&#38;gt;elements_html .= &#38;#39;    &#38;lt;input name=&#38;quot;&#38;#39;.$id.&#38;#39;_verifier&#38;quot; type=&#38;quot;hidden&#38;quot; id=&#38;quot;&#38;#39;.$id.&#38;#39;_verifier&#38;quot; value=&#38;quot;&#38;#39;.$valueVer.&#38;#39;&#38;quot;/&#38;gt;&#38;#39;;
$this-&#38;gt;elements_html .= &#38;#39;    &#38;lt;input name=&#38;quot;&#38;#39;.$id.&#38;#39;&#38;quot; class=&#38;quot;text_input &#38;#39;.$element_class.&#38;#39;&#38;quot; type=&#38;quot;text&#38;quot; id=&#38;quot;&#38;#39;.$id.&#38;#39;&#38;quot; value=&#38;quot;&#38;#39;.$value.&#38;#39;&#38;quot;/&#38;gt;&#38;lt;label for=&#38;quot;&#38;#39;.$id.&#38;#39;&#38;quot;&#38;gt;&#38;#39;.$element[&#38;#39;label&#38;#39;].$required.&#38;#39;&#38;lt;/label&#38;gt;&#38;#39;;
$this-&#38;gt;elements_html .= &#38;quot;&#38;lt;/p&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$this-&#38;gt;elements_html .= &#38;quot;&#38;lt;p class=&#38;#39;&#38;quot;.$p_class.&#38;quot;&#38;#39; id=&#38;#39;element_$id&#38;#39;&#38;gt;&#38;quot;;
$this-&#38;gt;elements_html .= &#38;quot;    &#38;lt;span class=&#38;#39;value_verifier_label&#38;#39;&#38;gt;$number_1 + $number_2 = ?&#38;lt;/span&#38;gt;&#38;quot;;
$this-&#38;gt;elements_html .= &#38;#39;    &#38;lt;input name=&#38;quot;&#38;#39;.$id.&#38;#39;_verifier&#38;quot; type=&#38;quot;hidden&#38;quot; id=&#38;quot;&#38;#39;.$id.&#38;#39;_verifier&#38;quot; value=&#38;quot;&#38;#39;.$valueVer.&#38;#39;&#38;quot;/&#38;gt;&#38;#39;;
$this-&#38;gt;elements_html .= &#38;#39;&#38;lt;label for=&#38;quot;&#38;#39;.$id.&#38;#39;&#38;quot;&#38;gt;&#38;#39;.$element[&#38;#39;label&#38;#39;].$required.&#38;#39;&#38;lt;/label&#38;gt;&#38;lt;input name=&#38;quot;&#38;#39;.$id.&#38;#39;&#38;quot; class=&#38;quot;text_input &#38;#39;.$element_class.&#38;#39;&#38;quot; type=&#38;quot;text&#38;quot; id=&#38;quot;&#38;#39;.$id.&#38;#39;&#38;quot; value=&#38;quot;&#38;#39;.$value.&#38;#39;&#38;quot;/&#38;gt;&#38;#39;;
$this-&#38;gt;elements_html .= &#38;quot;&#38;lt;/p&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then add this code in your Quick CSS(located in Eunoia &#38;gt; Theme Options &#38;gt; Styling) or the custom.css file(located in the css folder of your theme's folder):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.ajax_form label {
   display: block;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or this one, if the code above doesn't work:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.ajax_form label {
   display: block !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For #2, I think unchecked values on radio or checkbox is not included in the message sent to your receiver. You can try to test your contact form using your email to check what is being sent to your receiver.&#60;/p&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>O5 on "Contact Form"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-17#post-89412</link>
			<pubDate>Sun, 23 Dec 2012 18:04:13 +0000</pubDate>
			<dc:creator>O5</dc:creator>
			<guid isPermaLink="false">89412@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I've got two questions regarding contact form:&#60;/p&#62;
&#60;p&#62;1.  Is it possible to move labels above input text fields instead of right of field?&#60;/p&#62;
&#60;p&#62;2.  Is it possible to determine what info gets sent back to receiver, for example I don't want to send the items unchecked that read false. &#60;/p&#62;
&#60;p&#62;Thank you&#60;br /&#62;
NayLee
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
