Hi,

I want to know the best way for order the fields of the content type when you are adding a new node, usually when you create a content you have all the fields like

field1
field2
field3
etc

I want to order them for example like

field1 field2
field3
field4
field5 field6
etc

Any module for to do this???

Thanks!

Comments

abhishek sawant’s picture

Check below module link :

http://drupal.org/project/arrange_fields

Might it helps.

Abhishek Sawant
Drupal Developer

JSPCAT’s picture

Thanks so much, I tried with this module but it didn't work well becasuse I had conditional fields the module count the space even when the filelds are hidden

arvaplumbing’s picture