Widget Close and Forward Parent Page
Posted: October 21st, 2022, 2:51 pm
Currently I have a hyperlink with a controller which decides if it should open up a widget (portion of the page) or if it should forward the user to the full page. I have an issue where I want the widget to have a button called "See More Info" when clicked would close the widget and forward the user to the full page. SetTerminateActions is able to close the page and forwards the user to the full page, but there isn't a way to pass query strings. I was wondering if there is an easy way to do this? or if the ability to pass query strings through a SetTerminateActions could be possible as some point in the future?