Skip Navigation

[Resolved] Trigger the reset button of one view by clicking the reset button of another

This thread is resolved. Here is a description of the problem and solution.

Problem:

We would like to reset these 2 search forms with one single click, without updating the search results or at least without reloading the page.

Solution:

There isn't such kind of built-in feature within Toolset plugins

Relevant Documentation:

This support ticket is created 4 years ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 6 replies, has 2 voices.

Last updated by a.R 3 years, 11 months ago.

Assisted by: Luo Yang.

Author
Posts
#1886101

a.R

By clicking on "Zurücksetzen" on the left side, also the central search filter should be resetted. (jQuery)
There is a hidden reset button at the top of the central view.
A simple .click() won´t do the job.

Can you help me here?

THANK YOU, kind regards,

Achim

#1886549

Hello,

What kind of "hidden reset button" are we talking about?

Please provide detail steps to duplicate the same problem, I need to test and debug it in my localhost, thanks

#1892857

a.R

Is it at all possible to trigger a custom search' s reset button by any other button?

If yes: how?

THANK YOU, kind regards,

Achim

#1893509

You can setup a HTML link to current post, and style it as a button with CSS codes, it can reset the search forms too, for example:

<a href="[wpv-post-url]"]>Reset Link</a>
#1893781

a.R

Ok thanks you.

And now we would like to reset these 2 search forms with one single click, without updating the search results or at least without reloading the page.

Is there a way to do that?

#1894495

There isn't such kind of built-in feature within Toolset plugins, you can add a feature request for it:
https://toolset.com/home/contact-us/suggest-a-new-feature-for-toolset/

Our developer will evaluate it.

#1900111

a.R

My issue is resolved now. Thank you!