Title: &quot;Current ye@r *&quot; field
Last modified: August 22, 2016

---

# "Current ye@r *" field

 *  Resolved [Greg007](https://wordpress.org/support/users/greg007/)
 * (@greg007)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/current-yer-field/)
 * Hi there, as I understood, this plugin should work automatically without any 
   need for a real person to fill any fields/questions (all is done automatically)?
   
   But I got a “Current ye@r*” field at my guestbook at my website, and you have
   to write “2014” in order to send your comment.
 * It is a plain wordpress comment page, I am using it as a guestbook.
    You have
   to fill your name/email/website in order to leave a reply, and now you have to
   fill a year also. This field is under POST COMMENT button, I am afraid that a
   lot of my clients will not figure this out that they should fill this field. 
   Especially because 90% of my clients are Russians, and they know NOTHING about
   English language, especially when it says “ye@r”… 😉
 * What it wrong with my setup?
    I am using WP 3.7.1, CND (Cluodflare), cash plugin
   W3 Total cache. Maybe these plugins are making problems…
 * [https://wordpress.org/plugins/anti-spam/](https://wordpress.org/plugins/anti-spam/)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [webvitalii](https://wordpress.org/support/users/webvitaly/)
 * (@webvitaly)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/current-yer-field/#post-5525237)
 * Can you share the link to your site?
 * And also your WordPress is 1 year outdated.
 *  Thread Starter [Greg007](https://wordpress.org/support/users/greg007/)
 * (@greg007)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/current-yer-field/#post-5525246)
 * [http://airport-transfer.me/en/komentari/](http://airport-transfer.me/en/komentari/)
 * Yes, I know it is outdated, but I cannot fight anymore with plugins not supporting
   new versions of WP. 😉
    So I get a broken website until app author update it 
   for a new version, so I am keeping everything as it is… 🙂
 *  [webvitalii](https://wordpress.org/support/users/webvitaly/)
 * (@webvitaly)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/current-yer-field/#post-5525255)
 * The field is visible because anti-spam.js file is not included into the page.
   
   It could be because of outdated WordPress or because there is no wp_footer() 
   code in the theme footer.php file. Or it could be something else.
 * You can try [older version 2.2 of the Anti-spam plugin](https://wordpress.org/plugins/anti-spam/developers/).
   Probably it will work on your site.
 *  Thread Starter [Greg007](https://wordpress.org/support/users/greg007/)
 * (@greg007)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/current-yer-field/#post-5525283)
 * Thank You!
    I installed 2.2 and I cannot see anything, so it is working now I
   hope? 😀 😉
 * I tried to leave a comment and I got an email that a new comment should be moderated,
   so it is working I guess.
 * Let me know please, how can I be informed about all comments, even SPAM, just
   in case some real comment ends up as SPAM?
    But I want to it to be sent to a 
   different email, not this main email address I am using as a site admin (I don’t
   want to receive too much emails) 😉 I would like these SPAM comments to be sent
   to some email I will check once in one month, just to be sure that some real 
   comment didn’t end up in spam.
 * So can this adjustment be made with your plugin?
    If not, maybe this can be an
   idea for you, how you can further improve your plugin (if I explained well what
   I need, I hope you understood) 😉
 * THANK YOU FOR YOUR PLUGIN and your effort to HELP ME!
    REGARDS!
 *  [webvitalii](https://wordpress.org/support/users/webvitaly/)
 * (@webvitaly)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/current-yer-field/#post-5525288)
 * You can easily setup what you need.
 * Just make some code modifications:
 * 1) Set [$antispam_send_spam_comment_to_admin option to true](https://plugins.trac.wordpress.org/browser/anti-spam/trunk/anti-spam.php#L12)
 * 2) Set [$antispam_admin_email = ‘mail@site.com’](https://plugins.trac.wordpress.org/browser/anti-spam/trunk/anti-spam.php#L60)
   to what you need.
 *  [Alessandra](https://wordpress.org/support/users/alegarattoni/)
 * (@alegarattoni)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/current-yer-field/#post-5525315)
 * Same happening here! The bug “current year” showing up started a couple of days
   ago. Never had this issue before, i think it starts after i updated anti-spam.
 * Using WordPress 4.0.1.
 * site alegarattoni.com.br (plugin currently off)
 *  Thread Starter [Greg007](https://wordpress.org/support/users/greg007/)
 * (@greg007)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/current-yer-field/#post-5525476)
 * if ( $antispam_send_spam_comment_to_admin ) { // if sending email to admin is
   enabled
    $antispam_admin_email = get_option(‘I WROTE MY EMAIL HERE’); // admin
   email
 * ^^^
    but I get no notification about spam, and earlier I got a spam comment each
   day (minimum one per day)… 🙂 Did I put my email in the right place, or I did
   something wrong?
 * I set:
 * $antispam_send_spam_comment_to_admin = true; // if true, than rejected spam comments
   will be sent to admin email
 *  [webvitalii](https://wordpress.org/support/users/webvitaly/)
 * (@webvitaly)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/current-yer-field/#post-5525477)
 * [@greg007](https://wordpress.org/support/users/greg007/):
 * Should be like this:
 * $antispam_admin_email = ‘mail@site.com’;

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘"Current ye@r *" field’ is closed to new replies.

 * ![](https://ps.w.org/anti-spam/assets/icon-256x256.gif?rev=3469595)
 * [Titan Anti-spam & Security – Brute Force Protection, 2FA & Spam Filter](https://wordpress.org/plugins/anti-spam/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/anti-spam/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/anti-spam/)
 * [Active Topics](https://wordpress.org/support/plugin/anti-spam/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/anti-spam/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/anti-spam/reviews/)

## Tags

 * [extra field](https://wordpress.org/support/topic-tag/extra-field/)

 * 8 replies
 * 3 participants
 * Last reply from: [webvitalii](https://wordpress.org/support/users/webvitaly/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/current-yer-field/#post-5525477)
 * Status: resolved