I'm creating one module, basically a node module, and i'm trying to make a page through which i can add more than 5 data at once..

for example... normally when creating a content (administer - content), we can add only one content at a time. but instead of that i want to make a form in such a way so that the user can enter 5 or more contents at once..

Title | Price | Weight
----------------------------------
[text box] | [text box] | [text box]
[text box] | [text box] | [text box]
[text box] | [text box] | [text box]
[text box] | [text box] | [text box]
[text box] | [text box] | [text box]

[Save] [Cancel]

Comments

depace’s picture

thank you...

depace’s picture

nevermind....
i got the solution using themes...

WorldFallz’s picture

even though you already solved this, you might want to take a look at:

http://drupal.org/project/tablemanager

its what I use to do something similar.

Halidal’s picture

I think this is the same idea, but I do not want to use any additional modules as I am creating my own.