Placing a formgen in another page with collective.easytemplate
As suggested by moo-_-
Problem: you want to show a form within another page
1) Install collective.easytemplate and collective.easyslider
2) Add a new templated page and write the following:
{{ portal.restrictedTraverse("myform/embedded")() }}
Where "myform" is your formgen-folder
I have not tried this on plone 3.... you can probably try the same as above or:
{{ portal.restrictedTraverse("formfolder/fg_embedded_view_p3")() }}

Author: