This topic is locked

Display form of multiple data selected from a table

9/6/2023 4:45:51 PM
PHPRunner General questions
Karlo_from_Germany author

In my project, I select the deployed employees from the "People Master Data" table and save the names in the "Deployed Employees" field. The possibility of multiple selection is enabled, the selected employees are displayed in the format "Name, First name, Last name, First name..." in a row consecutively. This is more than confusing. How do I manage to have the data displayed one below the other, something like this:
Name, First name
Name, first name
Name, first name
Thanks for your help in advance