1---
2label: 'Creating a new contact form'
3related:
4  - contact.overview
5  - contact.adding_fields
6  - contact.setting_default
7---
8{% set contact_url = render_var(url('entity.contact_form.collection')) %}
9{% set adding_fields_topic = render_var(help_topic_link('contact.adding_fields')) %}
10<h2>{% trans %}Goal{% endtrans %}</h2>
11<p>{% trans %}Create a new site-wide contact form.{% endtrans %}</p>
12<h2>{% trans %}Steps{% endtrans %}</h2>
13<ol>
14  <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>Structure</em> &gt; <a href="{{ contact_url }}"><em>Contact forms</em></a>.{% endtrans %}</li>
15  <li>{% trans %}Click <em>Add contact form</em>.{% endtrans %}</li>
16  <li>{% trans %}Fill in the <em>Label</em> (title) for the form, <em>Recipients</em>, and optionally the other settings.{% endtrans %}</li>
17  <li>{% trans %}Click <em>Save</em>. You should see your new contact form in the table, along with a link to view it.{% endtrans %}</li>
18  <li>{% trans %}The contact form will always have <em>Subject</em> and <em>Message</em> fields. If you want to add more fields, follow the steps in {{ adding_fields_topic }}.{% endtrans %}</li>
19</ol>
20