A website that has the same form embedded multiple times on the same page. The only differentiator for the forms is a unique ‘forminstanceID’ number so you can identify the location of the form. However, this feature appears not to determine the location of the form if a user fills in the form and doesn’t accept cookies.
Is there a way around this to determine the location of these forms?
Have you looked at adding a hidden field to your forms? Labeled FormLocationIdentifier or something else that’s semantic? And then use JavaScript to set the value of this hidden field based on the form’s location on the page — “Section1”, “Section2”, etc.
Yes that is what we currently have in place but it doesn’t seem to work if cookies aren’t accepted. Do you know of any alternative options to track where the form was filled in?