in hook_menu I defined a url and a page callback.
In the page callback function a form is being created.

The final form should be outputted in the body field of a custom content type.

The question is: how do I set the other field values?

Comments

HOOK_FORM_ALTER

Please use hook_form_alter();