我正在使用 Uservoice JS 小部件 API 仅显示联系表单,但它总是恢复为显示“发布想法”(智能投票)表单。这是我配置的:
UserVoice.push(['set', {
accent_color: '#000000',
trigger_color: 'white',
trigger_background_color: '#c9000b',
contact_enabled: true,
smartvote_enabled: false,
post_suggestion_enabled: false
}]);
// Add default trigger to the bottom-right corner of the window:
UserVoice.push(['addTrigger', {
trigger_position: 'top-right',
trigger_style: 'tab',
mode: 'contact'
}]);
有任何想法吗?