Low Search form remember param
I'm using the remember param with the low search form tag (I have remember="keywords" for the input with name of keywords), however it doesn't seem to be filling the keywords field after it has been submitted. How can I achieve this?
Replies
Low 29 May 2014 10:43
The docs state this about the remember parameter (emphasis mine):
It is used to split a search up in multiple forms.
If you want to display the keywords that you submitted, then make sure the query="" param is set correctly (if you're encoding queries), and then just use {low_search_keywords} inside the Form tag to display the keywords that were submitted.
Joe Beaver 29 May 2014 13:33
Hi Low,
Thanks for that, all sorted now! Missed that bold part in the docs!