HTML form rendering with weird hidden input fields
-
I have a hubspot lead form on my site to collect customer info. On our live production site, there are hidden input fields with encrypted looking name and value attributes. Here is an example:
<input type=”hidden” name=”fxOAgTXmrd_k” value=”MHVgCPf2J”>
<input type=”hidden” name=”jEvdKncJwDa” value=”UFQPsvy5bx60OL”>
<input type=”hidden” name=”lcZhEMQDb-” value=”nNrvImtYAwde]L”>These hidden fields are not in the actual page templates, so I don’t know where they’re coming from. I understand are generated by WP Cerber. They are used by the anti-spam engine. If there is anyway I can “block” them so they don´t appear on my inbox as part of the info?
Thanks
The topic ‘HTML form rendering with weird hidden input fields’ is closed to new replies.