I have been trying to use workforms within a board to send to colleagues. There needs to be a description along with bullet points towards the top, but there no option to format the text and just ends up being bunched together in one paragraph.
Hey @Ng84
The monday form description supports HTML, allowing you to create bullet point lists with the ul and li tag’s. For example:
<ul>
<li>Point A</li>
<li>Point B</li>
<li>Point C</li>
</ul>
Will be dispalyed as
- Point A
- Point B
- Point C
In addition to supporting HTML in the form description, our monday form builder app Easyform supports this in the description of each question in the form, and on the Thank you page.
If you’re interested in creating styled forms that better match your brand and embed perfectly on your web page, you can check out our monday app Easyform and our extensive documentation site .
You can set up a free demo here or contact us at support@easyappshq.com.