Forums › Forums › Search & Filter Pro › Submit Button not working
Tagged: submit button
- This topic has 5 replies, 2 voices, and was last updated 8 years, 11 months ago by Anonymous.
-
Anonymous(Private) December 15, 2015 at 12:02 pm #32233
Dear Ross,
I’m in my second year of using S&F pro with the “auto submit” functionality. So far so good!
Now I have to switch to a submit-Button and include a reset-Button, but none of them works.
I already checked the Standard WP-theme and everything works just fine.Any idea what could be wrong?
Here’s my setup:
– Custom Template
– Template file uses shortcodes (echo do_shortcode( '[searchandfilter id="846"]' );
)
– S&F settings: display results as an archiveThanks for your help, kind regards
Georg
Ross Moderator(Private) December 15, 2015 at 12:50 pm #32243Hey Hans
Do you have a link I could look at?
Thanks
Ross Moderator(Private) December 16, 2015 at 5:11 pm #32344Hi Hans
It looks like the JS for the buttons is being removed.
Those button should trigger the search form submitting, but their JS is simply not being fired.
In js/jQuery terms, somewhere in your code you might have something targeting inputs – and using something like
.off()
(to remove all events) – or apreventDefault()
orstopPropogation()
to stop the JS functions being called.What happens when you change the reset button to use the link format?
Thanks
-
AuthorPosts