Enketo form does not render multiline <span> tag properly

ODK Cloud

1. What is the issue? Please be detailed.
I have tested the following span tag html in the label and hint, but neither render properly. However, it could render properly in odk collect.


<span><b>Title1:</b> (content1)</span><br>
<span><b>Title2:</b> (content2)</span><br>
<span><b>Title3:</b> (content3)</span><br>
<span><b>Title4:</b> (content4)</span><br>
<span><b>Title5:</b> (content5)</span><br>

...
There around 15 of such lines.

2. What steps can we take to reproduce this issue?

3. What have you tried to fix the issue?

4. Upload any forms or screenshots you can share publicly below.

I have switch-over to use markdown and it works.

Hi @chun_hing_yap,

That's it, in the documentation there is this warning about Central's Enketo not supporting HTML.

Great to hear that you already found out an alternative solution! :slight_smile:

1 Like