By depace on
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
Any suggestions on how to do this???
thank you...
nevermind.... i got the
nevermind....
i got the solution using themes...
even though you already
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.
Creating excel like forms with textfields
I think this is the same idea, but I do not want to use any additional modules as I am creating my own.