- Posts: 66
- Thank you received: 3
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Yes, all previous (core and third party) question themes are moved to "Selection of question type".Instead there is now a “Signature pad” question type.
<style> .form-control { display:none; } </style>
Please Log in to join the conversation.
Maybe you should add it to your custom.css file so it covers all instances of the deprecated .hidden class.This is hidden by the css class "hidden", but in bootstrap 5 you use "d-none". So in LS 6.x. it is not hidden.
But with
Code:<style> .form-control { display:none; } </style>
you solve this.
.hidden { display: none !important; }
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.