By mkthir on
I'm trying to create a form that displays some data (about a patient) and some images along with form fields for data entry. This module creates a new content type. Could someone provide suggestions about how this can be accomplished?
Comments
_
If you've created a content type, you get the edit form for that content type by default. If you need to change it, you can implement hook_form_alter in your module.