There are bullets in front of all my form fields after upgrading machform. How can I get rid of the bullets?
Most likely your CSS file has changed. The default for <UL> and <LI> tags is to have bullets visible. Something like this is possibly missing from your CSS file.
ul.xxx { list-style-type: none; }
xxx is the class name