Forums Forums Search & Filter Pro Ordering issue

Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Anonymous
    #252864

    I created a search form which is using submit button (manual submission). After I searched the result, Is is possible to order the result by using auto-submit form?

    a screenshot of the search form

    Anonymous
    #252867

    // Here is a link of the screenshot image
    https://imgur.com/a/NBfULYM

    Trevor
    #252877

    This is not possible from within our options, but you could add some custom Javascript/jQuery to the page that watches that field (I am not sure what event you would need to attach it to), and, when it changes, then submit the form using something like:

    $('.searchandfilter').submit()

    Anonymous
    #253019

    Now it works perfectly!

    Many thanks for your time 🙂

    Trevor
    #253021

    Thanks for letting me know. I will close this thread for now.

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