Hi There,

Thanks for a great module.

It took a couple of years, but my last Drupal 6 site has been hammered with spam, sometimes hundreds of form submissions per day. I've vowed this new one will be different, and have a multi-teared approach which I believe will substantially reduce the number of submissions. This defense includes using your Field validation module.

I have added a words blacklist of <a href=" to my text fields. (Although I could set the core Text Filter to Plain text, the form could still be submitted.) Field validation is a much better solution.

Can Field validation also check core contact forms?

Thanks!

Comments

g089h515r806’s picture

Field validation does not works with core contact forms.
You could use http://drupal.org/project/entityform module to instead of contact form in core.

It seems that in drupal 8, contact form will be converted to entity forms.

nonprofit’s picture

Status: Active » Postponed

Thank you!