Formish Examples

Some interactive form examples:

Simple Fields

  • String -- A simple form with a single string field
  • Integer -- A simple form with a single integer field
  • Boolean -- A simple form with a single boolean field
  • Float -- A simple form with a single float field
  • Decimal -- A simple form with a single decimal field
  • Date -- A simple form with a single date field
  • Tuple -- A simple form with a single tuple field of string, integer form

Simple Fields with some options

File Fields

  • File -- A simple form with a single file field

Simple Widgets

Default Values

Checkbox Widgets

Validation Examples

Select Widgets

Defaults

Multi Select Widgets

Structures

Sequences

Sequence of Structures (using javascript)

Customised, Granular Form Layout

Example from Formish Docs for embedding in Restish