0

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?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
  • Uservoice use iframe to "pop" its form up, so unless it is supported in their API, no way you can do that – James Jun 10 '13 at 04:18
  • Yes, but I think there's a mechanism to pass parameter to UserVoice. I can do this with email field, but still got stuck with Content field and Subject field – user2469602 Jun 10 '13 at 04:34

1 Answers1

0

You can find info on passing info into the widget here: http://feedback.uservoice.com/knowledgebase/articles/225-pass-custom-data-through-the-widget-and-into-the-h

Unfortunately you cannot pass subject.

Hope that helps!