Popup input textbox

I have a need to validate user credentials every time they submit certain doctypes. (regulatory requirement). For that, I need to show a popup to get user’s password again and validate him/her. I dont know how to create a pop up within frappe framework. Can someone help?

1 Like

Refer link for dialog operations,

2 Likes

this will help you
https://kb.frappe.io/kb/app-development/dialogs-types

Thanks @kolate_sambhaji @saurabh6790 worked like a charm.