How can I create a simple TWiki Forms based application?
Answer:
TWiki applications help automate workflows you have at the workplace. TWiki has a built-in database that can be used to write custom web applications. These are wiki applications that run in TWiki.
A typical TWiki forms based application consists of the following pages:
Application home page, typically containing links to other application pages. It may contain also a report showing data records.
Form definition page, defining the fields of a record. Details in TWikiForms.
Template page, used as a template for new data records. It is essentially a TWiki page with a form attached to it. Details in TWikiTemplates.
Header page: Optional page included in each record page to summarize the record.