I need to have a combination select list. The select list items come from the database with one additional select item not in the database.
<Option value="item1_value>database_item1</option>
<Option value="item2_value>database_item2</option>
<Option value="item3_value>database_item3</option>
.
.
.
<Option value="item_n_value>database_item_n</option>
<Option value=manual_item_value><manual_item</option>
Go to your select field and scroll down to the lookup part. Set the checkbox ‘use title’. Add your description as the title and your keyvalue as the internal value. Regenerate and run.
Thank you. Worked perfectly.