<?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 &#124; ThemeFuse &#187; Topic: Contact form validation not working</title>
		<link>http://themefuse.com/forum/envision-html/contact-form-validation-not-working</link>
		<description>Best place for theme related questions</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 21:52:39 +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://themefuse.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://themefuse.com/forum/rss/topic/contact-form-validation-not-working" rel="self" type="application/rss+xml" />

		<item>
			<title>Max on "Contact form validation not working"</title>
			<link>http://themefuse.com/forum/envision-html/contact-form-validation-not-working#post-10458</link>
			<pubDate>Sat, 21 May 2011 08:44:27 +0000</pubDate>
			<dc:creator>Max</dc:creator>
			<guid isPermaLink="false">10458@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;&#60;strong&#62;Does the html version work faster as in terms of loading pages than the Wordpress theme?&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;HTML version is loading pages faster than wordpress because there the information is static and there is not a database connection. The wordpress version is a dynamic one. There everything is changing.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>jorgegiovanni on "Contact form validation not working"</title>
			<link>http://themefuse.com/forum/envision-html/contact-form-validation-not-working#post-10455</link>
			<pubDate>Sat, 21 May 2011 04:44:21 +0000</pubDate>
			<dc:creator>jorgegiovanni</dc:creator>
			<guid isPermaLink="false">10455@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Thank you for your help. I one more quick question about the html and wordpres theme differences. Does the html version work faster as in terms of loading pages than the Wordpress theme? &#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Max on "Contact form validation not working"</title>
			<link>http://themefuse.com/forum/envision-html/contact-form-validation-not-working#post-10227</link>
			<pubDate>Wed, 18 May 2011 20:28:45 +0000</pubDate>
			<dc:creator>Max</dc:creator>
			<guid isPermaLink="false">10227@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;The red borders appears when the send button is clicked this is how was designed. If the required field wasn't completed then it would be with red border and the form would not be submitted. You can write if you want in the field text that this field is required or not or just enter * after the field text which means, required.&#60;/p&#62;
&#60;p&#62;Let me know if you need more assistance.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>jorgegiovanni on "Contact form validation not working"</title>
			<link>http://themefuse.com/forum/envision-html/contact-form-validation-not-working#post-10209</link>
			<pubDate>Wed, 18 May 2011 12:46:34 +0000</pubDate>
			<dc:creator>jorgegiovanni</dc:creator>
			<guid isPermaLink="false">10209@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;I forgot to mention that I do receive the emails if I fill out all the required fields. The problem I am having is with the validation of the required fields. I dont get the &#34;red border&#34; around the the required input fields telling you that those are required.  so visitors would have to guess or find out that some of those fields are required after they click on the submit button. Hope that makes sense. Thank you!
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Max on "Contact form validation not working"</title>
			<link>http://themefuse.com/forum/envision-html/contact-form-validation-not-working#post-10188</link>
			<pubDate>Wed, 18 May 2011 10:31:13 +0000</pubDate>
			<dc:creator>Max</dc:creator>
			<guid isPermaLink="false">10188@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi Jorge,&#60;br /&#62;
try to change the email address. There are some that don't receive mails also please check if the mail() function is working. Just make a new php file with this code in it:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: php; gutter: false; first-line: 1; auto-links: false &#34;&#62;
&#38;lt;?php
$to = &#38;quot;YOUR EMAIL ADDRESS HERE&#38;quot;;
$subject = &#38;quot;Test mail&#38;quot;;
$message = &#38;quot;Hello! This is a simple email message.&#38;quot;;
$from = &#38;quot;someonelse@example.com&#38;quot;;
$headers = &#38;quot;From:&#38;quot; . $from;
mail($to,$subject,$message,$headers);
echo &#38;quot;Mail Sent.&#38;quot;;
?&#38;gt;
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;br /&#62;
Then access this file and if you would receive a mail then the mail function is working and the problem in in your mail address.&#60;/p&#62;
&#60;p&#62;Let me know if you need more assistance.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>jorgegiovanni on "Contact form validation not working"</title>
			<link>http://themefuse.com/forum/envision-html/contact-form-validation-not-working#post-10152</link>
			<pubDate>Tue, 17 May 2011 20:32:25 +0000</pubDate>
			<dc:creator>jorgegiovanni</dc:creator>
			<guid isPermaLink="false">10152@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
I purchased the html theme, which by the way is amazing! I am having trouble getting the form to validate the required fields. I tested to see if the files I uploaded work and they did, but when I test the contact form I have been working on it doesn't work. I have attached the file. It should be exactly the same code for the form as the code provided when I purchased it unless there is an invalid character keeping it from working. I don't know. All I did was change the sendmail.php file like it says on the help file provided. Any help would be greatly appreciated! &#60;/p&#62;
&#60;p&#62;Thank you!&#60;br /&#62;
- Jorge
&#60;/p&#62;
</description>
		</item>

	</channel>
</rss>
