Forums Forums Search & Filter Pro Reset button with multiple search forms sharing same ID

Tagged: 

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

    Hey John

    This is not possible right now. IDs are only supposed to be used on one element at a time so this is likely part of the problem.

    The next version of S&f there is a bit of a JS rewrite, and you’ll be able to call functions on your form to build better custom functionality, something like:

    //this is not quite accurate but more of the general concept
    $('.searchandfilter').get(2).reset();

    Thanks

Viewing 1 post (of 1 total)