{% macro screen(widget, showBackupOption, screen, placeholder, resultsIcon, resultsHeading, formAction, submitText) %} {% import "_includes/forms" as forms %} {% set idPrefix = 'cs-'~screen~random() %}
{{ forms.textareaField({ first: true, class: 'cs-body-text', placeholder: placeholder|t('app'), rows: 5 }) }}

{{ "or send to Craft Support"|t('app')|raw }}

{% endmacro %} {% from _self import screen %}
{{ buoeyIcon|raw }}

{{ "Get help"|t('app') }}

{{ "How-to’s and other questions"|t('app') }}

{{ bullhornIcon|raw }}

{{ "Give feedback"|t('app') }}

{{ "Bug reports and feature requests"|t('app') }}

{{ screen(widget, showBackupOption, 'help', "Briefly describe your question."|t('app'), seIcon, "Similar questions on Stack Exchange"|t('app'), 'https://craftcms.stackexchange.com/questions/ask', "Ask on Stack Exchange"|t('app')) }} {{ screen(widget, showBackupOption, 'feedback', "Briefly describe your issue or idea."|t('app'), ghIcon, "Similar issues on GitHub"|t('app'), 'https://github.com/craftcms/cms/issues/new', "Post on GitHub"|t('app')) }}