I added a new field by extending an exisiting table. I also updated the form so that it shows up on my screen. As of now the field is of type string. I want to add a dropdown menu of options for this string field, instead of having it be a field where a user types in an input. How do I change the field so that is a "drop down and select" field instead of a "type in value" field.
Essentially there are fields like mode of delivery, which you click the arrow and select from a menu of options. This is the functionality I want for the new field I created. How do I make my field more like this, and how do I add options for the dropdown menu?
*This post is locked for comments