Forums

AJAX returned enclosed in DIV?

tfetherston 03 Jun, 2018
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:
<div class="semanticui-body G2-joomla chronoconnectivity manager index">


{"message":"<div class='alert alert-block alert-success'>[...]","close":true}
</div>
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 '<'.

Is there something I'm not understanding about the way Connectivity v6 works with AJAX?

Thanks
GreyHead 04 Jun, 2018
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
tfetherston 04 Jun, 2018
The parameter I have is tvout=ajax
tfetherston 04 Jun, 2018
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.