• Resolved catrinachaos

    (@catrinachaos)


    Hey there, great plugin! I implemented a javascript solution to automatically submit the form whenever a checkbox is clicked.

    Unfortunately, I had to hack the plugin core.

    Can you add a form ID to search and filter forms?

    Here is the code I added to search-filter.php, line 1101:

    OLD CODE
    <form action=”” method=”post” class=”searchandfilter’.$addclass.'”>

    NEW CODE
    <form action=”” id=”searchandfilter” method=”post” class=”searchandfilter’.$addclass.'”>

    LMK if this is possible in a future update. Thanks!! -catrina

    https://wordpress.org/plugins/search-filter/

Viewing 1 replies (of 1 total)
  • Plugin Author DesignsAndCode

    (@designsandcode)

    Hey there

    Yeah we will be adding something similar in an update – we are currently working on a large update though so you might not see it until that release.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Add form id?’ is closed to new replies.