Hmm, I don’t think I’ve got write permissions to that but here’s a patch for setup.data.sql instead.
Index: setup.data.sql
===================================================================
--- setup.data.sql (revision 2597)
+++ setup.data.sql (working copy)
@@ -45,7 +45,7 @@
REPLACE INTO `{PREFIX}site_content` VALUES (5, 'document', 'text/html', 'Request an Account', 'Sign Up for Full Site Privileges', '', 'request-an-account', '', 1, 0, 0, 0, 0, '', '[[WebSignup? &tpl=`FormSignup` &groups=`Registered Users`]]', 1, 4, 3, 0, 0, 1, 1144904400, 1, 1158320704, 0, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 1);
-REPLACE INTO `{PREFIX}site_content` VALUES (6, 'document', 'text/html', 'Contact Us', 'Contact [(site_name)]', '', 'contact-us', '', 1, 0, 0, 0, 0, '', '[!eForm? &formid=`ContactForm` &subject=`[+subject+]` &to=`[(email_sender)]` &ccsender=`1` &tpl=`ContactForm` &report=`ContactFormReport` &gotoid=`46` !]\r\n', 0, 4, 14, 1, 0, 1, 1144904400, 1, 1159303922, 0, 0, 0, 0, 0, 'Contact us', 0, 0, 0, 0, 0, 0, 0);
+REPLACE INTO `{PREFIX}site_content` VALUES (6, 'document', 'text/html', 'Contact Us', 'Contact [(site_name)]', '', 'contact-us', '', 1, 0, 0, 0, 0, '', '[!eForm? &formid=`ContactForm` &subject=`[+subject+]` &to=`[(email_sender)]` &ccsender=`1` &tpl=`ContactForm` &report=`ContactFormReport` &invalidClass=`invalidValue` &requiredClass=`requiredValue` &cssStyle=`ContactStyles` &gotoid=`46` !]\r\n', 0, 4, 14, 1, 0, 1, 1144904400, 1, 1159303922, 0, 0, 0, 0, 0, 'Contact us', 0, 0, 0, 0, 0, 0, 0);
REPLACE INTO `{PREFIX}site_content` VALUES (7, 'document', 'text/html', '404 - Document Not Found', 'Uh oh ... it''s a 404! (Page Not Found)', '', 'doc-not-found', '', 1, 0, 0, 0, 0, '', '<p>Looks like you tried to go somewhere that does not exist... perhaps you <a href="">need to login</a> or you''d like one of the following pages instead:</p>\r\n\r\n[[Wayfinder? &startId=`0` &showDescription=`1`]]\r\n\r\n<h3>Want to find it the old fashioned way? Use the site search at the top of this site to find what you seek.</h3>\r\n\r\n', 1, 4, 4, 0, 1, 1, 1144904400, 1, 1159301173, 0, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 1);
@@ -152,7 +152,7 @@
REPLACE INTO `{PREFIX}site_htmlsnippets` VALUES (15, 'Comments', 'Comments (Jot) showing beneath a blog entry.', 0, 3, 0, '<div id="commentsAnchor">\r\n[!Jot? &customfields=`name,email` &subscribe=`1` &pagination=`4` &badwords=`dotNet` &canmoderate=`Site Admins` !]\r\n</div>', 0);
-REPLACE INTO `{PREFIX}site_htmlsnippets` VALUES (16, 'ContactForm', '', 0, 5, 0, '<p class="error">[+validationmessage+]</p>\r\n\r\n<form method="post" action="[~[*id*]~]" id="EmailForm" name="EmailForm">\r\n\r\n <fieldset>\r\n <h3> Contact Form</h3>\r\n\r\n <input name="formid" type="hidden" value="ContactForm" />\r\n\r\n <label for="cfName">Your name:\r\n <input name="name" id="cfName" class="text" type="text" eform="Your Name::1:" /> </label>\r\n\r\n <label for="cfEmail">Your Email Address:\r\n <input name="email" id="cfEmail" class="text" type="text" eform="Email Address:email:1" /> </label>\r\n\r\n <label for="cfRegarding">Regarding:</label>\r\n <select name="subject" id="cfRegarding" eform="Form Subject::1">\r\n <option value="General Inquiries">General Inquiries</option>\r\n <option value="Press">Press or Interview Request</option>\r\n <option value="Partnering">Partnering Opportunities</option>\r\n </select>\r\n\r\n <label for="cfMessage">Message: \r\n <textarea name="message" id="cfMessage" rows="4" cols="20" eform="Message:textarea:1"></textarea>\r\n </label>\r\n\r\n <label> </label><input type="submit" name="contact" id="cfContact" class="button" value="Send This Message" />\r\n\r\n </fieldset>\r\n\r\n</form>\r\n', 0);
+REPLACE INTO `{PREFIX}site_htmlsnippets` VALUES (16, 'ContactForm', '', 0, 5, 0, '[+validationmessage+]\r\n\r\n<form method="post" action="[~[*id*]~]" id="EmailForm" name="EmailForm">\r\n\r\n <fieldset>\r\n <h3> Contact Form</h3>\r\n\r\n <input name="formid" type="hidden" value="ContactForm" />\r\n\r\n <label for="cfName">Your name:\r\n <input name="name" id="cfName" class="text" type="text" eform="Your Name::1:" /> </label>\r\n\r\n <label for="cfEmail">Your Email Address:\r\n <input name="email" id="cfEmail" class="text" type="text" eform="Email Address:email:1" /> </label>\r\n\r\n <label for="cfRegarding">Regarding:</label>\r\n <select name="subject" id="cfRegarding" eform="Form Subject::1">\r\n <option value="General Inquiries">General Inquiries</option>\r\n <option value="Press">Press or Interview Request</option>\r\n <option value="Partnering">Partnering Opportunities</option>\r\n </select>\r\n\r\n <label for="cfMessage">Message: \r\n <textarea name="message" id="cfMessage" rows="4" cols="20" eform="Message:textarea:1"></textarea>\r\n </label>\r\n\r\n <label> </label><input type="submit" name="contact" id="cfContact" class="button" value="Send This Message" />\r\n\r\n </fieldset>\r\n\r\n</form>\r\n', 0);
REPLACE INTO `{PREFIX}site_htmlsnippets` VALUES (17, 'ContactFormReport', '', 0, 5, 0, '<p>This is a response sent by <b>[+name+]</b> using the feedback form on the website. The details of the message follow below:</p>\r\n\r\n\r\n<p>Name: [+name+]</p>\r\n<p>Email: [+email+]</p>\r\n<p>Regarding: [+subject+]</p>\r\n<p>comments:<br />[+message+]</p>\r\n\r\n<p>You can use this link to reply: <a href="mailto:[+email+]?subject=RE: [+subject+]">[+email+]</a></p>\r\n', 0);
@@ -161,6 +161,10 @@
REPLACE INTO `{PREFIX}site_htmlsnippets` VALUES (18, 'reflect_month_tpl', 'For the yearly archive. Use with Ditto.', 0, 3, 0, '<a href="[+url+]" title="[+month+] [+year+]" class="reflect_month_link">[+month+] [+year+]</a>', 0);
+REPLACE INTO `{PREFIX}site_htmlsnippets` VALUES (19, 'ContactStyles', 'Styles for form validation', 0, 5, 0, '<style type="text/css">\r\ndiv.errors{ color:#F00; }\r\n#EmailForm .invalidValue{ background: #FFDFDF; border:1px solid #F00; }\r\n#EmailForm .requiredValue{ background: #FFFFDF; border:1px solid #F00; }\r\n</style>', 0);
+
+
+
#
# Dumping data for table `site_keywords`
#