<?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: modify contact form</title>
		<link>http://www.kriesi.at/support/topic/modify-contact-form</link>
		<description>Support Forum - Topic: modify contact form</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 18:59:35 +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/modify-contact-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "modify contact form"</title>
			<link>http://www.kriesi.at/support/topic/modify-contact-form#post-52400</link>
			<pubDate>Thu, 19 Apr 2012 19:04:09 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">52400@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi lotsdesign,&#60;/p&#62;
&#60;p&#62;You can add the following to your Quick CSS and edit the values as needed:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.ajax_form label {
font-size: 11px;
font-weight: bold;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lotsdesign on "modify contact form"</title>
			<link>http://www.kriesi.at/support/topic/modify-contact-form#post-52152</link>
			<pubDate>Wed, 18 Apr 2012 11:42:48 +0000</pubDate>
			<dc:creator>lotsdesign</dc:creator>
			<guid isPermaLink="false">52152@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I found this post very helpful.&#60;br /&#62;
But there one thing i can't seem to figure out. The text that says Name / Email / Subject etc is quite small, bold and hard to read. How do I change this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "modify contact form"</title>
			<link>http://www.kriesi.at/support/topic/modify-contact-form#post-32010</link>
			<pubDate>Wed, 16 Nov 2011 02:10:13 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">32010@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
in your theme options under Contact you can put in your preferred email addresss.&#60;br /&#62;
See:&#60;br /&#62;
&#60;blockquote&#62;Your email adress&#60;br /&#62;
Enter the Email adress where mails should be delivered to. (default is '..')&#60;/blockquote&#62;&#60;/p&#62;
&#60;p&#62;I'm not sure if this counts when you use other plugins.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rootuid on "modify contact form"</title>
			<link>http://www.kriesi.at/support/topic/modify-contact-form#post-31890</link>
			<pubDate>Mon, 14 Nov 2011 17:47:36 +0000</pubDate>
			<dc:creator>rootuid</dc:creator>
			<guid isPermaLink="false">31890@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you. I take it the email is sent to the admin wordpress email address? I haven't recieved anything yet but will check junk email shortly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>keithkarr on "modify contact form"</title>
			<link>http://www.kriesi.at/support/topic/modify-contact-form#post-31552</link>
			<pubDate>Wed, 09 Nov 2011 14:29:48 +0000</pubDate>
			<dc:creator>keithkarr</dc:creator>
			<guid isPermaLink="false">31552@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can you help me with the posting &#34;I WANT TO EDIT THE POST TITLE&#34; user keithkarr
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rootuid on "modify contact form"</title>
			<link>http://www.kriesi.at/support/topic/modify-contact-form#post-31548</link>
			<pubDate>Wed, 09 Nov 2011 12:29:52 +0000</pubDate>
			<dc:creator>rootuid</dc:creator>
			<guid isPermaLink="false">31548@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;very nice. thanks./
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "modify contact form"</title>
			<link>http://www.kriesi.at/support/topic/modify-contact-form#post-31530</link>
			<pubDate>Wed, 09 Nov 2011 08:52:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31530@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
