{% macro screen(widget, showBackupOption, bundleUrl, 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 }) }}
{% if CraftEdition == CraftPro %}

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

{% endif %}

{{ 'More Resources'|t('app') }}

{% endmacro %} {% from _self import screen %}
{{ svg(buoeyIcon, sanitize=false) }}

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

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

{{ svg(bullhornIcon, sanitize=false) }}

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

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

{{ screen(widget, showBackupOption, bundleUrl, '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, bundleUrl, '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')) }}