0
Views
2
Comments
Combo Box Frustration
Question
I am attempting to create a combo box that has a list of choices for the user. An example of what I am attempting to accomplish would be:

User is adding a new contact in My Contacts. One of the fields would be a combo box allowing the user to choose from Mr, Mrs, Miss, Dr, Rev and that choice would be sent to the db.

So far I have not been successful with creating this type of a simple combo box.
2018-06-01 14-37-59
Rebecca Hall
1. Create a static Entity with the choices that you would like.
2. Add/Change the value of this field to be the Identifier of your static entity.
3. Drag and drop the attribute to your edit form.  A combo box will automatically be added.

Note:  If you want a radio button instead, then you will need to drag the control over and copy over the values that were inserted in the combo box.
UserImage.jpg
Wes Marvel
Thank you, worked well.
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.