Showing a form in collective.easyslider
by
Espen Moe-Nilssen
—
last modified
Nov 29, 2011 05:10 PM
This document describes how you can embedd a ploneformgen form within collective.easyslider
Warning: this might be a security risk because you are allowing html code that are usually filtered out.
- Install collective.easyslider and collective.easytemplate
- Add your FormFolder
- Go to Plone Control Panel and select the html filtering
- Remove the form fields you will use in your form (typically input, form, textarea, fieldset, button)
- Add a slider,
- Make sure the "easytemplate" checkbox is checked
- add {{ portal.restrictedTraverse("myform/embedded")() }} to the body text of a slide
- If the html is still filtered out, try restarting zope.

Author: