Hello,
As far as I can tell, I am using the multiselect field the way this reference page outlines.
However, I am unable to render the options’ text in my page. For instance, my template contains <?= $page->services() ?>
and on the page this renders the selected option as conceptDevelopment
when I would like it to say Concept Development
. Is there a field method that I’m overlooking or maybe an issue with my blueprint?
services:
label: Services
type: multiselect
min: 2
max: 4
options:
architecture: Architecture
design: Design
programming: Programming
strategy: Strategy
conceptDevelopment: Concept Development
research: Research
publishing: Publishing
Thank you for your time