1
Personal the input value of my form that I need to hide for users is the: e-mail
.
It will be an alternative email_entry to identify bots
I need to make this entry from e-mail
hidden to real users and visible only to bots.
Someone here has been through this and can give me a light?
The code is as follows::
<input id="mauticform_input_formpoupopthriveleadssitedominiotemporario_email_alternativo" name="mauticform[email_alternativo]" value="" class="mauticform-input" type="email" />
Depends on the bot. Maybe with
visible: hidden
oropacity: 0
– Costamilam