surveyjs_react_quickstart icon indicating copy to clipboard operation
surveyjs_react_quickstart copied to clipboard

survey creator is not loading

Open Sravani0804-git opened this issue 5 years ago • 5 comments

I am getting issues when trying create survey creator.I am using surveyjs (react) version 1.5.1 and i imported all files knockout,survey, survey-knockout, survey creator. Survey is loading but survey Creator is not loading. It is showing as undefined. I am also added dependencies. I am using like require(knockout, survey, survey-knockout, surevyCreator, function(ko,Survey,surveyKnockout,SurveyCreator){ var creator = SurveyCreator.SurveyCreator // some code here

} I am getting script error like SurveyCreator is undefined. survey, survey-knockout, survey creator Version - 1.5.0 knockout - 3.5.0.

Sravani0804-git avatar Jan 30 '20 08:01 Sravani0804-git

Hello,

Please look at our SurveyJS React Quickstart repository. You can clone it and modify for your needs

Thanks, Alex SurveyJS Team

gologames avatar Jan 30 '20 09:01 gologames

Thank you. I did same as you said(Sample example in your reciprocity) but SurveyCreator is not loading.

Sravani0804-git avatar Jan 30 '20 09:01 Sravani0804-git

Does our react quickstart repo work for you (if you just pull it and start)?

tsv2013 avatar Jan 31 '20 09:01 tsv2013