Hi Team,
I have a scenario like updating question title action after some action of question title
please check the attached screenshot below,
I need to update the count of note now,
Please help me out with this issue…
Hi Team,
I have a scenario like updating question title action after some action of question title
please check the attached screenshot below,
I need to update the count of note now,
Please help me out with this issue…
Hello,
You can get
question.titleActions
actions array and modify it as you needed:if(question.titleActions.length > 0) { question.titleActions[0].title = "newTitle"; }
PS: You are using our software under free plan. Please ask your questions on GitHub or stackoverlow.
Thank you,
Andrew
SurveyJS Team