Hi,
Can I change the wording "Type your message"? I wish to change to "Click any option above or you can type any keywords."
Solved! Go to Solution.
Hi @Leeyong88 ,
If you are using the Custom Canvas chatbot, you can change using the jQuery code with the below code:
$(".webchat__send-box-text-box__input").attr('placeholder', 'your new text here, change this text');
Hi @Leeyong88 ,
If you are using the Custom Canvas chatbot, you can change using the jQuery code with the below code:
$(".webchat__send-box-text-box__input").attr('placeholder', 'your new text here, change this text');
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Check out Tomasz Poszytek's session from the 2020 Power Platform Community Conference!