---
label: 'Creating a new contact form'
related:
- contact.overview
- contact.adding_fields
- contact.setting_default
---
{% set contact_link_text %}{% trans %}Contact forms{% endtrans %}{% endset %}
{% set contact_link = render_var(help_route_link(contact_link_text, 'entity.contact_form.collection')) %}
{% set adding_fields_topic = render_var(help_topic_link('contact.adding_fields')) %}
{% trans %}Goal{% endtrans %}
{% trans %}Create a new site-wide contact form.{% endtrans %}
{% trans %}Steps{% endtrans %}
- {% trans %}In the Manage administrative menu, navigate to Structure > {{ contact_link }}.{% endtrans %}
- {% trans %}Click Add contact form.{% endtrans %}
- {% trans %}Fill in the Label (title) for the form, Recipients, and optionally the other settings.{% endtrans %}
- {% trans %}Click Save. You should see your new contact form in the table, along with a link to view it.{% endtrans %}
- {% trans %}The contact form will always have Subject and Message fields. If you want to add more fields, follow the steps in {{ adding_fields_topic }}.{% endtrans %}