Forums Forums Search & Filter Pro initial landing page results

Viewing 1 post (of 1 total)
  • Ross Moderator
    #28296

    Hey Colleen

    Yeah you are correct in your assumption, you must add a field to the form, then hide it with CSS to carry over the values automatically.

    I guess you could just do this with CSS:

    .searchandfilter .myfield
    {
        display:none;
    }

    Thanks

Viewing 1 post (of 1 total)