Do not store honeypot (empty) value in Flamingo
-
Hi,
I have a small feature request. I have Flamingo installed along with Contact Form 7 in order to have submitted form data stored in database. I noticed that the (empty) value of honey pot field is stored as well, but I believe there is no scenario in which it makes sense, thus this feature request.
Contact Form 7 (at least in current version) supports “do not store” feature for form tags. It can be activated when adding the tag to the form via third parameter as your plugin does on line 87 of
honeypot.php
:wpcf7_add_form_tag( 'honeypot', 'wpcf7_honeypot_formtag_handler', array( 'name-attr' => true, 'do-not-store' => true ) );
The
'name-attr' => true
is what you got if you passtrue
as third parameter as your plugin does now, so it has to be declared explicitly.Thanks for a great extension to Contact Form 7 and please consider my feature request!
All the best,
?eslav
- The topic ‘Do not store honeypot (empty) value in Flamingo’ is closed to new replies.