UI Samples

Form in card

A simple form inside a card.

Rendered with

{% load ui_elements %}

{% uie_form_as_card form title="Simple Form" %}

uie_form_as_card accepts the same arguments as uie_form plus a few others, e.g.

{% url "home" as home_url %}
{% uie_form_as_card form layout="" method="post" action=home_url title="Simple Form" %}

Simple Form

A brief message (optional)