How do I add a custom select field in my pod?

2.6k Views Asked by At

I am using Podsframework. I have created a pod called 'media'. Inside my pod I want to add a select field with multiple options(like 'online','offline','press'). So whenever someone is creating a new media he/she will have to select one of these options.I tried using helpers but didn't work.

1

There are 1 best solutions below

0
On BEST ANSWER

Why wouldn't you use the relationship field, with the custom simple option?

We saw that use case often so we built it into Pods 2.0