|
|
@ -7,10 +7,10 @@ A stand-alone webserver that automatically generates forms from JSON to serve |
|
|
|
as frontends to scripts. |
|
|
|
as frontends to scripts. |
|
|
|
|
|
|
|
|
|
|
|
ScriptForm takes a JSON file which contains form definitions. It then |
|
|
|
ScriptForm takes a JSON file which contains form definitions. It then |
|
|
|
constructs web forms from this JSON and serves these to users. The user can |
|
|
|
constructs web forms from this JSON and serves these to users over HTTP. The |
|
|
|
select a form and fill it out. When the user submits the form, it is validated |
|
|
|
user can select a form and fill it out. When the user submits the form, it is |
|
|
|
and the associated script is called. Data entered in the form is passed to the |
|
|
|
validated and the associated script is called. Data entered in the form is |
|
|
|
script through the environment. |
|
|
|
passed to the script through the environment. |
|
|
|
|
|
|
|
|
|
|
|
### Features |
|
|
|
### Features |
|
|
|
|
|
|
|
|
|
|
|