Code Snippet to shorten parameter string
-
I have a really long string of parameters that I’d like to somehow shorten up so that this link:
https://www.yoursite.com/?tl_inbound=1&tl_groups%5B0%5D=27316&tl_groups%5B1%5D=27293&tl_form_type=1&tl_period_type=3
Could be instead displayed as:
https://www.yoursite.com/?subscribers-only
I have zero idea how to do this, anybody have any examples I can look at? I want to do this so that I can pass prettier links to my email subscribers. Thanks in advance.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Code Snippet to shorten parameter string’ is closed to new replies.