Opening up survey in modal dialog

markdesouza
Giga Guru

I've read through a few posts regarding this and I'm still not successful.  We currently running our Self Service Portal on the old CMS.  I have a CMS page with visual task boards and I am interested in how people are using them so I'd like to create a survey to popup without the left nav or top banner.  Some suggestions have been to use the url minus the "nav_to.do?uri=" in the url string.  This is not working.  Ideally this would pop up in a modal window but I can use the window.open method to open a new window and control the window that opens up but I'd really like to remove the frame.  thanks

1 ACCEPTED SOLUTION

markdesouza
Giga Guru

Alrighty turns out when i remove the "nav_to.do portion of the URL i also needed to make sure that any encoded characters were decoded as well. so the when I replaced the encoded question mark with an actual ? it worked. 

View solution in original post

2 REPLIES 2

markdesouza
Giga Guru

Alrighty turns out when i remove the "nav_to.do portion of the URL i also needed to make sure that any encoded characters were decoded as well. so the when I replaced the encoded question mark with an actual ? it worked. 

A77
Giga Contributor

Hey! I am facing a similar issue. Could you please tell me how you did that?