Forums Forums Search & Filter Pro Pass textinput ass url parameter

Viewing 2 posts - 1 through 2 (of 2 total)
  • Trevor
    #263576

    I have referred this question to the plugin developer, Ross, for his input.

    Ross Moderator
    #263700

    Hi Nicolai

    Unfortunately there is no filter for this at the moment – we’re going to be adding one, for now the only option would be to trick S&F into including it.

    So whenever S&F does anything, it will grab the results URL, and add the search params onto the results URL.

    So what you want to do, is dynamically change the results URL, to include your variable, eg:
    https://yoursite.com/?sfid=123
    would become
    https://yoursite.com/?foo=bar&sfid=123

    You can do that using this filter:
    https://searchandfilter.com/documentation/action-filter-reference/#modify-urls

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)