Active
Project:
Form Panel
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 May 2010 at 18:26 UTC
Updated:
25 May 2010 at 22:09 UTC
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
Comment #1
EDDYL commentedForm 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
Comment #2
fourfour2 commentedMany thanks for your reply.
I will take a look at the Panels2 module.