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.
Hello,
You need to add jQuery scripts, which are missed.
Please review html header in this example.
Thank you,
Andrew
SurveyJS Team