How would I go about adding a static drop down lsit. I can see from the documentation of how to do a dynamic one but not one where - say you only have two fixed options (that never change).
Would I have to create a new controller for this or is this something that can be typed into the config settings in the Model.
Static drop-down list
Hello,
How would I go about adding a static drop down lsit. I can see from the documentation of how to do a dynamic one but not one where - say you only have two fixed options (that never change).
Would I have to create a new controller for this or is this something that can be typed into the config settings in the Model.
Thanks
Paul
Comment author was deleted
You could just create a custom view with the items hardcoded... doesn't need to have a controller in that case...
Comment author was deleted
So just add this
Hi Tim,
This did the trick, thanks for looking into it.
Cheers
Paul
Do you want use it into the backoffice?
is working on a reply...