Registration Form Help (Radio buttons and formatting)

lowkeynyc - March 4, 2008 - 22:30

I enabled the profile module and added several fields fine. Is there an easy way to add a group of radio buttons? Also, my registration page is getting a bit long, is there a way to utilize tables in the formatting? Maybe there is an easy way to put input boxes next to each other instead of on different lines. Any tips are appreciated. Thanks.

By the way, I am using

lowkeynyc - March 5, 2008 - 15:04

By the way, I am using Drupal 5.7.

possible, but probably requires coding

usonian - March 21, 2008 - 19:00

The thread at http://drupal.org/node/49680 discusses ways to implement radios and multi-checkboxes in the Profile form by using hook_form_alter() in a custom module.

There's also the Node Profile module, which lets you associate CCK content types with user profiles (This would give you the ability to have radios/multicheckboxes/etc.) - There's a thorough and interesting discussion about profile vs nodeprofile at http://drupal.org/node/160546.

 
 

Drupal is a registered trademark of Dries Buytaert.