Is it possible to add "vdt=activities_page|page_1" to a destination so that it knows what tab to have open on return ?
Thanks,
Chris
Is it possible to add "vdt=activities_page|page_1" to a destination so that it knows what tab to have open on return ?
Thanks,
Chris
Comments
Comment #1
solipsist commentedShould be but you will have to URL encode the query string you wish to pass along in the destination query.
This:
front?vdt=news|page_1
Must be encoded as:
front%3Fvdt%3Dnews%7Cpage_1
As in:
?destination=front%3Fvdt%3Dnews%7Cpage_1