I'm using UserVoice for our site and when someone clicks on some button in my page, I want to pop up a UserVoice dialog, which is already embedded in my site. I know I can do it with the UserVoice.showPopupWidget();
function.
The problem is that I want to prefill some value into this dialog such as email, title, content... But I can't figure out how to do this. I read the UserVoice code and see that the Widget
object might do this, but I can't access this object.
Can anyone here please help me solve this problem?