How can I get the {keywords} into the form tag pair?
I'd like to populate my search text input box with the keywords from the previous search. I don't see a away to get the keywords as a global nor as variables in the form tag.
Any solution for this?
Replies
Chris LeBlanc 23 Apr 2015 20:40
Ooh I think it's '{exp:low_search:keywords}'. Got it :)
Low 23 Apr 2015 21:29
Actually, as long as you define the query="" param on the Form tag (if your encoding queries), you can just use {low_search_keywords} as per these rules.
Chris LeBlanc 6 May 2015 17:49
Thanks Low.