Form

Arbitrary HTML

The forms schema accepts a subset of arbitrary HTML tags.

The above example is a p tag with a text body attribute and a class of lead.

The schema for that looks a little like this:

body:
  - p:
    class: lead
    body: The forms schema accepts a subset of arbitrary HTML tags.

We can also render images:

And custom TNT components like this card:

Card Title

Card body

String Inputs

Numeric Inputs

Date and Time Inputs

File Input

Multi Inputs

Boolean Inputs

Range Input

Long Text Inputs