If you go here:
but it happens on all pages where there is an accordion, there is a problem on mobile devices with Android and the Chrome browser, but also on Windows with Edge, for example, and the problem can be seen here: https://imgur.com/a/loInYru
As you can see, after clicking on the accordion element, the browser moves upwards.
I opened a ticket with my template provider, which you can see here: https://yootheme.com/support/question/171738#answer-558214
and they say there is a validation error in the formidable form code: https://validator.w3.org/nu/?showsource=yes&doc=https%3A%2F%2Fsafetyitalia.it%2Frischio-amianto%2F#l1559
the problem is this code:
</div>↩</p></div>
and then they say:
that the docie is this:
<div id="frm_field_7_container"
....
“event”: “formidable_form_submitted”,↩
“formID”: formID,↩
“firstname”: name,↩
'lastname': surname,↩
“email”: email,↩
“phone”: telephone,↩
“city” : city↩
});↩
↩
console.log(“Event sent to dataLayer:”, { formID, surname, first name });↩
});↩
});↩
</script></div>↩
</fieldset>↩
</div>↩
↩
</form>↩
</div>↩
</p></div>↩
Can you help me?