Hello Serge/Andrew,
Can we remove the below highlighted area from the survey builder?
Please assist me how I can hide it.
Thanks
Hello Serge/Andrew,
Can we remove the below highlighted area from the survey builder?
Please assist me how I can hide it.
Thanks
Hello,
This can be achieved via the following code:
JavaScriptvar creatorOptions = {
showJSONEditorTab: false
};
var creator = new SurveyCreator.SurveyCreator("creatorElement", creatorOptions);
This is described on this page https://surveyjs.io/Examples/Survey-Creator/?id=options&theme=bootstrap in the "Documentation" tab.
Thanks, Serge
SurveyJS Team