AJAX returned enclosed in DIV?

AJAX JSON response wrapped in HTML div tags.

Overview

In ChronoForms v6, the AJAX call URL parameter for returning raw data changed from the v5 setting.
Update the AJAX call URL parameter to the correct v6 value to return the bare JSON data without HTML encapsulation.

tf 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
Gr 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
tf 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.