Question T16228
Visible to All Users

Change a survey title placeholder

Answers approved by surveyjs Support

created a year ago

Hello,
You can change a survey title placeholder by overriding the following string of a survey creator localization: pe.surveyTitlePlaceholder.

JavaScript
import { localization } from "survey-creator-core"; const curLocale = localization.getLocale(""); curLocale.pe.surveyTitlePlaceholder = 'Enter a title';

View Demo

Please let me know if you have more questions.

Thanks