I'm trying to use AJAX to perform tasks which return a status message. I can do this in CF5, but in version 6 my returned JSON values seem to get encapsulated in a div:
Is there something I'm not understanding about the way Connectivity v6 works with AJAX?
Thanks
<div class="semanticui-body G2-joomla chronoconnectivity manager index">My jQuery script is complaining: "SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data," because I believe it's expecting '{' instead of '<'.
{"message":"<div class='alert alert-block alert-success'>[...]","close":true}
</div>
Is there something I'm not understanding about the way Connectivity v6 works with AJAX?
Thanks
Hi tfetherston ,
What is the URL you are using to make the AJAX call - I think that the parameter used to get bare data changed from CFv5 to CFv6
Bob
What is the URL you are using to make the AJAX call - I think that the parameter used to get bare data changed from CFv5 to CFv6
Bob
The parameter I have is tvout=ajax
tvout=view
That's the ticket. Thanks!
I meant to tag Chronoforms v6, not v5, by the way - unable to edit
This topic is locked and no more replies can be posted.