{% extends "base.html" %} {% load components %} {% block title %}Form Demo - Component Framework{% endblock %} {% block content %}

Form Component with Validation

This form uses Pydantic for validation. Try submitting with invalid data to see live error messages.

{% live_component "contact_form" %}

Features:

Try these validations:

{% endblock %}