Form Input

Standalone labelled text input field — text, email, password, number, or url. Use inside a form atom or as a standalone search/filter control.

Surfaces
webmeet-stage ⚠apps-script-web
Degraded on
SurfaceNote
meet-stageRenders as a styled input on stage; data capture requires stage-level routing
Fields
FieldType
labelstring. Visible label above the input.required
namestring. Field identifier.required
typestring. One of: text, email, password, number, url. Default: text.optional
placeholderstring.optional
rulesarray of strings. e.g. ['required', 'email', 'minLength:2'].optional
Example payload
{
  "type": "form_input",
  "label": "Form Input",
  "name": "Form Input"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:form_input",
  "displayName": "Form Input",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/form_input",
  "capabilities": [
    "web",
    "meet-stage",
    "apps-script-web"
  ],
  "description": "Standalone labelled text input field \u2014 text, email, password, number, or url. Use inside a form atom or as a standalone search/filter control.",
  "representativeQueries": [
    "show a single labelled input field",
    "standalone labelled text input field \u2014 text, email, password, number, or url. use inside a form atom",
    "render a form input"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.

git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →