Using express entity objects as form select list options

Permalink
I am trying to create an Express entity form where I would like to have a list of companies offices as select list options.

I would prefer to have the list in centralized location where I could update it in one place.

What would the preferred method be here? I was thinking that could I create an express entity object of the offices and then use this as the option list but did not find enough documentation how would I do this.

Basically I just have a list of offices and user needs to select which office they belong to when submitting the form.

Hypocrite
 
kiranuppunda94 replied on at Permalink Reply
Hi,

Did you find any solution for this?

I am facing similar issue.

I am trying to create an express list of companies which are supporting a particular event. And user will be selecting the options from the list of companies. Based on the selection, I will be displaying the list on page.

Any suggestions would be helpful.

Thank you.