--- label: 'Setting a default contact form' related: - contact.overview --- {% set contact_link_text %}{% trans %}Contact forms{% endtrans %}{% endset %} {% set contact_link = render_var(help_route_link(contact_link_text, 'entity.contact_form.collection')) %}

{% trans %}Goal{% endtrans %}

{% trans %}Set a site-wide contact form to be the default contact form (the form that is shown on the /contact URL).{% endtrans %}

{% trans %}Steps{% endtrans %}

  1. {% trans %}In the Manage administrative menu, navigate to Structure > {{ contact_link }}.{% endtrans %}
  2. {% trans %}Click Edit for the site-wide form you want to be the default.{% endtrans %}
  3. {% trans %}Check Make this the default form and click Save.{% endtrans %}