Hello,
I'm creating a survey using Survey123 that will be used in the browser. The survey contains a Repeat type question and I would like to add a hint explaining that the user should hit the plus (+) button to add a record. I tried adding a hint directly on the Repeat question itself but it doesn't display. Is there any workaround that would allow me to add hint information for this question? Any help is appreciated.
Image of the question in the browser.
Solved! Go to Solution.
No. We have also used backgroundcolor to make the repeats stand out more. But no way to alter the interface.
You could add it to the label for the repeat? Like Software (some message)
Most of us use a note field with some HTML to make it red. Do this in the label.
<font color="red">Note that something something</font>
Hey @DougBrowning ,
In browser the note displays beneath the plus button. Do you know of any way to move it up to somewhere beneath the repeat title?
Thanks.
No. We have also used backgroundcolor to make the repeats stand out more. But no way to alter the interface.
You could add it to the label for the repeat? Like Software (some message)
Thanks for the information.