Form Fun

Type: intangible
PROBLEM

Humans need a way to input data on a screen

SOLUTION
A structured input interface that collects data from a user. Fields, labels, and a submit action. Is typically extremely hard to use, especially in government and legal settings.
Inputs
Outputs
TREE
AVAILABLE INPUTS
AVAILABLE OUTPUTS
Schema
                            {
    "id": "intangible_form",
    "name": "Form Fun",
    "type": "intangible",
    "inputs": [],
    "outputs": [],
    "passthru": [],
    "children": [],
    "extends": null,
    "problem": "Humans need a way to input data on a screen",
    "description": "A structured input interface that collects data from a user. Fields, labels, and a submit action. Is typically extremely hard to use, especially in government and legal settings.",
    "template": "intangible"
}