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 8:41 pm
#92770
Participant
I got it! The variables that I defined are available after the search form is processed. So what I did was include those variables within the url and then appended the orderby and order to the end. For example:
">Order By Title (ASC)
Now I just need to get it working as a drop down option!