Tuple
A simple form with a single tuple field of string, integer form
Data
None
Template
${form()|n}Form Definition
schema = schemaish.Structure()
schema.add('myIntegerField', schemaish.Tuple(attrs=[schemaish.String(), schemaish.Integer()]))
form = formish.Form(schema, 'form')