for example, How to add forms like "submit new blog" ?

Panels lets add search form or login forms easily but not other core drupal forms.
This can be useful in conj. with views to have something like "Quick New Post".

Comments

esmerel’s picture

Category: support » feature

If you can add the context for it, you can add the form - otherwise, you may need to add a context plugin to make it available. Anything outside the regular node add form isn't part of the base setup.

kaakuu’s picture

I am meaning regular node add form only like node/add/story or whatever.
Is there any docs or help or book page that demonstrates how to do this ?

merlinofchaos’s picture

The short version is that every form that needs to be added this way needs to be coded so that it can be.

merlinofchaos’s picture

Status: Active » Closed (won't fix)

Since there is no general form registry and no way to invoke forms without knowing something about them, the only way to do this would be to create content types for the forms.