Hi,
I have an options page visible to the user. On that options page I want to add a few fields that the user can fill in to choose what choices should be available in the select field on a custom post type. Is that possible?
Example:
On the options page I’ll use text fields within a repeater, and the user enters 5 colors (for example: red, green, blue, orange, and black). Then when posting under a custom post type for the select field the five colors are listed that were entered on the options page.
The reason for doing so is because I don’t want to give the user access to the custom fields options page.
Ideally I’d just add a select field and there be a function like on the radio button to add a new value, but I realize that might not be possible or added in the future so for now this is the only way I can think of.
Thanks and keep up the good work! 🙂