---
label: 'Setting a default contact form'
related:
- contact.overview
---
{% set contact_url = render_var(url('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 %}
- {% trans %}In the Manage administrative menu, navigate to Structure > Contact forms.{% endtrans %}
- {% trans %}Click Edit for the site-wide form you want to be the default.{% endtrans %}
- {% trans %}Check Make this the default form and click Save.{% endtrans %}