Issue
I have this html that I want to display different forms based on the value selected from a dropdown menu. Based on this answer, I came up with this solution, This means that all forms are displayed from the beginning, regardless of your selection.
{% extends "base.html" %}
{% block title %} info {{configuration}} {% endblock %}
{% block content %}
Info {{Configuration}}
You can enter the required information here