Question T7793
Visible to All Users

JQUERY Survey js issue

created 3 years ago (modified 3 years ago)

Clipboard-File-1.png

I am facing issue to display the custom questions in my web page I created using survey creator and seeing this issue in console. I am basically trying to do this

SurveyJS.StylesManager.applyTheme("bootstrap");
let surveyJson = {
//JSON
};
var survey = new SurveyJS.Model(surveyJson);
survey.render("#surveyContainer");
survey.onComplete.add(HomeVisitService.sendDataToServer);

This is for jquery. Help me out team, its urgent.

Comments (1)

    Hello,
    You need to add jQuery scripts, which are missed.
    Please review html header in this example.

    Thank you,
    Andrew
    SurveyJS Team