Bricks Version: 1.9.6.1 Conflict: query sort / filter / live search and Gravity Form using Ajax URL: https://www.slgwitness.com/pv-staging/schedule-a-presentation/ Console Error:
“Form submission canceled because the form is not connected
HTMLFormElement.submit @ js?id=G-JX27FYX60Y:502”
I noticed today that while testing the query sort filters on a posts list that the form I placed in the posts loop will not advance to the next step (gravity forms multistep form using ajax) with the query sort filters active on the page. The post/form displays in a bricks popup/modal when selected.
If I hide the filters with “display: none”, the form advances as it should.
This tells us that multiple same ID forms wouldn’t work on the same page.
What you can try is enable Bricks AJAX Popup.
So the forms will be fetch one by one from AJAX. (no multiple same ID forms in the DOM)
But I am not very sure Gravity form can work properly or not. You might need to check with the plugin support. (Bricks form can work perfectly without issue)
Ok, thank you. I will check into this to see if that will work. For now I have it set so that they are directed to each individual post instead of initializing a popup.