By fersman4 on
Hiya!
I have a form that contains one large text box and a few other fields. I want to create multiple nodes, one for each line in the large text box (all these nodes would have the same values for the other fields). I plan to use views to display various views of these nodes.
Now optimally I would use a content type created with CCK. Can this be done? Or do I need to make my own module, make my form with the FormAPI, and make my own node content type? Thanks!