- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2019 10:42 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2019 08:33 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2019 08:33 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2021 08:27 PM
Hey! I am facing a similar issue. Could you please tell me how you did that?