Kontakt aufnehmen
{
target.scrollIntoView({ behavior: 'smooth', block: 'center' })
if (firstErrorField && typeof firstErrorField.focus === 'function') {
firstErrorField.focus({ preventScroll: true })
} else if (typeof target.focus === 'function') {
target.focus({ preventScroll: true })
}
})
"
>