All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

How can I get the {keywords} into the form tag pair?

Chris LeBlanc 23 Apr 2015 20:27 question, complete

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

  1. Chris LeBlanc 23 Apr 2015 20:40

    Ooh I think it's '{exp:low_search:keywords}'. Got it :)

  2. 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.

  3. Chris LeBlanc 6 May 2015 17:49

    Thanks Low.