Frappe prompt window

Is there a prompt in Frappe javascript?
or I should really do
window.prompt("sometext","defaultText");

Good day, @johnskywalker.

Please try the script below:

frappe.prompt(“HELLO”);

2 Likes

Try below link. It provides detailed information about different types of dialog provided by frappe

https://frappe.github.io/frappe/user/en/guides/app-development/dialogs-types

1 Like

thanks to the both of you @Sean_Mark_Mira & @suyash