Skip Navigation

[Gelöst] Two views sharing a search form on the same page

This support ticket is created vor 3 Jahren, 3 Monaten. 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.

Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.

Dieses Thema enthält 1 Antwort, hat 1 Stimme.

Zuletzt aktualisiert von DavidW2160 vor 3 Jahren, 3 Monaten.

Author
Artikel
#2153849

I have a set of Directory Listings and two views - one is a map view and one is a normal table view of the same data. I'd like to use the map view's search form to also feed the normal view so they both use the same form on the same page.

It would look like this:
Search Form. (view #1)
Map of Listings (view #1)
Listings view in table format (view #2)

Possible? Is there a way to suppress the search form on the Listings view, and have it react using AJAX same as the Map view? I could add a Submit button instead of Ajax if that would help.

#2153869

My issue is resolved now. I searched through the support tickets (again) and found this:
1) remove [wpv-filter-meta-html] from the Output data of the second view, and
2) add a submit button to the first view.
Works