Scroll
Content type field on the main page
Forums
Hello everyone! There is a created Content Type on the site, and this content type has several fields. Some of these fields, along with a save button, need to be displayed on the main page in a separate block. How can this be done (at least what direction should I look into)? I would appreciate any comments on my question. Thank you in advance!
P.S. I tried using drupal_get_form methods for registration or login forms, and they work fine, but I can't seem to hook into my own form. Currently, I'm planning to try field_info_instance. I'm new to Drupal, so I might not be looking in the right direction regarding implementing this task.)