- This topic has 3 replies, 3 voices, and was last updated 10 years, 10 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Multiple Ajax Forms on Same Page
Tagged: ajax, multiple forms
Hello,
I am unable to make the form work to always display a certain specific set of results along with the actual filtered results.
My workaround was to put two forms on the same page. One form can be filtered by State on the side-bar while the other form shows no filtering options, because we don’t want those results to change. However, the pagination links get a little funny. The first form paginates with no problem, but the second form paginates itself plus the first form, and does so by reloading the page instead of via Ajax.
Is there any way to hack the plugin to get the Ajax calls to function properly for both forms on the same page?
The example is here: http://corp.healthcharities.org/charity-search/
Thank you for your consideration.
Hi Kevin
You should be able to have mulitple search forms, the only thing is you cannot have the URL updating – so where you have 2 or more search forms, you must disable “Bookmarkable URLs” on each form
I think this will do the trick
Thanks