Drupal module with different forms for create and edit

Posted by duder on Stack Overflow See other posts from Stack Overflow or by duder
Published on 2010-05-20T22:19:42Z Indexed on 2010/05/20 22:20 UTC
Read the original article Hit count: 196

Filed under:

In a Drupal 6 module, the hook_form function is used to generate a create/edit form. How do I create different forms for create and edit instead of using the same form for both?

© Stack Overflow or respective owner

Related posts about drupal