I did not understand everything. If I put the javascript code in my custom.js file, the alert message runs on all my pages with same message.
If I want a different alert message following the actions and on different pages, how do I do it?
For example, I have a page to add an item, so I need a successful message, in another page I make updates, so I need a successful message with a different message ... same for deleting items ... For each page, the message must be different !!
Hello,
I did not understand everything. If I put the javascript code in my custom.js file, the alert message runs on all my pages with same message. If I want a different alert message following the actions and on different pages, how do I do it? For example, I have a page to add an item, so I need a successful message, in another page I make updates, so I need a successful message with a different message ... same for deleting items ... For each page, the message must be different !!
Than you very much.