Hi,

Need urgent help.

I have created one content type. On node add page (node/add/xxx) I want to show node importer form (using feeds module here). I have attached this node importer form to content type which I have created. But I want both form to be work separately. Right now there is only one submit button and no 'import' button available to submit the node importer form separately. so when I browse CSV file and clicks on Submit buttons its ask me for the node add form fields validation.

Actually my requirement is that both form should work independently having two submit buttons with two different forms. is it possible?

Please let me know anyone has worked on such multiple form on one page functionality.

Thanks

Comments

nevets’s picture

The general answer is yes, though it does not apply in this case.

When you attach a node importer to a content type, that becomes the purpose of that content type. So for example if I am importing content into a content type "Bike", I make a separate content type called "Bike Importer" that I attach the importer form to. The only purpose of "Bike Importer" is to import content in the "Bike" content type.