Forum Moderators: open
The problem with this is that there is only room for two, and, not only is it case sensitive, but if the submission does not match exactly what I put in the filter, it lets it slip through (e.g. filter of "href=" won't stop "<A HREF=http://www.domain.com>"). I'm looking for a "contains" or something similar, and also a way to extend my filters to more than just two.
The inpout field looks like this:
<!--webbot bot="Validation" s-display-name="Name" b-value-required="TRUE" i-maximum-length="50" s-validation-constraint="Not equal to" s-validation-value="phentermine" s-validation-constraint="Not equal to" s-validation-value="Phentermine online" --><input type="text" name="Name" size="20" maxlength="50">
It's not exactly the most ideal or productive solution, but adding more (s-validation-constraint="Not equal to" s-validation-value="phentermine") statements will probably do the trick as far as increasing the number of badword filters, but it still doesn't solve the case sensitive issue or the "exact match" issue. Help! :(
If you want to secure your forms against spam bots you will need to find a third party script, either php or perl ... or asp if you are hosted on windoze server.