I have Kooboo CMS. I want to add an HTML input form for submitting data. How do I add any HTML form to a Kooboo page?
Asked
Active
Viewed 724 times
1 Answers
3
I think it's easy. I think you need to:
- create "Content type" for your form (like this -http://wiki.kooboo.com/?wiki=Content_type_management)
- create "Content folder" for this content type (http://wiki.kooboo.com/?wiki=Folder_management)
- create view and use code helper "Form" - "Add content" - you'll get a html form template for add content, you need just to write a content folder and fields from content type.