Question T6496
Visible to All Users

How to disable editing titles on Survey Creator designer surface

created 4 years ago (modified 4 years ago)

[Ticket cloned from T6481: Survey Question title]

Hello,
Thank you for your help, I have a small follow up question, is there a way to make the question title read only and disable the edit from inside the builder not the settings?

Thank You.

Answers approved by surveyjs Support

created 4 years ago

Hello,
Please us the following code, before call Survey Creator constructor.

JavaScript
SurveyCreator.removeAdorners(["title"]);

Thank you,
Andrew
SurveyJS Team