Search code examples
javascriptconversational-ui

Skip the name and phone number screen in Dhee.ai web widget


I've embedded the widget script. When I click the chat icon, I don’t want to see this screen. Can you help me remove it?

enter image description here


Solution

  • Can be done like this -

    1. Go to Bot settings -> Advanced Settings
    2. Search for the property "SKIP_USER_RECOGNITION" and set the value to "yes".
    3. Deploy

    If you refresh the page where the widget is embedded you will be seeing that it skips the entry screen now.