Looking for Answers?sdfg
Browse our articles to find the answers you need
Feature Requestush
Working on it
Gil Sho Test, first publish
1 min read
·
Last updated on Jan 21, 2025
tesssssting link, second publish
this.$scope.$on('helpful', (event, value) => { this.notHelpful = value === false; }); if (this.newContactForm && helpcenterContactSettings) { const contactMethod = helpcenterContactSettings.contactMethod; if (contactMethod.type === ContactMethodType.EXTERNAL) { this.calculatedContactUsLink = contactMethod.externalUrl; } else if (contactMethod.type === ContactMethodType.EMAIL) { this.calculatedContactUsLink = `mailto:${contactMethod.email}`; } } this.contactFromArticlePageEnabled = this.newContactForm ? helpcenterContactSettings.contactFromArticlePageEnabled : true; this.calculatedContactUsLink = this.newContactForm ? this.calculatedContactUsLink : contactUsLink; this.userToolbarService.setArticleContextView(this.getUserToolbarArticleContext()); startInteraction('article-view'); $timeout(() => {
Hello
Vote for this feature