{% extends "base.html" %} {% load static %} {% block title %}Contact{% endblock %} {% block meta_description %}Contact Radiuma — support for Radiuma software and general inquiries.{% endblock %} {% block content %}
Get in Touch

Contact Us

Have a question or want to reach the Radiuma team? Fill out the form or contact us directly below.

{% include "partials/_page_videos.html" with videos=contact_videos %}

Send a Message

{% csrf_token %}
{{ form.name }}
{{ form.title }}
{{ form.description }}
{{ form.email }}

Images, ZIP, or log/text files — up to 3 files, 10 MB each.

{% if site_contact.has_contact_sidebar %} {% endif %}
{% endblock %} {% block extra_js %} {% endblock %}