Hello
I want to design surveys like bootstrap Row and column.
I want to add a dynamic column with a size like we can add using CSS classes(col-lg-n) in bootstrap.
And every column I want to add questions.
Is there any way we can do the above things in survey js?
Using Custom widget want create Grid
Show previous comments
(0)
Comments
(0)
Sign in to comment on this post
Answers approved by surveyjs Support
Hello,
You can set "colCount" radio group question property to 0.
To have several questions on one line you can set startWithNewLine to false.
Thank you,
Andrew
SurveyJS Team
Comments
(2)
Thanks for the information.
Yes we can use startWithNewLine and colCount properties. But I want to add columns and in every columns I want to add question. Is there any configuration or settings for that?
AT
3 years ago
We do not this type of functionality. IMHO: It is complicated scenario for an end-user of Form Creator. It was created for a regular people, not for software developers who knows this type of concept.
Thank you,
Andrew
SurveyJS Team