1. What is the issue? Please be detailed.
I have a form in which all the Questionnaire should appear in a same screen, so I created a group(Group-1) with Appearance: field-list and added my questions.
My form also has nested groups within. The labels of the nested groups are Missing in the form.
My requirement is that - Questionnaire in the forms to be in single screen and the Nested groups label should be shown in the form.
One option could be if you add a note in order to introduce a new section and use styling (for example, increasing the font size using a markdown header).
You can hack this by using a select_one question with any of your choice lists and a choice_filter of FALSE. In this example I've also used a heading level 4 to make the font slightly large but the extra line will be gone even if you used un-styled text. spacing_test.xlsx (9.9 KB)
Whoa, @danbjoseph, that's wild! Neat trick, I would never have thought of that.
The reason that space is there with the note is that a note is actually a read-only text field. Maybe we should think about detecting the empty case and not having the vertical space. @Grzesiek2010 what do you think of that possibility?
In the case of selects, the answer is represented as part of the choices themselves. If there are no choices (what @danbjoseph accomplished with the false filter), there's no vertical space used.