I have already created a new content type using CCK and rearrange them the way I want to. But another requirement was given to me that says that users can be able to rearrange the fields when creating a new content. I'll try to explain it more clearly with the following example:

I have a content type named "User page". This content type has the following fields:

Title
Description
Embed images
Links
More Text

If user1 creates a new content of "User page" type, then he can still rearrange those fields into anyway he wants. Example:

Title
Description
More Text
Links
Embed images

Is this possible? What module already implements this? I have taken a look at contemplate but it doesnt seem to meet my needs.

Comments

vm’s picture

There is no module that I am aware of that allows users to rearrange fields for display.

primerg’s picture

Flexifield works (Drupal6).

--
Rachel J.

bass123’s picture

I believe you can also do it with Content Template Module

vm’s picture

The above lets admins move fields around for display to end users, not end users who want to move fields on a whim which is what I thought this user was asking for.

If he meant (users) as in himself/the admin, I misread completely.