Difference between revisions of "Form"

From Organic Design wiki
m
 
Line 1: Line 1:
[[Category:Nodal Concepts]][[Category:Project Management]]
+
{{glossary}}
{{stub}}
+
A classical form is a document that has blank areas within it which are designed to be filled in, for example a tax form or application form for a service. The idea of a form is to help in the process of gathering required information by ensuring that all required information will be included in a consistent manner which is more easily processed and less error-prone.
Wikipedia has entries for three kinds of "form" ([[w:Form (web)|Form (web)]], [[w:Form (document)|Form (document)]] and [[w:Form (programming)|Form (programming)]]) which in the [[nodal model]] are treated as the same things since [[generic organisation]] spans both the informational world and also real-world organisations. A form is an items of [[workflow]] which is designed to be processed and passed around amongst Human [[role]]s. Workflow designed for interaction with only informational roles can exist in the form of simple [[node]]s requiring no [[GUI]] [[association]]s.
 
  
= See also =
+
Desktop and web applications make heavy use of the electronic equivalent of a form using a number of different types of ''input component'', the most basic of which are a part of the HTML Internet standard. The types of inputs allow for entering free-form text, selecting from pre-arranged lists of items or ticking yes/no options. More advanced input components known as "widgets" can be included in forms for more specific types of data such as dates, colours or locations.
 +
 
 +
In [[wiki organisation]], forms also play a more specific role tying in with [[template]]s and [[query|queries]] which is discussed in more detail in [[templates, forms and queries]].
 +
 
 +
== See also ==
 
*[[Workflow]]
 
*[[Workflow]]
 
*[[Wiki workflow]]
 
*[[Wiki workflow]]

Latest revision as of 23:23, 5 October 2010

Glossary.svg This page describes a concept which is part of our glossary

A classical form is a document that has blank areas within it which are designed to be filled in, for example a tax form or application form for a service. The idea of a form is to help in the process of gathering required information by ensuring that all required information will be included in a consistent manner which is more easily processed and less error-prone.

Desktop and web applications make heavy use of the electronic equivalent of a form using a number of different types of input component, the most basic of which are a part of the HTML Internet standard. The types of inputs allow for entering free-form text, selecting from pre-arranged lists of items or ticking yes/no options. More advanced input components known as "widgets" can be included in forms for more specific types of data such as dates, colours or locations.

In wiki organisation, forms also play a more specific role tying in with templates and queries which is discussed in more detail in templates, forms and queries.

See also