I'm trying to figure out how to add placeholder text to the input boxes on the join_index.html page.
I can add the following -
ex: {input name=$question.name placeholder=$question.name}
but it outputs: $question.name = "questionname" as opposed to what I want, "Question Name"
The Label {label name=$question.name} outputs what I want correctly. So my question is, How do I get the placeholder to out put the text the same way the label does?
Thanks