The solution I’ve just used was to replace
{% form 'customer', id: form_id %}
with just
{% form 'customer' %}
and that removed that hash from the form’s action attribute, and the CAPTCHA was scrolled to correctly
The solution I’ve just used was to replace
{% form 'customer', id: form_id %}
with just
{% form 'customer' %}
and that removed that hash from the form’s action attribute, and the CAPTCHA was scrolled to correctly