Hahahaha, du kennst mich?? Cool :-) Ich schliesse daraus, dass du aus D/A/CH kommst.
Naja, hab mich weiter schlau gemacht und so ohne weiteres scheint es tatsächlich nicht zu klappen. Anhand eines Videos von Daniel Young habe ich gesehen, dass auch er das Formular via Modul einbindet.
Also habe ich einfach ein neues Formular erstellt, zudem eine neue Position (im "normalen Template") und dann habe ich via PHP die Position in mein Seblod-Tpl eingefügt. Dort rufe ich jetzt jeweils mein Formular auf.
Allerdings hat die Sache noch einen Haken: Das Seblod-Form läuft zum Teil mit jQuery und scheinbar beissen sich gerade einige meiner Scripte. Vor allem das von Joomla eingebaute jmigrate macht Stress wie sau :-)
Aber ich bin einen großen Schritt weiter.
----
For other users who don't understand german language: I tried know all the day and i found out, also with a video from Dan Young, that actually its not possible to mix forms and content types. Clear: You cannot use a form in one of your built content types.
But what you can do is calling the form as a module. So all you have to do after, is setting up the module with the form you want to show and then showing the module in your module position. In my case i built a new position in my seblod template.
So in fact now i have my content and my form all in one container like i wanted it do.
Maybe its no the easiest way, but it works for me.