Hi - I'm trying to figure out how to change the the radio button to a check box. I'm a using a branded theme and cannot remove it. Is there code to accomplish this? Basically, trying to get the multiple answer, matrix look but only give respondents ability to select one answer.
Any help is appreciated. Thanks!
Page 1 / 1
Here one possible way to enforce all the changes:
- Preview your survey.
- Click inspect element on the checkbox
- In the lower half, you'll see links to a stylesheet
- Click on it and copy every to a text file
- Now do a search for "q-checkbox". Refers to all the styling of the multiple select
- Copy in a separate file
- Do a search and replace of "q-checkbox" with "q-radio"
- Before every ";" insert !important
- Place all of this inside the style tags
- Add this styling to question HTML
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.