kentico_zdenekc
-
9/24/2008 11:52:46 AM
RE:FormEngine in custom module
Hi Geert,
The FormEngineUserControl cannot be used this way. You could use DataForm or CMSForm for the document-type based form in a construction like this below:
<cms:DataForm ID="formMyCustom" runat="server" ClassName="cms.mydocument" />
You could also use CMSForm (creation and editing of documents, adds publish from/to fields, uploaded files stored in DB and/or file system as attachments) instead of DataForm (common form control to edit the data, uploaded files stored in file system).
Best Regards, Zdenek Cetkovsky
|