Hi,
is it possible to add a hidden input in a toast notification xml, like the one in html?
something like: "<input id=\"AnswerTo\" title=\"Rispondi a...\" defaultInput=\"" + _sender + "\" type=\"text OR hidden\" visible=\"none OR false\">"
The goal I want to achieve is to pass text variables within the ToastNotification preventing editation from the user...
Thank you