Placing a formgen in another page with collective.easytemplate

by Espen Moe-Nilssen last modified Nov 29, 2011 05:11 PM
Lets say you want to show a formge form on another page

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")() }}