I want to ask user password and when user enter his password it should be in masked form …how do I do that ?
How do I enter mask password?
Interesting,
I’m not sure though but I think you can do it outside the bot. that would work.
How outside the bot ? can you explain lit bit more I didn’t get you actually
an HTML tag. You can do it using javascript
when the bot ask “Whats your password?”, you will try then replay “type=text” to “type=password”.
But i have a second thought maybe you can do it in bot. Or just wait on FLOWXO TEAM for better answer.
Hi Himanshu,
Unfortunately it isn’t possible to mask a password being entered into the bot. We also don’t recommend taking any security information across the bot for security reasons. If you do need to take a customer password the best way would be to use a Webview which takes the customer out of the bot to take the secure information and then passes them back once you have got passed that point.
Hi, thanks for response
Is there any way to delete my last message ?
Hi,
If you click the more button on the post there should be a delete option
Hi @KarenBarker
This is not what I am asking I want to delete the last message what I got from user as a password and then according to its length just send the message in stars like ******** .
if user enter password “qwerty@123” what I will do , first delete this message and get the length of this text and just send it like this “**********” . This is what in my mind.
so I am just asking is there any way to delete the last message through action ?
Ah sorry.
Unfortunately it isn’t possible to delete a message sent by a user to the bots.
Hi,
It wouldn’t be possible to update a message sent by a user either I’m afraid. We don’t have any control over user messages.
I’m sorry but this isn’t something that can be done through the bot currently.