This is our last hurdle stopping CC6 from working with all functions on PHP8/J4.
When a field in CC6 uses a dynamic reload, it attempts to send a GET request to chronoforms instead of chronoconnecitivty. In the console, the error shows as:
XHR failed loading: GET "https://www.website.com/component/chronoforms6/?chronoform=demo?event=test&id=151".
The correct URL to send the request should be:
https://www.website.com/component/chronoconnectivity6/?conn=demo?event=test&id=151
Can you please let us know how to fix this? We'd greatly appreciate this.
Chye