Hello,
I'm trying to display a link in the description of my survey in order for it to be available on each page. Unfortunately, Markdown support seems disabled for descriptions.
Other tickets I found regarding this seemed outdated, is there any simple solution to currently achieve this?
Thanks
Lucas
JSON{
"title": "My Survey",
"description": "In case of questions or issues: <a href=\"help@example.com\">help@example.com</a> [help@example.com](mailto:help@example.com)",
"pages": [
{
"name": "page1",
"elements": [
{
"type": "text",
"name": "question1"
}
]
}
]
}