Hello,

i want to dynamically add fields to the node creation/update form like ubercart does with the product content type. The additional fields should be saved to a seperate database table and not to the table of the content type.

Which hooks do I need to:

- Extend the form
- Save additional fields to seperate database table
- Load "

Thanks,
root66