최근 검색


최근 검색 없음

AnswerBot not showing request form after unsuccesful query

답변함


2022년 2월 03일에 게시됨

Hello,
I have a Classic Web Widget active on my site (answerbot). I would like for users to be shown the form to submit a query if their request was unsuccesful.

I have added contactOptions: { enabled: true } and contactOnlyAfterQuery: true but this does not seem to be doing anything.

This is the whole snippet:

<script>
    window.zESettings = {
        cookies: false,
        webWidget: {
            contactOptions: {
                enabled: true,
                contactButton: { '*': 'Get in touch' }
            },
            answerBot: {
                avatar: {
                    url: 'xxxxx',
                    name: {
                        '*': 'Bot'
                    },
                    contactOnlyAfterQuery: true
                },
                search: {
                    labels: l
                },
                title: {
                    '*': 'How can we help?'
                }
            }
        }
    };
</script>
<script id="ze-snippet" src="xxx"></script>

Any ideas on why the form is not showing up after an unsuccessful query?


1

2

댓글 2개

Hello, there was a reply here a few days ago asking me to enable account assumption for a week (which I did). Any news?

0


image avatar

Eric Nelson

Zendesk Developer Advocacy

Hey Lorenzo,

Apologies about that, for ContactOnlyAfterQuery to work you need to make sure that the contact form is enabled on the web widget. If you enabled that you should be all set. 

0


댓글을 남기려면 로그인하세요.

원하는 정보를 못 찾으셨나요?

새 게시물