We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 102e461 + fe41b14 commit 7bf2e77Copy full SHA for 7bf2e77
static/js/page/dokka-template/feedback.js
@@ -79,7 +79,9 @@ export function initFeedback() {
79
email: fields.email.value || '',
80
url: document.location.href || '',
81
articleId: articleId || 'core-api',
82
- title: title || 'Core API: Untitled'
+ title: title || 'Core API: Untitled',
83
+ privacyConsentType: ["mkt.general.jb-intention"],
84
+ formId: 'youtrack-feedback'
85
})
86
});
87
0 commit comments