admin管理员组

文章数量:1584341

We're using a honeypot field to prevent bot subscriptions on an email subscription form:

If the hidden hp123 field contains a value when the form is submitted, our back end returns a 'bot detected' error and the submission is ignored.

This works well for the majority of submissions, however we've had multiple complaints from human users who have somehow triggered the error message.

They've confirmed that they can't see the hidden field, so something is likely to be autocompleting on their behalf.

Are there any further steps I can take to prevent this? Autocomplete is set to off, the name is randomised, and the input is outside of view.

本文标签: autocompletequothtmlInputautocompleted