drupaldrupal-7drupal-field-api

Adding new custom field to existing content type


I' m using a module in creating certain pages, but i want to add an extra field to each page where the admin can modify

I ' m kinda lost , not sure how to do it

Thanks


Solution

  • Sounds like you need to use a content type -

    First Create the content type in the Drupal menu then add your field to the content type

    Hope this helps ...