New CCK node type input form needs to have embedded Biblio input form
Posted by bvirtual on November 24, 2009 at 2:10am
A new content type, call it typ1, has an input form that needs to have an input form for 3 or more fields from the Biblio module (recent release last week exposed fields to view - or use old biblio input form). Now, the typ1 input form needs to have multiple biblio references, from 2 to 5 of them. I'd like to use CCK's multiple mode as well. I'm willing to code the override node-form-*.tpl.php, and I suppose I would use the function drupal_get_form? (found at http://thedrupalblog.com/embedded-cck-node-form-collapsible-fieldset).
Read more