Submit customer information with the custom form:

{% csrf_token %}


{% if messages %} {% for message in messages %}

{{ message }}

{% endfor %} {% endif %}