I noticed, forms "story_node_form" or "node_form" are formed like this: form->div->div->div-standard+div-admin+submin-button
My custom content type is not formed this way:
I have 49 checkboxes. I placed them with drupal_render() into table like here: http://eugen.gotdns.com/test/zeitplaner.png
After that i've done drupal_render($form) to render the rest of the form
Problems:
1) My created table is on the top of the form, how can i move it down?
2) How can i place my table into collapsable group?
3) Why submit and preview buttons are on the top of the form below my table?