Version 5.7.52 adds unwanted extra field to form
-
Just updated from 5.7.51 to 5.7.52 and an unwanted (normally hidden) extra field was added to my subscription form.
Form in 5.7.51:
Form in 5.7.52:
—
Code in version 5.7.51:
<label style="position:absolute;top:-99999px;left:-99999px;z-index:-99;" aria-hidden="true"><span hidden="">Laat dit veld leeg.</span><input type="email" name="esfpx_es_hp_email" class="es_required_field" tabindex="-1" autocomplete="-1" value=""></label>
Code in version 5.7.52:
<label aria-hidden="true"><span hidden="">Laat dit veld leeg.</span><input type="email" name="esfpx_es_hp_email" class="es_required_field" tabindex="-1" autocomplete="-1" value=""></label>
Bold part is missing in version 5.7.52.
Seems like a bug?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.