open up inludes/contact-form.php. You can adjust the elements array (i.e. delete elements, change labels, rename elements, add elements, etc.) and customize the contact form. Supported elements are text, textarea and decoy fields.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$elements = array(

		&#38;#39;yourname&#38;#39; 	=&#38;gt; 	array(&#38;#39;type&#38;#39;=&#38;gt;&#38;#39;text&#38;#39;, 	&#38;#39;label&#38;#39;=&#38;gt;__(&#38;#39;Name&#38;#39;,&#38;#39;avia_framework&#38;#39;), 		&#38;#39;check&#38;#39;=&#38;gt;&#38;#39;is_empty&#38;#39;),			//user name
		&#38;#39;email&#38;#39; 	=&#38;gt; 	array(&#38;#39;type&#38;#39;=&#38;gt;&#38;#39;text&#38;#39;, 	&#38;#39;label&#38;#39;=&#38;gt;__(&#38;#39;E-Mail&#38;#39;,&#38;#39;avia_framework&#38;#39;), 	&#38;#39;check&#38;#39;=&#38;gt;&#38;#39;is_email&#38;#39;),			//user email
		&#38;#39;website&#38;#39; 	=&#38;gt; 	array(&#38;#39;type&#38;#39;=&#38;gt;&#38;#39;text&#38;#39;, 	&#38;#39;label&#38;#39;=&#38;gt;__(&#38;#39;Website&#38;#39;,&#38;#39;avia_framework&#38;#39;), 	&#38;#39;check&#38;#39;=&#38;gt;&#38;#39;&#38;#39;),					//user website
		&#38;#39;subject&#38;#39; 	=&#38;gt; 	array(&#38;#39;type&#38;#39;=&#38;gt;&#38;#39;text&#38;#39;, 	&#38;#39;label&#38;#39;=&#38;gt;__(&#38;#39;Subject&#38;#39;,&#38;#39;avia_framework&#38;#39;), 	&#38;#39;check&#38;#39;=&#38;gt;&#38;#39;is_empty&#38;#39;),			//subject
		&#38;#39;message&#38;#39; 	=&#38;gt; 	array(&#38;#39;type&#38;#39;=&#38;gt;&#38;#39;textarea&#38;#39;,&#38;#39;label&#38;#39;=&#38;gt;__(&#38;#39;Message&#38;#39;,&#38;#39;avia_framework&#38;#39;), 	&#38;#39;check&#38;#39;=&#38;gt;&#38;#39;is_empty&#38;#39;),			//message
		&#38;#39;myemail&#38;#39; 	=&#38;gt; 	array(&#38;#39;type&#38;#39;=&#38;gt;&#38;#39;hidden&#38;#39;,	&#38;#39;label&#38;#39;=&#38;gt;&#38;#39;&#38;#39;, &#38;#39;check&#38;#39;=&#38;gt;&#38;#39;&#38;#39;, &#38;#39;value&#38;#39;=&#38;gt; avia_get_option(&#38;#39;avia, email&#38;#39;) ),		//email adress the form should be sent to
		&#38;#39;myblogname&#38;#39;=&#38;gt; 	array(&#38;#39;type&#38;#39;=&#38;gt;&#38;#39;hidden&#38;#39;,	&#38;#39;label&#38;#39;=&#38;gt;&#38;#39;&#38;#39;, &#38;#39;check&#38;#39;=&#38;gt;&#38;#39;&#38;#39;, &#38;#39;value&#38;#39;=&#38;gt; get_option(&#38;#39;blogname&#38;#39;) ),				//name of the website, gets added to the subject line
		&#38;#39;username&#38;#39;	=&#38;gt; 	array(&#38;#39;type&#38;#39;=&#38;gt;&#38;#39;decoy&#38;#39;,	&#38;#39;label&#38;#39;=&#38;gt;&#38;#39;&#38;#39;, &#38;#39;check&#38;#39;=&#38;gt;&#38;#39;must_empty&#38;#39;),										//decoy input field for bots, input field gets hidden, if bot enters value form wont be submitted

	);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;A nice drag'n'drop alternative to the standard contact form is:  &#60;a href=&#34;http://formidablepro.com/payment/go.php?r=3337&#38;amp;i=l1&#34;&#62;Formidable Free&#60;/a&#62; or &#60;a href=&#34;http://formidablepro.com/payment/go.php?r=3337&#38;amp;i=l0&#34;&#62;Formidable Pro&#60;/a&#62; - the plugin offers advanced form fields, etc.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rootuid on "modify contact form"</title>
			<link>http://www.kriesi.at/support/topic/modify-contact-form#post-31473</link>
			<pubDate>Tue, 08 Nov 2011 22:13:08 +0000</pubDate>
			<dc:creator>rootuid</dc:creator>
			<guid isPermaLink="false">31473@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I love the theme and would like to modify the contact form. I want to remove a field and add a different one. Can you advise me where I need to do this please? I tried the search box but it showed me results from othere themes that were not relevant (unless all themes use the same form template?).&#60;/p&#62;
&#60;p&#62;thanks from ireland.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
