Hello Andrew,
I'm using Showdown and I am trying to update the question's html property by using:
var question = survey.getQuestionByName("targetQuestion");
question.html = "<p>This is the new HTML title to display</p>";
but the new title just doesn't show. I have tried calling survey.render() after the previous code but the old question title still remains. What am I missing here?
Thanks!
Hello Luis,
Is targetQuestion an html question?
What platform do you use, angularjs as I remember?
Thank you,
Andrew
SurveyJS Team