Merged in feat/LOY-515-signup-tracking (pull request #3379)

feat/LOY-515-add-key-signup-tracking

* feat/LOY-515-add-key-signup-tracking


Approved-by: Matilda Haneling
This commit is contained in:
Matilda Landström
2025-12-30 10:00:59 +00:00
parent 7ca366de57
commit d2ffb32f84
2 changed files with 7 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ export function useFormTracking<T extends FieldValues>(
}
if (!formStarted) {
trackFormInputStarted(formType, nameSuffix)
trackFormInputStarted(formType, nameSuffix, lastAccessedField.current)
setFormStarted(true)
}
},