Forms

Build forms for user inputs.

Most features in Xena rely on user input. The most used layout for forms in Xena is the form-horizontal. Please note the classes to make the form responsive.

Label

Standard form with help text.

Form input with an illustrative icon.

Form with illustrating icon.

Form input with an illustrative icon and link add-on.

Form with illustrating icon and an inline link.

Form input with an illustrative icon and button add-on.

Form with illustrating icon and an inline button.

The above additions can be used in different combinations.

Input group

Multiple form inputs in one group.

Complex forms

Some form groups contains multiple inputs, like a delivery address. Notice the following example uses form-group-multiple, input-pair and control-container to handle this situation.

Complex form

Another situation: Different filers and search features. Here we often use form-inline.

Inline form.

Other inputs

checkbox

Checkboxes.

Radiobuttons

Radio buttons.

Last updated