Hello,
disabling the title of a survey leads to it still being shown in the creator preview:
Is this intentional (as the creator is considered WYSIWYG)?
If so, is there a way to change this behavior?
Thanks,
Lucas
JSON{
"title": "Title of Survey",
"pages": [
{
"name": "page1",
"elements": [
{
"type": "text",
"name": "question1"
}
]
}
],
"showTitle": false
}