Bullet points appearing next to tick boxes

Can anyone tell me why we are now getting bullet points next to our tick boxes, please refer to the url for an example under the gender and notices part of the form.


http://www.library.act.gov.au/mylibrary/join

Tickbox lists in custom forms are rendered as Unordered Lists in HTML. You need to use CSS to remove the bullets if you don't want them to be visible.

[quote]Tickbox lists in custom forms are rendered as Unordered Lists in HTML. You need to use CSS to remove the bullets if you don’t want them to be visible.
[right][post=“9158”]<{POST_SNAPBACK}>[/post][/right][/quote]





Why then was it not showing these bullets when we went live and it now is?

[quote]Why then was it not showing these bullets when we went live and it now is?
[right][post=“9160”]<{POST_SNAPBACK}>[/post][/right][/quote]



I’m not entirely sure, but its probably due to a post-installation software upgrade that included the new formatting rules for those form question types. One of the developers could probably let us know when the new formatting rules were added to Matrix.

This might help: http://matrix.squiz.net/developer/dev-newsletters/2005/dec/53

[quote]Option List Styles Removed



The option list question in custom forms previously printed it's own style information in the output HTML. This was not valid XHTML. The styles have now been removed. This has also required the removal of the orientation setting, which was only used for the style output. You will now need to use your own styles to change the orientation to vertical or horizontal and to remove bullet points from the list (if required)…



… Note that that change has been made to both 3.6.x stable and 3.7.0+ development as it is a XHTML compliance change.[/quote]