sorry, this feels silly but it’s not being very intuitive for me…
I went on
helpers > create > template > input_select
now when I have to add “available options” let’s say I want options
- off
- one
- two
I tried to use a number of formats:
the option alone, one on each line
“- option” one on each line
“[‘option’, ‘option’, ‘option’]”
and I tried double quotes or none, a comma or semicolumn after each line or nothing…
in either case it always returns one single option with all the 3 words in it.
How is this done??
Thank you!