How to add a drop-down buttons to a form

0
Hello dear community, I’m building an App, which inside has a form. I’m trying to add a drop-down buttons to my form. I’m gonna use it as I describe in the following example: - Nick opens the application and accesses the form. He need to add his country.     I need Nick to be able to see all the countries that are available in his region with a drop-down list . How can I do that?. Thanks a lot.
asked
2 answers
2

Hello Josue,

You can do this by using enumerations also while creating the country names.

Please find the below links to know more details:

https://docs.mendix.com/refguide/drop-down

https://docs.mendix.com/refguide6/drop_down

 

answered
0

Hi Kalyani,

Thanks for answering!. I’m trying to implement it.

answered