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

Support archive

Low Search form remember param

Joe Beaver 29 May 2014 10:39 question, complete

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

  1. Low 29 May 2014 10:43

    The docs state this about the remember parameter (emphasis mine):

    Set to the names of the parameters you want to pass through to the next search without having input fields for them in the form.


    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.

  2. Joe Beaver 29 May 2014 13:33

    Hi Low,

    Thanks for that, all sorted now! Missed that bold part in the docs!