Hey folks, I'm hoping someone can help me out with some example code or point me in the direction of documentation/tutorials. I seem to be stumped on the syntax used to display a radio button or checkbox list. I have found many examples of printing the form in its entirety using template.php but can't seem to locate any examples of adding individual items and modifying the laying out of the list within the PHP code window.

Basically I am wanting to place the form items into 3 columns and then apply some additional elements to each item allowing me to modify the style of each check box or radio button using jQuery.

Anyone could please help me out on this one it would be awesome.

Comments

jasont28’s picture

Component: optionwidgets.module » CCK in core

Hoping that someone is kind enough to point me in the direction of the documentation or example code where someone has done this in the past. Kind of stuck on this one.

Flow_TnT’s picture

Have you figured this one out?
I myself am looking into this and came across http://drupal.org/project/multicolumncheckboxesradios.
I may need more control. What have you gotten?