Inschrijfformulier test
Inschrijfformulier test
{
const target = document.getElementById('form-errors') || $el;
const y = target.getBoundingClientRect().top + window.scrollY - 200;
window.scrollTo({ top: y, behavior: 'smooth' });
})
">