Ajax Filtering with Cornerstone Forms doesn't work

Hey! I have setup a filter page on an single layout with ajax filter option via cornerstone forms but i can’t get the posts to disapear when using the filters.

https://fuchsbau-festival.de/ff26/programm/?search=&cs-form-id=filtering

May you help me with this?

Hello @hesseblandzinski,

Thanks for writing to us.

To help you with your concerns, we need to check your settings. I would request please share the admin login details meanwhile I would suggest you troubleshoot a few of the common issues before we investigate your settings. Please share your details in a secure note. Please provide the following details

  • WordPress Login URL
  • Admin-level username and password

You can find the Secure Note button at the bottom of your posts

Thanks

Hello @hesseblandzinski,

I have checked Form Filter in your layout. At the moment, the form is not connected to the looper. You will need to change your Looper Provider from the Query Builder to a Query String and use this:
post_type=programm&disziplin={{dc:form:data key="program-disziplin"}}

And to include the search field input, your query string would be:
`post_type=programm&disziplin={{dc:form:data key=“program-disziplin”}}&s={{dc:form:data key=“search”}}

Kindly let us know how it goes.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.