Hello,
When placing additional elements on the same row as a radiogroup, it changes the position of the elements.
Consider the following example, where questions 1 and 3 are defined identically, but the alignment is completely off.
I'd be happy for any suggestions on how to fix this.
Thanks,
Lucas
JSON{
"logoPosition": "right",
"pages": [
{
"name": "page1",
"elements": [
{
"type": "radiogroup",
"name": "question1",
"maxWidth": "600px",
"choices": [
"Item 1",
"Item 2",
"Item 3"
],
"colCount": 3
},
{
"type": "text",
"name": "question2",
"startWithNewLine": false
},
{
"type": "radiogroup",
"name": "question3",
"maxWidth": "600px",
"choices": [
"Item 1",
"Item 2",
"Item 3"
],
"colCount": 3
}
]
}
]
}
Hello Lucas,
Thank you for sharing a demo. I'll discuss this issue with the development team and update you shortly.