I am learning Drupal but struggling to find a module(s) that will create a data input form ( for a Content Type that I have created ) where the layout will allow fields on the same line.
I have CCK installed and have created my content type(s) with added fields.

I am not a programmer and my PHP is beginner level.

If anyone can help or push me in the right direction it would be very much appreciated?

Comments

EDDYL’s picture

Form panel is for developpers that write their own modules / own forms. As stated in the Form Panel module description : this cannot be used from *.tpl.php files (template files)

If you're not a developper and you are using CCK, you should best look at Panels2 module. This is a UI module to 'organise' the display of your content forms (edit / view...)

Edouard

fourfour2’s picture

Many thanks for your reply.

I will take a look at the Panels2 module.