{% from "_includes/forms" import textareaField %} {{ textareaField({ label: label, instructions: "Place each option on a new line. If you want to give an option a custom label, use the format “OptionValue => OptionLabel”."|t|raw, id: 'options', name: 'options', value: options, rows: 10 }) }}