Or add captcha to the form should you wish to use this at some point.
Is there an easy way to do that with a module or something? I've got a client who's receiving a ton of spam through that form, and he's getting irritated by it.
templates/pages/shop.ask.tpl
I did a few things for mine.
1st I changed the name and email text to pictures. So that bots do not know where to put where.
Then I added a 2 + 2 math question. Thats also a picture, and validated it with the same script the form already uses.
<label for="ziptie"><img style="vertical-align:middle" src="images/spampre.png"></label>
<input type="text" name="ziptie" id="ziptie" size="10" class="inputbox" value="<?php echo $ziptie ?>"><br /><br />
else if ( ( document.emailForm.ziptie.value.search("4") ==-1 ) || ( document.emailForm.ziptie.value.search("4") ==-1 ) || ( document.emailForm.ziptie.value.search("4") ==-1 ) ) {
alert( "Make sure the spam prevention question is correct" );