Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jonathandejong

    (@jonathandejong)

    Hi Byron,

    You’ve pretty much answered your own question ??
    You can add your own JS to your theme and look for a change in the selects and submit the form.

    Something like this:

    
    $('.beautiful-taxonomy-filters-select').change(function(){
    	$(this).closest('#beautiful-taxonomy-filters-form').submit();
    });
    
    Thread Starter Byron Hasegawa

    (@byron222)

    Thank you for your prompt reply!

    That work perfect!!

    Thank you again!

    Plugin Author Jonathandejong

    (@jonathandejong)

    No problem!
    If you like, I’d be happy if you leave a review to help others find BTF as well.

    Best of luck with your project ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Select onchange go to url’ is closed to new replies.