Hi Everyone
I use this code to indicate example feedback.
Qualtrics.SurveyEngine.addOnload(function()
{
jQuery("#"+this.questionId+" input[type=text]").eq(0).attr("placeholder", "EXAMPLE.);
It looks like this...

How would I do the same for a carry forward question?

Thanks :)