How to show a dialog to user on successful login and force to click on a button?

I am building an app in which once a user logs in successfully I have a need to show to user a dialog/modal in which the user has to select an item from available options and then click on a button.

Here the user should not be able to cancel the dialog/modal and once the user click’s on the button, the user should be redirected to Desk.

How to do this?

1 Like

That means we will have to wait till this feature is no added. :frowning_face:

This feature is already there
https://docs.erpnext.com/docs/user/manual/en/notes

1 Like

Thank you.

But that is for notes doctype.

I am building my own app and want to use this popup feature to show to users a modal in which users have to select a few values.

Yet, let me check the code and try to implement this feature.

Once again thank you.