Hi,
I am trying to capture some form fields and display it as a list. My problem is I can only display one field using this code -
var list = Appery("platformsList");
var newPlatform = Appery("newPlatformField").val();
list.append("a rel="nofollow"" + newPlatform + "/a").listview("refresh");
Appery("newPlatformField").val("");
How can I display the other related fields in a single row.
Expected result in the image -