I'm building a side bar app and in one use case the agents have the ability to delete a row. I would like to know if there is a way through Zendesk to send a prompt say "Are you sure? this cannot be undone."
When i mocked this out i used:
confirm("Are you sure you want to delete this row? You cannot undo this action.")
but it seems like i cannot do that while in an iframe. If anyone has any suggestion I would appreciate it.
cheers,