Dynamically Rename Forms of Views via a New URL Variable

Dynamically Rename Forms of Views via a New URL Variable

In making extensive use of functional urls, I have identified a need to have some control over the label name of a view. In my case, I have a form for users to select filter constraints and then feed that to a view via a functional url to display filtered results. But, the name of the view is always the same. It would be nice to add a new variable to the url string, i.e. zc_ViewName, so that the view loads with a custom name. This would not change the actual name (in code or label) of the view. Similarly, this would be handy for forms, zc_FormName.

Cheers,
John Whitney