Messaging: How to hide text fields
Answered
Posted Jul 20, 2023
In this example https://developer.zendesk.com/documentation/zendesk-web-widget-sdks/sdks/web/conversation-metadata/#creating-the-itinerary-number-custom-ticket-field one can read
"The itinerary number is displayed on the HTML page and will be passed directly to the agent by the Zendesk bot. It will not be displayed in the bot for the end user to confirm."
I cannot reproduce this. The text fields are always displayed for the user to confirm.
How can I hide the text field in the bot but pass the metadata information to the ticket ?
1
1
1 comment
Ernesto Coto
I have to disagree Ahmed. I have the following code which is very similar to the example.
----
and the following bot. The "Error Message" field is not added to the second "Ask for Details"
The "Error message" is not shown in the widget window, but it is also not passed to the ticket, see below
There are no other step types where I could add the Error message field to be passed to the ticket.
I don't think the example works, or something is missing
0
Sign in to leave a comment.