Submit customer information with the custom form:
{% csrf_token %}
First name:
Last name:
Birth date:
{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}