Home › Forums › Back End › Can you append values to the end of a url? › Re: Can you append values to the end of a url?
December 14, 2011 at 3:23 pm
#92748
Participant
I think the problem is that after I run the search, those variables aren’t stored anywhere to access again, they are just in the url. So if I try and append the orderby and order to the end of the url, it doesn’t remember what the previous values were.
Is there any way I can store the searched parameters for use again in the subsequent sort options?
Probably cookies but not sure if that’s the right way?