- Posts: 4
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
#answer12345X3X12C121-1{ display: none; }
That might work but keep in mind that you'll run into trouble when making the question mandatory.adie wrote: Another trick is may be you can just hide all the radio button for the subtitle in the IMAGE 3 above
Code:#answer12345X3X12C121-1{ display: none; }
This is a valid approach, you only need to adjust the IDs and add answers as separators.adie wrote: Another trick is may be you can just hide all the radio button for the subtitle in the IMAGE 3 above
Code:#answer12345X3X12C121-1{ display: none; }