Hi Anne!
I'm building a new site and using your Abbington Mega as my base starting point. Thanks for the great template. Very nice, and the css3 mega menu is a nice step forward.
I was modding the contact portion of the code to at a subject line and noticed that you do not include the code for CSS anti-spam. Since this is now part of the core code in tpl_contact_us_default.php, I thought perhaps you might want to also add it to the common/tpl_mega_menu.php
I just put this snippet in above the div for the from button:
Code:
<br class="clearBoth" />
<label for="should_be_empty"></label>
<input name="should_be_empty" type="text" id="CUAS" size="30" value="" style="visibility:hidden; display:none;" autocomplete="off" />
Works as expected, and will not send mail if there is any value in the value field.
-chadd