Skip to content

Commit f28e309

Browse files
committed
edited new snippet [DOC-11]
1 parent 0000839 commit f28e309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/sources/visual-tagger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Yes. You can track dynamically generated elements like modals (for example) usin
262262

263263
### Why does my form submit event not work?
264264

265-
Visual Tagger binds its event listeners to the `document` object. Forms using `stopPropagation()`/`stopImmediatePropagation()` prevent the event from bubbling up causing Visual Tagger to not execute the handlers for emitting track/identify calls. In order for these forms to work with Visual Tagger, you will have to remove `stopPropagation()`/`stopImmediatePropagation()` from your existing form handler.
265+
Visual Tagger binds its event listeners to the `document` object. Forms using `stopPropagation` and `stopImmediatePropagation` methods prevent the event from bubbling up, causing Visual Tagger to not execute the handlers for emitting track/identify calls. Remove any `stopPropagation` and `stopImmediatePropagation` method calls from your form handler to allow Visual Tagger to process the event.
266266

267267
### Does Visual Tagger have a data layer so that I can make use of data that's not rendered on the page?
268268

0 commit comments

Comments
 (0)