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.
1 parent c2bcf33 commit fe41b14Copy full SHA for fe41b14
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