
Originally Posted by
catsma_97504
My store is found at store.everythingaquatic.net.
Template was and still is Preston Elite from Picaflor Azul, although I am considering other templates since this one doesn't support mobile options. As I already stated I dumped the megaheader contact form and replaced it with a link to the built-in Zen Cart form.
Thank you for your time and suggestions.
Well whatever was done about the "mega menu", was incomplete.. Went to home page, view source of page and found the following contact_us information which is likely a primary source of your spam:
I've removed all reference to zenid and the scrambled code representing the security token.
Code:
<li class="contactus-li right"><a href="index.php?main_page=contact_us">Contact Us</a></li>
<!-- <li class="contactus-li right"><a href="http://store.everythingaquatic.net/contact_us" class="drop">Contact Us</a><!-- bof contact form -->
<div class="dropdown_2columns">
<div class="col_2 firstcolumn">
<h2>Have a Question?</h2>
<p>Your short message goes here. </p>
<div id="contact_form">
<div class="message">
<div id="alert"></div>
</div>
<form name="contact_us" action="http://store.everythingaquatic.net/contact_us?action=send" method="post"><input type="hidden" name="securityToken" value="" />
<label for="contactname">Name<span class="required"> *</span></label>
<input name="contactname" type="text" id="contactname" size="30" value="" />
<br class="clearBoth" />
<label for="email">Email<span class="required"> *</span></label>
<input name="email" type="text" id="email" size="30" value="" />
<br class="clearBoth" />
<label for="enquiry">Message<span class="required"> *</span></label>
<textarea name="enquiry" cols="40" rows="3" id="enquiry"></textarea>
<div class="form_buttons">
<input type="submit" class="button" id="submit" value="Submit" />
</div>
</form>
</div>
</div>
</div>
</li><!-- eof contact form -->
Bookmarks