Joining two lists of text together on the page

Hi All,

I want to join two lists of texts together dynamically on the page.

For example:

list1 [john, dave, helen]
list2[2,3,4]

Resultlist [john 2, dave 3, helen 4]

i want to do this on the page (not saving to the database) as the input lists is dynamic.

how can I achieve this?

Yes possible. May be toolbox plugin will help you.

This topic was automatically closed after 70 days. New replies are no longer allowed.