Honeypot in Form - Generate name and autocomplete values

PeterSGT

New Member
Hello
I have a question for the authors of the application, or someone who also knows ;-)

The form generated by MailWizz contains such a piece of code:

<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="82a61119b2b0cd7eecd85e034d93a37055fcbd1e" tabindex="-1"
autocomplete="82a61119b2b0cd7eecd85e034d93a37055fcbd1e" value="" />
</div>

I am interested in whether the values:
name
autocomplete


Are key.

I have checked the operation of forms without this code and they work, they have then of course more spambot record.
But what I'm concerned with is how this value is generated by the MailWizz system and whether it depends on the email list number.
I want to make a simple WordPress plugin (shortcode), and I'm wondering how to generate these values so that they don't get them from MailWizz.
 
This is just a simple honeypot field. Robots will fill all form fields, humans will not see it. If MailWizz see the field filled, will discard the submission.
As to how this is generated, it really is not important.
 
Back
Top