I havea quick question regarding hook_form. Does it work on custom content types created outside of module using the drupal cotent type interface? Of does it only work on content types created in your module?
If it does not work on custom content types defined outside the module what would you reccomend?
hook_form_alter is how you would modify the add/edit form of content types that were not created by your module.
For example: