I don’t get the error messages when the input triggers those validation rules (i.e when asking for phone number and the number of digits is more than 13 i should get “The provided number is longer than 10 digits” instead before submitting the form a default error message is placed bellow the telephone field mentioning “Too long”)
2- You should be able to catch the response and use alternative text through Web or Botkit SDK. From within the dialog we do not have a way to alter the behavior at the moment.
3- We are verifying the issue mentioned with error prompt and get back to you with our findings.
Is it possible to implement it through the bot builder development environment ? Or it’s only feasible through modifying the webSDK?
Ok its clear that you can catch it with the WebSDK (chatWindow.js) but I see that you provide a configuration field in the digital form node about the submission prompt
Should the Submit Prompts (left) match the prompt (right)? This was my understanding when I checked the documentation.
If this is not the case, where and when the Submit Prompts (“The information…your conversation” appear in the chat window ?