[Ticket cloned from T16221: Change the empty survey text in design mode]
Change a survey title placeholder
created a year ago
(modified a year ago)
Show previous comments
(0)
Comments
(0)
Sign in to comment on this post
Answers approved by surveyjs Support
Hello,
You can change a survey title placeholder by overriding the following string of a survey creator localization: pe.surveyTitlePlaceholder
.
JavaScriptimport { localization } from "survey-creator-core";
const curLocale = localization.getLocale("");
curLocale.pe.surveyTitlePlaceholder = 'Enter a title';
Please let me know if you have more questions.
Thanks