{% extends "base.html" %} {% block title %}{{ form['name'] }} settings · SubmitStream{% endblock %} {% block content %}

← Dashboard

{{ form['name'] }} — settings

{% if saved %}

Saved.

{% endif %} {% if error %}

{{ error }}

{% endif %}

Spam & security

Auto-response to submitter (optional)

Sender

{% if user.is_admin %}
{% else %}

Sender domain is managed by your administrator.

{% endif %}

Who can view these entries

Grant client logins access to this form's entries. Adding an email that has no account yet creates one and emails them an invite to set a password.

{% if grantees %} {% for g in grantees %} {% endfor %}
{{ g['name'] }} ({{ g['email'] }}) {{ g['role'] }}
{% else %}

No client logins have access yet.

{% endif %}

Danger zone

Deleting a form permanently removes it and all its entries, notifications, and logs. This cannot be undone.

{% endblock %}