contact.setting_default.html.twig
Same filename in other branches
--- 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')) %} <h2>{% trans %}Goal{% endtrans %}</h2> <p>{% trans %}Set a site-wide contact form to be the default contact form (the form that is shown on the <em>/contact</em> URL).{% endtrans %}</p> <h2>{% trans %}Steps{% endtrans %}</h2> <ol> <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>Structure</em> > <em>{{ contact_link }}</em>.{% endtrans %}</li> <li>{% trans %}Click <em>Edit</em> for the site-wide form you want to be the default.{% endtrans %}</li> <li>{% trans %}Check <em>Make this the default form</em> and click <em>Save</em>.{% endtrans %}</li> </ol>
File
-
core/
modules/ help_topics/ help_topics/ contact.setting_default.html.twig
View source
- ---
- 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')) %}
- <h2>{% trans %}Goal{% endtrans %}</h2>
- <p>{% trans %}Set a site-wide contact form to be the default contact form (the form that is shown on the <em>/contact</em> URL).{% endtrans %}</p>
- <h2>{% trans %}Steps{% endtrans %}</h2>
- <ol>
- <li>{% trans %}In the <em>Manage</em> administrative menu, navigate to <em>Structure</em> > <em>{{ contact_link }}</em>.{% endtrans %}</li>
- <li>{% trans %}Click <em>Edit</em> for the site-wide form you want to be the default.{% endtrans %}</li>
- <li>{% trans %}Check <em>Make this the default form</em> and click <em>Save</em>.{% endtrans %}</li>
- </ol>
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.