--- label: 'Creating a new contact form' related: - contact.overview - contact.adding_fields - contact.setting_default --- {% set contact_url = render_var(url('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 %}

  1. {% trans %}In the Manage administrative menu, navigate to Structure > Contact forms.{% endtrans %}
  2. {% trans %}Click Add contact form.{% endtrans %}
  3. {% trans %}Fill in the Label (title) for the form, Recipients, and optionally the other settings.{% endtrans %}
  4. {% trans %}Click Save. You should see your new contact form in the table, along with a link to view it.{% endtrans %}
  5. {% 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 %}