{% extends 'base.html' %} {% block title %}New Site — AgentForms{% endblock %} {% block head_extra %} {% endblock %} {% block content %} {% if errors %}
{{ errors[0] }}{% if errors|length > 1 %} — {{ errors[1] }}{% endif %}
{% endif %}

Create New Form

Start from a template or build from scratch. Your form is live in seconds.

Just for you — a label to identify this form.
Where submission notifications are sent.
Overrides the default sender for notification emails.
Cancel
{% endblock %} {% block scripts %} {% endblock %}