{% extends "django_sample_components/pages/master_async.html" %} {% load async_tags %} {% block title %}Dynamic Forms — Sum{% endblock %} {% block content %}

Dynamic Forms with HTMX & crispy-forms

Self-contained form that submits and displays its result without a full page reload.


Sum of Two Numbers

Enter two numbers and click Calculate Sum. The result appears inline.

{% async_sum_form %}

How It Works
{% endblock %}