Protection by hidden field
-
Good morning!
Please consider integrating a hidden field and email address MX checking.
It is important NOT to include the word “hidden” or any other inline CSS that indicates it is hidden.
You may query the enqueued styles and pick the first one than add an inline style by usingwp_add_inline_style( $handle, $data );
or any way you wish.https://github.com/szepeviktor/wordpress-plugin-construction/blob/master/contact-form-7-robot-trap/cf7-robot_trap.php
This plugin needs theme CSS modification.
div.wpcf7 .wpcf7-robottrap{ display:none }
All the best wishes to you!
https://www.ads-software.com/plugins/contact-form-7-anti-spambot/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Protection by hidden field’ is closed to new replies.