flutter-zendesk icon indicating copy to clipboard operation
flutter-zendesk copied to clipboard

`isPreChatFormEnabled` isn't working

Open haohaowasky opened this issue 3 years ago • 1 comments

Version: 2.0.0

Hi there,

I was trying to use setVisitorInfo method to pre set visitor info and isPreChatFormEnabled = False method to get rid of the auto questionaries.

But seems like none of these two are working. The chat bot still asks me the name phonenumber and email.

Would you advice how to address ?

haohaowasky avatar Apr 01 '21 05:04 haohaowasky

Hi, we had the same problem, solved it with using below code at yaml

zendesk:
    git:
      url: https://github.com/rafay-tariq/flutter-zendesk
      ref: patch-3

emren avatar May 02 '21 11:05 emren