1. Is there a way to add custom field to node add/edit form insted of using MODULE_form_alter(). But i can't find a way to but that field at top or in middle of form like i would with normal form.
1. Is there a way to add custom field to node add/edit form insted of using MODULE_form_alter(). But i can't find a way to but that field at top or in middle of form like i would with normal form.
Comments
Comment #1
mrfelton commentedYou can do this using http://drupal.org/project/markup
Comment #2
pfrenssenAlso take a look at the Renderable Elements. This module allows you to rearrange existing form fields without having to write hook_form_alter() implementations.
Comment #3.0
(not verified) commentedtext change